🎨 organize fonts in folders

This commit is contained in:
tykayn 2019-08-12 15:05:51 +02:00
parent 74285393d8
commit 2d03578a1d
22 changed files with 12 additions and 16 deletions

View File

@ -1,53 +1,49 @@
@charset "UTF-8"; @charset "UTF-8";
//@font-face {
// font-family: "Proza-libre";
// src: url("ProzaLibre-Regular.ttf") format("ttf"); // TODO find the correct path
//}
@font-face { @font-face {
font-family: "pt_sans"; font-family: "pt_sans";
src: url("assets/fonts/pt_sans_regular-webfont.woff2") format("woff2"), src: url("assets/fonts/pt_sans/pt_sans_regular-webfont.woff2") format("woff2"),
url("assets/fonts/pt_sans_regular-webfont.woff") format("woff"); url("assets/fonts/pt_sans/pt_sans_regular-webfont.woff") format("woff");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "pt_sans"; font-family: "pt_sans";
src: url("assets/fonts/pt_sans_bold-webfont.woff2") format("woff2"), src: url("assets/fonts/pt_sans/pt_sans_bold-webfont.woff2") format("woff2"),
url("assets/fonts/pt_sans_bold-webfont.woff") format("woff"); url("assets/fonts/pt_sans/pt_sans_bold-webfont.woff") format("woff");
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "proza_libre"; font-family: "proza_libre";
src: url("assets/fonts/prozalibre-regular-webfont.woff2") format("woff2"), src: url("assets/fonts/proza_libre/prozalibre-regular-webfont.woff2") format("woff2"),
url("assets/fonts/prozalibre-regular-webfont.woff") format("woff"); url("assets/fonts/proza_libre/prozalibre-regular-webfont.woff") format("woff");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "proza_libre"; font-family: "proza_libre";
src: url("assets/fonts/prozalibre-medium-webfont.woff2") format("woff2"), src: url("assets/fonts/proza_libre/prozalibre-medium-webfont.woff2") format("woff2"),
url("assets/fonts/prozalibre-medium-webfont.woff") format("woff"); url("assets/fonts/proza_libre/prozalibre-medium-webfont.woff") format("woff");
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "proza_libre"; font-family: "proza_libre";
src: url("assets/fonts/prozalibre-semibold-webfont.woff2") format("woff2"), src: url("assets/fonts/proza_libre/prozalibre-semibold-webfont.woff2") format("woff2"),
url("assets/fonts/prozalibre-semibold-webfont.woff") format("woff"); url("assets/fonts/proza_libre/prozalibre-semibold-webfont.woff") format("woff");
font-weight: 600; font-weight: 600;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "proza_libre"; font-family: "proza_libre";
src: url("assets/fonts/prozalibre-bold-webfont.woff2") format("woff2"), src: url("assets/fonts/proza_libre/prozalibre-bold-webfont.woff2") format("woff2"),
url("assets/fonts/prozalibre-bold-webfont.woff") format("woff"); url("assets/fonts/proza_libre/prozalibre-bold-webfont.woff") format("woff");
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }