44 lines
958 B
CSS
44 lines
958 B
CSS
@font-face {
|
|
font-family: 'Public';
|
|
src: url('PublicSans/PublicSans-Regular.woff2'), format('woff2');
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Public';
|
|
src: url('PublicSans/PublicSans-Bold.woff2'), format('woff2');
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'Public';
|
|
src: url('PublicSans/PublicSans-Medium.woff2'), format('woff2');
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Novel';
|
|
src: url('NovelSans/novelsanspro_regular-webfont.woff2'), format('woff2');
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Novel';
|
|
src: url('NovelSans/novelsanspro_bold-webfont.woff2'), format('woff2');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ortica';
|
|
src: url('Ortica/OrticaAngular-Bold.woff2'), format('woff2');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ortica';
|
|
src: url('Ortica/OrticaLinear-Light.woff2'), format('woff2');
|
|
font-weight: light;
|
|
}
|
|
|