summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 19:42:11 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 19:42:11 +0200
commit57a4b0efc61b51066aeb1c32ed6c6808f4f322b3 (patch)
tree2dee9d52b7394e32bff2560b11de2883861adc86
parentb8cd2d937eb0e305509d1ffc70a52315320541c8 (diff)
downloadwebsite-57a4b0efc61b51066aeb1c32ed6c6808f4f322b3.tar.xz
update todo, use only normal/bold ptsans
-rw-r--r--TODO5
-rw-r--r--src/style.css2
2 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 2f12c3c..410addb 100644
--- a/TODO
+++ b/TODO
@@ -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 {