Skip to content

Commit 7ded895

Browse files
committed
add font
1 parent 3fc7969 commit 7ded895

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_layouts/default.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
7+
<style type="text/css">
8+
@font-face {
9+
font-family: 'Architects Daughter';
10+
font-style: normal;
11+
font-weight: 400;
12+
src: local('Architects Daughter'), local('ArchitectsDaughter'), url(/stylesheets/RXTgOOQ9AAtaVOHxx0IUBLX-17DZ7sxHqV95SKqxd6w.woff) format('woff');
13+
}
14+
</style>
815
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
916
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
1017
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
Binary file not shown.

0 commit comments

Comments
 (0)