Skip to content

Commit fdac872

Browse files
committed
Improve demo page header font rendering
1 parent 2e7daa8 commit fdac872

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111

1212
<link rel="shortcut icon" href="img/demopage/favicon.png">
13-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Karla%7CMontserrat">
13+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Karla%7CMontserrat:700">
1414
<link rel="stylesheet" href="css/screen.css">
1515
<link rel="stylesheet" href="css/lightbox.css">
1616
</head>

sass/screen.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ h1, h2, h3, h4, h5
6666
color: $heading-color
6767
line-height: 1.2em
6868
font-family: $heading-font-family
69-
font-weight: 600
69+
font-weight: 700
7070

7171
h1
7272
font-size: 3.5rem

0 commit comments

Comments
 (0)