Adding a New Font
Learn to add and use new assets in Scandi
sourcesanspro-regular-webfont.woff sourcesanspro-regular-webfont.woff2
staatliches-regular-webfont.woff staatliches-regular-webfont.woff2@font-face {
font-family: 'Staatliches';
src: url(/style/fonts/staatliches-regular-webfont.woff2) format('woff2'),
url(/style/fonts/staatliches-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SourceSansPro';
src: url(/style/fonts/sourcesanspro-regular-webfont.woff2) format('woff2'),
url(/style/fonts/sourcesanspro-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
Last updated