summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--journal.c1
-rw-r--r--style.css4
2 files changed, 3 insertions, 2 deletions
diff --git a/journal.c b/journal.c
index 851cf23..39354fd 100644
--- a/journal.c
+++ b/journal.c
@@ -79,7 +79,6 @@ int main()
"<head>\n"
"<meta charset='utf-8'>\n"
"<meta name='viewport' content='width=device-width, initial-scale=1'>\n"
- "<link href='https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700' rel='stylesheet'>\n"
"<link href='style.css' rel='stylesheet'>\n"
"<title>"TITLE"</title>\n"
"</head>\n"
diff --git a/style.css b/style.css
index 60132b1..e2797ce 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,5 @@
+@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700');
+
body {
color: #eee;
background-color: #111;
@@ -9,7 +11,7 @@ body {
}
h1 {
- color: #999;
+ color: #888;
font-size: 2em;
font-weight: bold;
margin: 0.5em 0;