34 lines
779 B
CSS
34 lines
779 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'tfutura';
|
||
|
|
src: url(/front/fonts/futurapt/f300.woff2) format('woff2');
|
||
|
|
font-weight: 300;
|
||
|
|
font-style: normal
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'tfutura';
|
||
|
|
src: url(/front/fonts/futurapt/f400.woff2) format('woff2');
|
||
|
|
font-weight: 400;
|
||
|
|
font-style: normal
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'tfutura';
|
||
|
|
src: url(/front/fonts/futurapt/f500.woff2) format('woff2');
|
||
|
|
font-weight: 500;
|
||
|
|
font-style: normal
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'tfutura';
|
||
|
|
src: url(/front/fonts/futurapt/f600.woff2) format('woff2');
|
||
|
|
font-weight: 600;
|
||
|
|
font-style: normal
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'tfutura';
|
||
|
|
src: url(/front/fonts/futurapt/f700.woff2) format('woff2');
|
||
|
|
font-weight: 700;
|
||
|
|
font-style: normal
|
||
|
|
}
|