Skip to content

Commit e73cdec

Browse files
author
Max Dumas
committed
Switch to Noto Serif as body font
1 parent 2a7aab9 commit e73cdec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ html {
44

55
body {
66
background-color: #261d30;
7-
font-family: Georgia, sans-serif;
7+
font-family: 'Noto Serif', Georgia, sans-serif;
88
color: #886688;
99
}
1010

@@ -72,6 +72,7 @@ main {
7272
color: #241b2e;
7373
background-color: #e3d5d0;
7474
box-shadow: 0 2px 10px #000;
75+
line-height: 1.25em;
7576
}
7677

7778
main header {

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
77
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Bitter">
8+
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Noto+Serif'>
89
<link rel="stylesheet" type="text/css" href="app.css">
910

1011
<script src="/js/jquery.min.js"></script>

0 commit comments

Comments
 (0)