diff options
author | Andrew Gerrand <adg@golang.org> | 2016-11-17 13:48:15 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2016-11-17 02:50:40 +0000 |
commit | 44f17a108ad6d3c2ab63233a43368d7a21fe98a3 (patch) | |
tree | eefb6d147c530fac662bd5f998d2c8903fe5bd2a /static | |
parent | c129568cc4ace90e54382dddc3e0ff44b19941f3 (diff) |
blog: fix serving of fonts on App Engine
Change-Id: I4c1fc9b10440b8e99a04614d89ac1fe0db58ae68
Reviewed-on: https://go-review.googlesource.com/33260
Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'static')
-rw-r--r-- | static/fonts.css | 20 | ||||
-rw-r--r-- | static/fonts/Go-Bold.woff (renamed from static/Go-Bold.woff) | bin | 36532 -> 36532 bytes | |||
-rw-r--r-- | static/fonts/Go-BoldItalic.woff (renamed from static/Go-BoldItalic.woff) | bin | 39416 -> 39416 bytes | |||
-rw-r--r-- | static/fonts/Go-Italic.woff (renamed from static/Go-Italic.woff) | bin | 39852 -> 39852 bytes | |||
-rw-r--r-- | static/fonts/GoMedium-Italic.woff (renamed from static/GoMedium-Italic.woff) | bin | 45996 -> 45996 bytes | |||
-rw-r--r-- | static/fonts/GoMedium.woff (renamed from static/GoMedium.woff) | bin | 42316 -> 42316 bytes | |||
-rw-r--r-- | static/fonts/GoMono-Bold.woff (renamed from static/GoMono-Bold.woff) | bin | 39200 -> 39200 bytes | |||
-rw-r--r-- | static/fonts/GoMono-BoldItalic.woff (renamed from static/GoMono-BoldItalic.woff) | bin | 42968 -> 42968 bytes | |||
-rw-r--r-- | static/fonts/GoMono-Italic.woff (renamed from static/GoMono-Italic.woff) | bin | 42912 -> 42912 bytes | |||
-rw-r--r-- | static/fonts/GoMono.woff (renamed from static/GoMono.woff) | bin | 39336 -> 39336 bytes | |||
-rw-r--r-- | static/fonts/GoRegular.woff (renamed from static/GoRegular.woff) | bin | 36928 -> 36928 bytes |
11 files changed, 10 insertions, 10 deletions
diff --git a/static/fonts.css b/static/fonts.css index 5edf1fa..62ca66e 100644 --- a/static/fonts.css +++ b/static/fonts.css @@ -1,69 +1,69 @@ @font-face { font-family: 'Go'; - src: url('GoMedium-Italic.woff') format('woff'); + src: url('fonts/GoMedium-Italic.woff') format('woff'); font-weight: 500; font-style: italic; } @font-face { font-family: 'Go'; - src: url('Go-Italic.woff') format('woff'); + src: url('fonts/Go-Italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Go'; - src: url('Go-Bold.woff') format('woff'); + src: url('fonts/Go-Bold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Go'; - src: url('GoMedium.woff') format('woff'); + src: url('fonts/GoMedium.woff') format('woff'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Go'; - src: url('Go-BoldItalic.woff') format('woff'); + src: url('fonts/Go-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Go'; - src: url('GoRegular.woff') format('woff'); + src: url('fonts/GoRegular.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Go Mono'; - src: url('GoMono-Bold.woff') format('woff'); + src: url('fonts/GoMono-Bold.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Go Mono'; - src: url('GoMono.woff') format('woff'); + src: url('fonts/GoMono.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Go Mono'; - src: url('GoMono-Italic.woff') format('woff'); + src: url('fonts/GoMono-Italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Go Mono'; - src: url('GoMono-BoldItalic.woff') format('woff'); + src: url('fonts/GoMono-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; } diff --git a/static/Go-Bold.woff b/static/fonts/Go-Bold.woff Binary files differindex 9e20c5d..9e20c5d 100644 --- a/static/Go-Bold.woff +++ b/static/fonts/Go-Bold.woff diff --git a/static/Go-BoldItalic.woff b/static/fonts/Go-BoldItalic.woff Binary files differindex 02af73a..02af73a 100644 --- a/static/Go-BoldItalic.woff +++ b/static/fonts/Go-BoldItalic.woff diff --git a/static/Go-Italic.woff b/static/fonts/Go-Italic.woff Binary files differindex ac68078..ac68078 100644 --- a/static/Go-Italic.woff +++ b/static/fonts/Go-Italic.woff diff --git a/static/GoMedium-Italic.woff b/static/fonts/GoMedium-Italic.woff Binary files differindex 49c509c..49c509c 100644 --- a/static/GoMedium-Italic.woff +++ b/static/fonts/GoMedium-Italic.woff diff --git a/static/GoMedium.woff b/static/fonts/GoMedium.woff Binary files differindex 2541515..2541515 100644 --- a/static/GoMedium.woff +++ b/static/fonts/GoMedium.woff diff --git a/static/GoMono-Bold.woff b/static/fonts/GoMono-Bold.woff Binary files differindex f636e56..f636e56 100644 --- a/static/GoMono-Bold.woff +++ b/static/fonts/GoMono-Bold.woff diff --git a/static/GoMono-BoldItalic.woff b/static/fonts/GoMono-BoldItalic.woff Binary files differindex 3d977e0..3d977e0 100644 --- a/static/GoMono-BoldItalic.woff +++ b/static/fonts/GoMono-BoldItalic.woff diff --git a/static/GoMono-Italic.woff b/static/fonts/GoMono-Italic.woff Binary files differindex 9544027..9544027 100644 --- a/static/GoMono-Italic.woff +++ b/static/fonts/GoMono-Italic.woff diff --git a/static/GoMono.woff b/static/fonts/GoMono.woff Binary files differindex f7e5ffe..f7e5ffe 100644 --- a/static/GoMono.woff +++ b/static/fonts/GoMono.woff diff --git a/static/GoRegular.woff b/static/fonts/GoRegular.woff Binary files differindex 5292f4a..5292f4a 100644 --- a/static/GoRegular.woff +++ b/static/fonts/GoRegular.woff |