summaryrefslogtreecommitdiff
path: root/static/go.css
diff options
context:
space:
mode:
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;
-}