Skip to content

Commit af0ef8e

Browse files
committed
Remove Google Font
1 parent cac7098 commit af0ef8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<meta property="og:image" content="{{ site.url }}/{{ site.logo }}" />
1111

1212
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
13-
<link href="https://fonts.googleapis.com/css?family=Heebo:900" rel="stylesheet">
13+
<!--<link href="https://fonts.googleapis.com/css?family=Heebo:900" rel="stylesheet">-->
1414

1515
{% seo %}
1616

17-
{% if ((jekyll.environment == 'production' or jekyll.environment == 'pwa') and site.google_analytics) %}
17+
{% if ((jekyll.s == 'production' or jekyll.environment == 'pwa') and site.google_analytics) %}
1818
{% include google-analytics.html %}
1919
{% endif %}

0 commit comments

Comments
 (0)