_includes/head.html in jekyll-theme-hamilton-1.1.0 vs _includes/head.html in jekyll-theme-hamilton-1.2.0

- old
+ new

@@ -12,9 +12,17 @@ {% if page.math %} {% include mathjax.html %} {% endif %} +<!-- Google Fonts --> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dancing%20Script"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto%20Sans%20SC"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto%20Serif%20SC"> + <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/skin.css' | relative_url }}"> <!-- Begin selecting skin --> {% unless site.skin %}