Browse Source

Remove cloud typography

Robert Payne 3 years ago
parent
commit
14d96f6755
1 changed files with 0 additions and 1 deletions
  1. 0 1
      _includes/head.html

+ 0 - 1
_includes/head.html

@@ -6,7 +6,6 @@
   <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
   <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
 
-  <link rel="stylesheet" type="text/css" href="//cloud.typography.com/797458/727746/css/fonts.css">
   <link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}">