summaryrefslogtreecommitdiff
path: root/static/go.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/go.css')
-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');
+}