summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-24 13:29:34 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 13:29:34 +0100
commit9626b92ee2aa1bd001dc9834bb8f908cecbd62d7 (patch)
tree12bf10306359699fbe31fdafb74a8757397f3765 /src
parent78a46a037ef9e6cc3453cae509c033c5e435a8a6 (diff)
downloadwebsite-9626b92ee2aa1bd001dc9834bb8f908cecbd62d7.tar.xz
style: Remove DejaVu Sans Mono @font-face
Diffstat (limited to 'src')
-rw-r--r--src/style.css7
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;
-}