chg: Moved the fonts files in a folder
This commit is contained in:
parent
70656b546f
commit
9493f42504
3 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
@font-face {
|
||||
font-family: Montserrat;
|
||||
font-style: normal;
|
||||
src: url('Montserrat-VF.woff2');
|
||||
src: url('fonts/Montserrat-VF.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Montserrat;
|
||||
font-style: italic;
|
||||
src: url('Montserrat-Italic-VF.woff2');
|
||||
src: url('fonts/Montserrat-Italic-VF.woff2');
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue