Add a typekit font

This commit is contained in:
Jonny Barnes 2017-11-07 16:37:29 +00:00
parent b66dc00817
commit c06b219ef6
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
html {
font-size: 10px;
font-family: "europa";
}
a.u-syndication {

View file

@ -7,6 +7,7 @@
<link rel="stylesheet" href="/assets/frontend/normalize.css">
<link rel="stylesheet" id="colourScheme" href="/assets/css/colours/{{ session('css', 'base16-eighties.css') }}">
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="https://use.typekit.net/kmb3cdb.css">
<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="/blog/feed.rss">
<link rel="alternate" type="application/atom+xml" title="Blog Atom Feed" href="/blog/feed.atom">
<link rel="alternate" type="application/json" title="Blog JSON Feed" href="/blog/feed.json">