Skip to content

Commit

Permalink
Fix navigation font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Byrne committed Feb 18, 2019
1 parent 327a1a3 commit d261b3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<title>{{ if not .IsHome }}{{ .Title }} &mdash;{{ end }} {{ .Site.Title }}</title>

<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700|Source+Code+Pro:400,700|Work+Sans:600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700|Source+Code+Pro:400,700|Work+Sans:500,700" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}main.css?v=3" type="text/css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}syntax.css?v=2" type="text/css" />

Expand Down
5 changes: 0 additions & 5 deletions docs/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ ul.submenu span {
padding: 5px 10px;
}

ul.menu li {
font-weight: 400;
}

ul.menu li.active,
ul.menu a:hover {
background-color: var(--color-nav-active);
Expand Down Expand Up @@ -389,7 +385,6 @@ em {
color: var(--color-heading-text);
background-color: var(--color-heading-background);
font-family: var(--font-heading);
font-weight: 500;

list-style-type: none;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit d261b3f

Please sign in to comment.