mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 13:09:54 +03:00
41 lines
No EOL
1,001 B
CSS
41 lines
No EOL
1,001 B
CSS
@font-face {
|
|
font-family: 'Literata';
|
|
src: url('/fonts/Literata/Literata-Light.woff') format('woff');
|
|
font-weight: light;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Literata';
|
|
src: url('/fonts/Literata/Literata-LightItalic.woff') format('woff');
|
|
font-weight: light;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Literata';
|
|
src: url('/fonts/Literata/Literata-SemiBold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Literata';
|
|
src: url('/fonts/Literata/Literata-SemiBoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Monaspace';
|
|
src: url('/fonts/Monaspace/MonaspaceArgon-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Monaspace';
|
|
src: url('/fonts/Monaspace/MonaspaceArgon-SemiBold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
} |