summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-11-17 16:41:00 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-11-17 16:41:00 +0100
commit5e7030d4ded706972e521e6bc4bd02bb71e7c00f (patch)
tree237449c405185a54dff16d50847c5fb4ae565e0f
parentbcb2d293c4f4ed199384262f4c0f91fc2a46b9ef (diff)
Add Go Font style stub
-rw-r--r--static/go.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/static/go.css b/static/go.css
new file mode 100644
index 0000000..aaa111a
--- /dev/null
+++ b/static/go.css
@@ -0,0 +1,70 @@
+@font-face {
+ font-family: 'Go';
+ font-style: normal;
+ font-weight: normal;
+ src: url('/static/Go-Regular.ttf');
+}
+
+@font-face {
+ font-family: 'Go';
+ font-style: italic;
+ font-weight: normal;
+ src: url('/static/Go-Italic.ttf');
+}
+
+@font-face {
+ font-family: 'Go';
+ font-style: normal;
+ font-weight: bold;
+ src: url('/static/Go-Bold.ttf');
+}
+
+@font-face {
+ font-family: 'Go';
+ font-style: italic;
+ font-weight: bold;
+ src: url('/static/Go-Bold-Italic.ttf');
+}
+
+@font-face {
+ font-family: 'Go Mono';
+ font-style: normal;
+ font-weight: normal;
+ src: url('/static/Go-Mono.ttf');
+}
+
+@font-face {
+ font-family: 'Go Mono';
+ font-style: italic;
+ font-weight: normal;
+ src: url('/static/Go-Mono-Italic.ttf');
+}
+
+@font-face {
+ font-family: 'Go Mono';
+ font-style: normal;
+ font-weight: bold;
+ src: url('/static/Go-Mono-Bold.ttf');
+}
+
+
+@font-face {
+ font-family: 'Go Mono';
+ font-style: italic;
+ font-weight: bold;
+ src: url('/static/Go-Mono-Bold-Italic.ttf');
+}
+
+@font-face {
+ font-family: 'Go Medium';
+ font-style: normal;
+ font-weight: normal;
+ src: url('/static/Go-Medium.ttf');
+}
+
+@font-face {
+ font-family: 'Go Medium';
+ font-style: italic;
+ font-weight: normal;
+ src: url('/static/Go-Medium-Italic.ttf');
+}