mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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="author" type="text/plain" href="/humans.txt">
|
||||||
<link rel="alternate" type="application/rss+xml" href="/feed.xml" title="<%= site %>">
|
<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>
|
<script>
|
||||||
if (typeof console === 'undefined') {
|
if (typeof console === 'undefined') {
|
||||||
console = { log: function() {} }
|
console = { log: function() {} }
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,15 @@ img {
|
||||||
body {
|
body {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
color: @text;
|
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 {
|
a {
|
||||||
|
|
@ -118,6 +126,7 @@ header.primary {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
font-family: 'museo-sans';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -327,6 +336,7 @@ article {
|
||||||
time {
|
time {
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
color: lighten(@text, 35%);
|
color: lighten(@text, 35%);
|
||||||
|
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue