From f976129f7744fabcc876b8f0caa1b526ab315b40 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 5 Jan 2018 23:22:09 +0100 Subject: change mono font --- static/Go-Bold.woff | Bin 36532 -> 0 bytes static/Go-BoldItalic.woff | Bin 39416 -> 0 bytes static/Go-Italic.woff | Bin 39852 -> 0 bytes static/GoMedium-Italic.woff | Bin 45996 -> 0 bytes static/GoMedium.woff | Bin 42316 -> 0 bytes static/GoMono-Bold.woff | Bin 39200 -> 0 bytes static/GoMono-BoldItalic.woff | Bin 42968 -> 0 bytes static/GoMono-Italic.woff | Bin 42912 -> 0 bytes static/GoMono.woff | Bin 39336 -> 0 bytes static/GoRegular.woff | Bin 36928 -> 0 bytes static/abel.woff | Bin 12392 -> 0 bytes static/anonymouspro.woff | Bin 11680 -> 0 bytes static/fonts.css | 18 ----------- static/go.css | 69 ------------------------------------------ static/raleway.woff | Bin 16512 -> 0 bytes static/style.css | 2 +- template/root.tmpl | 8 ++--- 17 files changed, 4 insertions(+), 93 deletions(-) delete mode 100644 static/Go-Bold.woff delete mode 100644 static/Go-BoldItalic.woff delete mode 100644 static/Go-Italic.woff delete mode 100644 static/GoMedium-Italic.woff delete mode 100644 static/GoMedium.woff delete mode 100644 static/GoMono-Bold.woff delete mode 100644 static/GoMono-BoldItalic.woff delete mode 100644 static/GoMono-Italic.woff delete mode 100644 static/GoMono.woff delete mode 100644 static/GoRegular.woff delete mode 100644 static/abel.woff delete mode 100644 static/anonymouspro.woff delete mode 100644 static/fonts.css delete mode 100644 static/go.css delete mode 100644 static/raleway.woff diff --git a/static/Go-Bold.woff b/static/Go-Bold.woff deleted file mode 100644 index 9e20c5d..0000000 Binary files a/static/Go-Bold.woff and /dev/null differ diff --git a/static/Go-BoldItalic.woff b/static/Go-BoldItalic.woff deleted file mode 100644 index 02af73a..0000000 Binary files a/static/Go-BoldItalic.woff and /dev/null differ diff --git a/static/Go-Italic.woff b/static/Go-Italic.woff deleted file mode 100644 index ac68078..0000000 Binary files a/static/Go-Italic.woff and /dev/null differ diff --git a/static/GoMedium-Italic.woff b/static/GoMedium-Italic.woff deleted file mode 100644 index 49c509c..0000000 Binary files a/static/GoMedium-Italic.woff and /dev/null differ diff --git a/static/GoMedium.woff b/static/GoMedium.woff deleted file mode 100644 index 2541515..0000000 Binary files a/static/GoMedium.woff and /dev/null differ diff --git a/static/GoMono-Bold.woff b/static/GoMono-Bold.woff deleted file mode 100644 index f636e56..0000000 Binary files a/static/GoMono-Bold.woff and /dev/null differ diff --git a/static/GoMono-BoldItalic.woff b/static/GoMono-BoldItalic.woff deleted file mode 100644 index 3d977e0..0000000 Binary files a/static/GoMono-BoldItalic.woff and /dev/null differ diff --git a/static/GoMono-Italic.woff b/static/GoMono-Italic.woff deleted file mode 100644 index 9544027..0000000 Binary files a/static/GoMono-Italic.woff and /dev/null differ diff --git a/static/GoMono.woff b/static/GoMono.woff deleted file mode 100644 index f7e5ffe..0000000 Binary files a/static/GoMono.woff and /dev/null differ diff --git a/static/GoRegular.woff b/static/GoRegular.woff deleted file mode 100644 index 5292f4a..0000000 Binary files a/static/GoRegular.woff and /dev/null differ diff --git a/static/abel.woff b/static/abel.woff deleted file mode 100644 index c29c0a4..0000000 Binary files a/static/abel.woff and /dev/null differ diff --git a/static/anonymouspro.woff b/static/anonymouspro.woff deleted file mode 100644 index f612cba..0000000 Binary files a/static/anonymouspro.woff and /dev/null differ diff --git a/static/fonts.css b/static/fonts.css deleted file mode 100644 index 653b88f..0000000 --- a/static/fonts.css +++ /dev/null @@ -1,18 +0,0 @@ -@font-face { - font-family: 'Abel'; - font-style: normal; - font-weight: 400; - src: local('Abel'), url(/static/abel.woff) format('woff'); -} -@font-face { - font-family: 'Anonymous Pro'; - font-style: normal; - font-weight: 400; - src: local('Anonymous Pro'), url(/static/anonymouspro.woff) format('woff'); -} -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: local('Raleway'), url(/static/raleway.woff) format('woff'); -} diff --git a/static/go.css b/static/go.css deleted file mode 100644 index 0ab3873..0000000 --- a/static/go.css +++ /dev/null @@ -1,69 +0,0 @@ -@font-face { - font-family: 'Go'; - src: url('/static/GoMedium-Italic.woff') format('woff'); - font-weight: 500; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/static/Go-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/static/Go-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Go'; - src: url('/static/GoMedium.woff') format('woff'); - font-weight: 500; - font-style: normal; -} - -@font-face { - font-family: 'Go'; - src: url('/static/Go-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/static/GoRegular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/static/GoMono-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/static/GoMono.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/static/GoMono-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/static/GoMono-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; -} diff --git a/static/raleway.woff b/static/raleway.woff deleted file mode 100644 index 56478f2..0000000 Binary files a/static/raleway.woff and /dev/null differ diff --git a/static/style.css b/static/style.css index d0031dd..2e3117f 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ h1, h2, .navbar-brand { text-shadow: 1px 1px #CCC; } pre, code, kbd { - font-family: 'Anonymous Pro', monospace; + font-family: 'Space Mono', monospace; } a { color: #F50; diff --git a/template/root.tmpl b/template/root.tmpl index 2ca10d7..c486688 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -10,11 +10,9 @@ - - - - - + + + -- cgit v1.2.3