From 5e7030d4ded706972e521e6bc4bd02bb71e7c00f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 17 Nov 2016 16:41:00 +0100 Subject: Add Go Font style stub --- static/go.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 static/go.css 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'); +} -- cgit v1.2.3