diff options
| author | Jamal Carvalho <jamal@golang.org> | 2021-12-28 23:28:38 +0000 |
|---|---|---|
| committer | Jamal Carvalho <jamalcarvalho@google.com> | 2021-12-29 23:18:47 +0000 |
| commit | f07bd53eacd2d2fce298fb0ea31be6c21f477159 (patch) | |
| tree | d38d318c2216debcd5b58b54a17bc8480b05adb2 /_content/css | |
| parent | 56b50be2793a61a903f3f01cef39fb70ba4a6947 (diff) | |
| download | go-x-website-f07bd53eacd2d2fce298fb0ea31be6c21f477159.tar.xz | |
_content: remove unused fonts
Go.dev was updated to use only system fonts.
Removed deprecated font styles and files.
Change-Id: Ibeaca8e5518d41a22323a99f0469bd0a510129d2
Reviewed-on: https://go-review.googlesource.com/c/website/+/374634
Run-TryBot: Jamal Carvalho <jamal@golang.org>
Trust: Jamal Carvalho <jamalcarvalho@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Diffstat (limited to '_content/css')
| -rw-r--r-- | _content/css/fonts.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/_content/css/fonts.css b/_content/css/fonts.css deleted file mode 100644 index ca35a713..00000000 --- a/_content/css/fonts.css +++ /dev/null @@ -1,69 +0,0 @@ -@font-face { - font-family: 'Go'; - src: url('/fonts/GoMedium-Italic.woff') format('woff'); - font-weight: 500; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/fonts/Go-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/fonts/Go-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Go'; - src: url('/fonts/GoMedium.woff') format('woff'); - font-weight: 500; - font-style: normal; -} - -@font-face { - font-family: 'Go'; - src: url('/fonts/Go-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; -} - -@font-face { - font-family: 'Go'; - src: url('/fonts/GoRegular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/fonts/GoMono-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/fonts/GoMono.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/fonts/GoMono-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Go Mono'; - src: url('/fonts/GoMono-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; -} |
