Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
1.6 KiB

@font-face {
font-family: 'MercuryAcdr';
src: url('{{ asset('/fonts/MercuryTextG1-Roman.eot')}}'),
url('{{ asset('/fonts/MercuryTextG1-Roman.woff')}}') format('woff'),
url('{{ asset('/fonts/MercuryTextG1-Roman.ttf')}}') format('truetype'),
url('{{ asset('/fonts/MercuryTextG1-Roman.svg')}}') format('svg');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'MercuryAcdr';
src: url('{{ asset('/fonts/MercuryTextG1-Bold.eot')}}'),
url('{{ asset('/fonts/MercuryTextG1-Bold.woff')}}') format('woff'),
url('{{ asset('/fonts/MercuryTextG1-Bold.ttf')}}') format('truetype'),
url('{{ asset('/fonts/MercuryTextG1-Bold.svg')}}') format('svg');
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: 'MercuryAcdr';
src: url('{{ asset('/fonts/MercuryTextG1-Italic.eot')}}'),
url('{{ asset('/fonts/MercuryTextG1-Italic.woff')}}') format('woff'),
url('{{ asset('/fonts/MercuryTextG1-Italic.ttf')}}') format('truetype'),
url('{{ asset('/fonts/MercuryTextG1-Italic.svg')}}') format('svg');
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: 'FGrotesk';
src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Regular.otf');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'FGrotesk';
src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Bold.otf');
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: 'FGrotesk';
src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-RegularItalic.otf');
font-style: italic;
font-weight: normal;
}