Skip to content

Commit

Permalink
Add Google Fonts back in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
fbnlsr committed Nov 2, 2018
1 parent 029adfe commit c8ef517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/header.html
Expand Up @@ -11,6 +11,8 @@
<title>{{ i18n "site-title" }}</title>
{{ end }}

<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans:400,700|Ubuntu+Mono:400,700" rel="stylesheet">

{{ $options := (dict "targetPath" "/css/main.min.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
Expand Down

0 comments on commit c8ef517

Please sign in to comment.