Skip to content

x/website: use Google fonts for Roboto #33164

@freeformz

Description

@freeformz

What did you do?

Visit http://golang.org/pkg/log

What did you expect to see?

A website with css that selects a font that is likely to be on my system or is sourced from the internet.

What did you see instead?

The website uses the Roboto font. This font isn't installed on Macs, but could be sourced from the internet with a <link/> in the <head/> of the website like so:

<html lang="en">
  <head>
    ...
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
   ...
  </head>
...

I realized there are fallback fonts (Arial & sans-serif), but they don't look as good. Please link the google font. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions