Fix webfonts paths #7
This commit is contained in:
parent
7e37a204d3
commit
fd0bd4a353
1 changed files with 3 additions and 3 deletions
|
|
@ -6,21 +6,21 @@
|
|||
/* Font sans */
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
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-style: normal;
|
||||
font-display: swap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue