Add a typekit font
This commit is contained in:
parent
b66dc00817
commit
c06b219ef6
2 changed files with 2 additions and 0 deletions
1
resources/assets/sass/_base-font.scss
vendored
1
resources/assets/sass/_base-font.scss
vendored
|
@ -2,6 +2,7 @@
|
|||
|
||||
html {
|
||||
font-size: 10px;
|
||||
font-family: "europa";
|
||||
}
|
||||
|
||||
a.u-syndication {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue