diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 13:29:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 13:29:34 +0100 |
commit | 9626b92ee2aa1bd001dc9834bb8f908cecbd62d7 (patch) | |
tree | 12bf10306359699fbe31fdafb74a8757397f3765 /src | |
parent | 78a46a037ef9e6cc3453cae509c033c5e435a8a6 (diff) | |
download | website-9626b92ee2aa1bd001dc9834bb8f908cecbd62d7.tar.xz |
style: Remove DejaVu Sans Mono @font-face
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/style.css b/src/style.css index 80c4393..e0689db 100644 --- a/src/style.css +++ b/src/style.css @@ -231,6 +231,7 @@ footer #emblem img { font-weight: 700; src: local('Fontin'), url('https://theos.kyriasis.com/fonts/Fontin-Bold.ttf') format('truetype'); } + @font-face { font-family: 'Fontin Sans'; font-style: normal; @@ -249,9 +250,3 @@ footer #emblem img { font-weight: 700; src: local('Fontin Sans Bold'), local('FontinSans-Bold'), url('https://theos.kyriasis.com/fonts/Fontin_Sans_B_45b.otf') format('opentype'); } -@font-face { - font-family: 'DejaVu Sans Mono'; - src: local('DejaVu Sans Mono'), url('https://theos.kyriasis.com/fonts/DejaVuSansMono.woff') format('woff'); - font-weight: normal; - font-style: normal; -} |