bye bye gogole font

This commit is contained in:
Rick 2021-02-03 22:15:16 +01:00
parent 254a7f8dee
commit 424d16bb11
Signed by: Rick
GPG key ID: 9570A7DB7CB2F436
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap'); @font-face {
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap'); 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-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: url('/theme/fonts/icomoon.woff') format('woff'); src: url('/theme/fonts/icomoon.woff') format('woff');
@ -405,4 +413,4 @@ pre * {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
} }
} }

Binary file not shown.

Binary file not shown.