summaryrefslogtreecommitdiff
path: root/static/go.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <ds@doozer.de>2016-11-17 17:28:12 +0100
committerDimitri Sokolyuk <ds@doozer.de>2016-11-17 17:28:12 +0100
commit8ed2faab84fb414cd7f1b353c0b12141cd791866 (patch)
treefd62e57950440f54f9e8bac8e4807f66a90cc920 /static/go.css
parent5e7030d4ded706972e521e6bc4bd02bb71e7c00f (diff)
Reimport Go Fonts
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');
}