summaryrefslogtreecommitdiff
path: root/static/go.css
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 /static/go.css
parent10bb8aaeb97dcd9974fe914274d385084a161783 (diff)
change mono font
Diffstat (limited to 'static/go.css')
-rw-r--r--static/go.css69
1 files changed, 0 insertions, 69 deletions
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;
-}