Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit b7daf39

Browse files
authored
Merge pull request #69 from nhantdn/patch-1
Correct font family name
2 parents 3c13f9a + e5a91ca commit b7daf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ legend {
5353
body {
5454
background: $white;
5555
color: $gray-dark;
56-
font: 120%/1.4 "HelveticaNeue", "Helvetica", "Arial", sans-serif;
56+
font: 120%/1.4 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
5757
padding: 0;
5858
-webkit-text-size-adjust: 100%;
5959
}

0 commit comments

Comments
 (0)