summaryrefslogtreecommitdiff
path: root/static/go.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/go.css')
-rw-r--r--static/go.css57
1 files changed, 28 insertions, 29 deletions
diff --git a/static/go.css b/static/go.css
index aaa111a..0ab3873 100644
--- a/static/go.css
+++ b/static/go.css
@@ -1,70 +1,69 @@
@font-face {
font-family: 'Go';
- font-style: normal;
- font-weight: normal;
- src: url('/static/Go-Regular.ttf');
+ src: url('/static/GoMedium-Italic.woff') format('woff');
+ font-weight: 500;
+ font-style: italic;
}
@font-face {
font-family: 'Go';
- font-style: italic;
+ src: url('/static/Go-Italic.woff') format('woff');
font-weight: normal;
- src: url('/static/Go-Italic.ttf');
+ font-style: italic;
}
@font-face {
font-family: 'Go';
- font-style: normal;
+ src: url('/static/Go-Bold.woff') format('woff');
font-weight: bold;
- src: url('/static/Go-Bold.ttf');
+ font-style: normal;
}
@font-face {
font-family: 'Go';
- font-style: italic;
- font-weight: bold;
- src: url('/static/Go-Bold-Italic.ttf');
+ src: url('/static/GoMedium.woff') format('woff');
+ font-weight: 500;
+ font-style: normal;
}
@font-face {
- font-family: 'Go Mono';
- font-style: normal;
- font-weight: normal;
- src: url('/static/Go-Mono.ttf');
+ font-family: 'Go';
+ src: url('/static/Go-BoldItalic.woff') format('woff');
+ font-weight: bold;
+ font-style: italic;
}
@font-face {
- font-family: 'Go Mono';
- font-style: italic;
+ font-family: 'Go';
+ src: url('/static/GoRegular.woff') format('woff');
font-weight: normal;
- src: url('/static/Go-Mono-Italic.ttf');
+ font-style: normal;
}
@font-face {
font-family: 'Go Mono';
- font-style: normal;
+ src: url('/static/GoMono-Bold.woff') format('woff');
font-weight: bold;
- src: url('/static/Go-Mono-Bold.ttf');
+ font-style: normal;
}
-
@font-face {
font-family: 'Go Mono';
- font-style: italic;
- font-weight: bold;
- src: url('/static/Go-Mono-Bold-Italic.ttf');
+ src: url('/static/GoMono.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
}
@font-face {
- font-family: 'Go Medium';
- font-style: normal;
+ font-family: 'Go Mono';
+ src: url('/static/GoMono-Italic.woff') format('woff');
font-weight: normal;
- src: url('/static/Go-Medium.ttf');
+ font-style: italic;
}
@font-face {
- font-family: 'Go Medium';
+ font-family: 'Go Mono';
+ src: url('/static/GoMono-BoldItalic.woff') format('woff');
+ font-weight: bold;
font-style: italic;
- font-weight: normal;
- src: url('/static/Go-Medium-Italic.ttf');
}