summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-05 23:22:09 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-05 23:22:09 +0100
commitf976129f7744fabcc876b8f0caa1b526ab315b40 (patch)
treec7b714838956c8076861c14aa7b8362ec4d768df
parent10bb8aaeb97dcd9974fe914274d385084a161783 (diff)
change mono font
-rw-r--r--static/Go-Bold.woffbin36532 -> 0 bytes
-rw-r--r--static/Go-BoldItalic.woffbin39416 -> 0 bytes
-rw-r--r--static/Go-Italic.woffbin39852 -> 0 bytes
-rw-r--r--static/GoMedium-Italic.woffbin45996 -> 0 bytes
-rw-r--r--static/GoMedium.woffbin42316 -> 0 bytes
-rw-r--r--static/GoMono-Bold.woffbin39200 -> 0 bytes
-rw-r--r--static/GoMono-BoldItalic.woffbin42968 -> 0 bytes
-rw-r--r--static/GoMono-Italic.woffbin42912 -> 0 bytes
-rw-r--r--static/GoMono.woffbin39336 -> 0 bytes
-rw-r--r--static/GoRegular.woffbin36928 -> 0 bytes
-rw-r--r--static/abel.woffbin12392 -> 0 bytes
-rw-r--r--static/anonymouspro.woffbin11680 -> 0 bytes
-rw-r--r--static/fonts.css18
-rw-r--r--static/go.css69
-rw-r--r--static/raleway.woffbin16512 -> 0 bytes
-rw-r--r--static/style.css2
-rw-r--r--template/root.tmpl8
17 files changed, 4 insertions, 93 deletions
diff --git a/static/Go-Bold.woff b/static/Go-Bold.woff
deleted file mode 100644
index 9e20c5d..0000000
--- a/static/Go-Bold.woff
+++ /dev/null
Binary files differ
diff --git a/static/Go-BoldItalic.woff b/static/Go-BoldItalic.woff
deleted file mode 100644
index 02af73a..0000000
--- a/static/Go-BoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/static/Go-Italic.woff b/static/Go-Italic.woff
deleted file mode 100644
index ac68078..0000000
--- a/static/Go-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMedium-Italic.woff b/static/GoMedium-Italic.woff
deleted file mode 100644
index 49c509c..0000000
--- a/static/GoMedium-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMedium.woff b/static/GoMedium.woff
deleted file mode 100644
index 2541515..0000000
--- a/static/GoMedium.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMono-Bold.woff b/static/GoMono-Bold.woff
deleted file mode 100644
index f636e56..0000000
--- a/static/GoMono-Bold.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMono-BoldItalic.woff b/static/GoMono-BoldItalic.woff
deleted file mode 100644
index 3d977e0..0000000
--- a/static/GoMono-BoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMono-Italic.woff b/static/GoMono-Italic.woff
deleted file mode 100644
index 9544027..0000000
--- a/static/GoMono-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoMono.woff b/static/GoMono.woff
deleted file mode 100644
index f7e5ffe..0000000
--- a/static/GoMono.woff
+++ /dev/null
Binary files differ
diff --git a/static/GoRegular.woff b/static/GoRegular.woff
deleted file mode 100644
index 5292f4a..0000000
--- a/static/GoRegular.woff
+++ /dev/null
Binary files differ
diff --git a/static/abel.woff b/static/abel.woff
deleted file mode 100644
index c29c0a4..0000000
--- a/static/abel.woff
+++ /dev/null
Binary files differ
diff --git a/static/anonymouspro.woff b/static/anonymouspro.woff
deleted file mode 100644
index f612cba..0000000
--- a/static/anonymouspro.woff
+++ /dev/null
Binary files 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
--- a/static/raleway.woff
+++ /dev/null
Binary files 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 @@
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
-
- <link rel="stylesheet" type="text/css" href="/static/fonts.css">
- <link rel="stylesheet" type="text/css" href="/static/style.css">
-
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Abel|Raleway|Space+Mono">
+ <link rel="stylesheet" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
</head>
<body>