|
@@ -1,23 +1,5 @@
|
|
|
/* fonts */
|
|
|
|
|
|
-@font-face {
|
|
|
- font-family: 'PT Sans';
|
|
|
- src: url('fonts/pt_sans-web-bold.woff2') format('woff2'), url('fonts/pt_sans-web-bold.woff') format('woff');
|
|
|
- font-weight: bold;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-@font-face {
|
|
|
- font-family: 'PT Sans';
|
|
|
- src: url('fonts/pt_sans-web-italic.woff2') format('woff2'), url('fonts/pt_sans-web-italic.woff') format('woff');
|
|
|
- font-weight: normal;
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-@font-face {
|
|
|
- font-family: 'PT Sans';
|
|
|
- src: url('fonts/pt_sans-web-regular.woff2') format('woff2'), url('fonts/pt_sans-web-regular.woff') format('woff');
|
|
|
- font-weight: normal;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
@font-face {
|
|
|
font-family: 'Miriam Libre';
|
|
|
src: url('fonts/miriamlibre-bold.woff2') format('woff2'), url('fonts/miriamlibre-bold.woff') format('woff');
|