~uglyduck/uglyduck.srht.site

6c6857b7734f0204b1fee7309a80640ec63bee79 — Bradley Taunt 2 years ago a7ab475
Proper typeface fallbacks
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/head.html
M _includes/head.html => _includes/head.html +1 -1
@@ 12,5 12,5 @@
  <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
  <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png">
  <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/feed.xml">
  <style>body{font:18px/1.45 Palatino,Merriweather,Helvetica,Arial,sans-serif;margin:auto;max-width:75ch;padding:10px;}a,a:visited{color:darkblue;}a:hover,a:focus{color:crimson;}img{max-width:100%;}pre{overflow:auto}figure{border:1px solid;max-width:800px;padding:10px;text-align:center;}code{font-size:16px;}</style>
  <style>body{font:18px/1.45 'Palatino','Georgia',serif;margin:auto;max-width:75ch;padding:10px;}a,a:visited{color:darkblue;}a:hover,a:focus{color:crimson;}img{max-width:100%;}pre{overflow:auto}figure{border:1px solid;max-width:800px;padding:10px;text-align:center;}code{font-size:16px;}</style>
</head>