Fix webfonts paths again #7
This commit is contained in:
parent
a6212e40dc
commit
4bed4ff919
1 changed files with 3 additions and 3 deletions
|
|
@ -6,21 +6,21 @@
|
||||||
/* Font sans */
|
/* Font sans */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Cera Pro";
|
font-family: "Cera Pro";
|
||||||
src: local("Cera Pro"), url("./assets/fonts/cerapro-regular.woff2") format("woff2");
|
src: local("Cera Pro"), url("/assets/fonts/cerapro-regular.woff2") format("woff2");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Cera Pro";
|
font-family: "Cera Pro";
|
||||||
src: local("Cera Pro"), url("./assets/fonts/cerapro-medium.woff2") format("woff2");
|
src: local("Cera Pro"), url("/assets/fonts/cerapro-medium.woff2") format("woff2");
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Cera Pro";
|
font-family: "Cera Pro";
|
||||||
src: local("Cera Pro"), url("./assets/fonts/cerapro-bod.woff2") format("woff2");
|
src: local("Cera Pro"), url("/assets/fonts/cerapro-bod.woff2") format("woff2");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue