diff options
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | src/style.css | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -1,9 +1,6 @@ index: - * initial draft since I haven't written one yet about: + * Add picture of me? journal: - * add author link to the posts. - * journal posts in restructuredtext? - Need to figure out how to output partial fragments instead of full html pages diff --git a/src/style.css b/src/style.css index 1784d6f..2c1868a 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700); +@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700); *, *:before, *:after { box-sizing: border-box; } html { |