diff --git a/TODO b/TODO index a13dd1b..fd893cf 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -get RSS feed up and running +get RSS feed up and running (add utm stuff) get preferred font setup https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face (see also notes) set font-display to "swap" diff --git a/static/css/layout.css b/static/css/layout.css index 8044cbe..341b36e 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -9,6 +9,7 @@ body { padding: 0px; margin: 0px; font-family: Georgia, serif; + -webkit-font-smoothing: antialiased; }