chg: Fonts
This commit is contained in:
parent
86710ab066
commit
70656b546f
5 changed files with 2 additions and 3 deletions
BIN
Montserrat-Italic-VF.woff2
Normal file
BIN
Montserrat-Italic-VF.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
Montserrat-VF.woff2
Normal file
BIN
Montserrat-VF.woff2
Normal file
Binary file not shown.
BIN
Montserrat.ttf
BIN
Montserrat.ttf
Binary file not shown.
|
@ -1,18 +1,17 @@
|
|||
@font-face {
|
||||
font-family: Montserrat;
|
||||
font-style: normal;
|
||||
src: url('Montserrat.ttf');
|
||||
src: url('Montserrat-VF.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Montserrat;
|
||||
font-style: italic;
|
||||
src: url('Montserrat-Italic.ttf');
|
||||
src: url('Montserrat-Italic-VF.woff2');
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Montserrat;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in a new issue