35 lines
938 B
CSS
35 lines
938 B
CSS
@font-face {
|
|
font-family: 'Franklin Gothic';
|
|
src: url('franklingothic-demiit-webfont.woff2') format('woff2'),
|
|
url('franklingothic-demiit-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Franklin Gothic';
|
|
src: url('franklingothic-demi-webfont.woff2') format('woff2'),
|
|
url('franklingothic-demi-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Franklin Gothic';
|
|
src: url('franklingothic-bookit-webfont.woff2') format('woff2'),
|
|
url('franklingothic-bookit-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Franklin Gothic';
|
|
src: url('franklingothic-book-webfont.woff2') format('woff2'),
|
|
url('franklingothic-book-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
} |