2017-03-04 08:12:31 -08:00
|
|
|
<!-- icon fonts -->
|
|
|
|
<link href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
|
|
|
|
|
|
<!-- base font -->
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
2017-04-03 11:39:23 -07:00
|
|
|
<!-- monospaced for code -->
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
|
|
|
|
|
2017-03-04 08:12:31 -08:00
|
|
|
<!-- Configurable Fonts -->
|
|
|
|
{{ with .Site.Params }}
|
|
|
|
|
|
|
|
{{ with .font }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ with .navbar.font }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
2017-03-04 20:02:56 -08:00
|
|
|
{{ with .hero.font }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
2017-03-13 12:35:41 -07:00
|
|
|
{{ with .hero.headline_font }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ with .sections.font }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ with .sections.font_headline }}
|
2017-04-01 22:38:00 -07:00
|
|
|
<link href="//fonts.googleapis.com/css?family={{ . }}" rel="stylesheet" type="text/css">
|
2017-03-04 08:12:31 -08:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ end }}
|