bye bye gogole font
This commit is contained in:
parent
254a7f8dee
commit
424d16bb11
3 changed files with 11 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
|
||||
@font-face {
|
||||
font-family: "Merriweather";
|
||||
src: url("/theme/fonts/Merriweather-Light.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: url("/theme/fonts/OpenSans-Bold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('/theme/fonts/icomoon.woff') format('woff');
|
||||
|
@ -405,4 +413,4 @@ pre * {
|
|||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
static/fonts/Merriweather-Light.ttf
Normal file
BIN
static/fonts/Merriweather-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/OpenSans-Bold.ttf
Normal file
BIN
static/fonts/OpenSans-Bold.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue