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/site.tmpl | |
| 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/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index 8c9db4cd..bc638a81 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -14,10 +14,9 @@ <meta name="description" content="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#00add8"> -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,600|Work+Sans:400,500,600|Roboto:400,500,700|Open+Sans:Source+Code+Pro|Material+Icons"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons"> <link rel="stylesheet" href="/css/styles.css"> {{if strings.HasPrefix .URL "/blog/"}} -<link rel="stylesheet" href="/css/blogfonts.css"> <link rel="alternate" title="The Go Blog" type="application/atom+xml" href="/blog/feed.atom"> {{end}} <!-- Google Tag Manager --> |
