mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-19 12:55:50 +00:00
use Museo Sans from TypeKit as the body font
This commit is contained in:
parent
48708ff957
commit
6a9b6da4d5
2 changed files with 13 additions and 1 deletions
|
|
@ -44,6 +44,8 @@
|
|||
<link rel="author" type="text/plain" href="/humans.txt">
|
||||
<link rel="alternate" type="application/rss+xml" href="/feed.xml" title="<%= site %>">
|
||||
|
||||
<script src="//use.typekit.net/tcm1whv.js"></script>
|
||||
<script>try{Typekit.load();}catch(e){}</script>
|
||||
<script>
|
||||
if (typeof console === 'undefined') {
|
||||
console = { log: function() {} }
|
||||
|
|
|
|||
|
|
@ -91,7 +91,15 @@ img {
|
|||
body {
|
||||
background-color: @background;
|
||||
color: @text;
|
||||
font-family: 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-family: 'museo-sans', 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-family: 'Helvetica Neue', 'Robot', 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -118,6 +126,7 @@ header.primary {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
word-wrap: break-word;
|
||||
font-family: 'museo-sans';
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
@ -327,6 +336,7 @@ article {
|
|||
time {
|
||||
margin-top: 0.3rem;
|
||||
color: lighten(@text, 35%);
|
||||
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue