Skip to content

Commit

Permalink
Use semi-bold fonts as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Sep 20, 2019
1 parent 1c8eba0 commit 031e2da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>{{.Title}} | {{.SiteTitle}}</title>
<link rel="stylesheet" type="text/css" href="{{.Prefix}}/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
</head>
Expand Down
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ a:hover {
}

h1, h2, h3, h4 {
font-weight: 600;
margin: 1em 1ex 0.5ex 0;
}

Expand Down Expand Up @@ -51,7 +52,7 @@ h4 {

#menu a.thisSite {
color: #333;
font-weight: bold;
font-weight: 600;
background-color: #eee;
border-left: 1px solid #999;
border-right: 1px solid #999;
Expand All @@ -67,7 +68,7 @@ h4 {
border-left: 1px solid #999;
border-right: 1px solid #999;
font-size: 1.2em;
font-weight: bold;
font-weight: 600;
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -109,7 +110,7 @@ h4 {
#nav li a {
display: block;
margin: 0;
padding: 0.6em;
padding: 0.6em 0.6em 0.6em 1em;
border-left: 1px solid #999;
}

Expand All @@ -120,13 +121,13 @@ h4 {

#nav li a.thisPath {
color: #333;
font-weight: bold;
font-weight: 600;
}

#nav li a.thisPage {
background-color: #fff;
color: #333;
font-weight: bold;
font-weight: 600;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #fff;
Expand Down

0 comments on commit 031e2da

Please sign in to comment.