Skip to content

Commit 0bb8fa2

Browse files
committed
add fira mono font
1 parent 854e2af commit 0bb8fa2

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

fonts/FiraMono-Regular.eot

74.4 KB
Binary file not shown.

fonts/FiraMono-Regular.ttf

171 KB
Binary file not shown.

fonts/FiraMono-Regular.woff

84.5 KB
Binary file not shown.

fonts/FiraMono-Regular.woff2

63.3 KB
Binary file not shown.

template.css

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
@font-face{font-family:'Fira Sans';src:url("fonts/FiraSans-Light.eot");src:local("Fira Sans Light"),url("fonts/FiraSans-Light.eot") format("embedded-opentype"),url("fonts/FiraSans-Light.woff") format("woff"),url("fonts/FiraSans-Light.ttf") format("truetype");}
1+
@font-face{
2+
font-family:'Fira Sans';
3+
src:
4+
local("Fira Sans Light"),
5+
url("fonts/FiraSans-Light.eot") format("embedded-opentype"),
6+
url("fonts/FiraSans-Light.woff") format("woff2"),
7+
url("fonts/FiraSans-Light.ttf") format("truetype"),
8+
url("fonts/FiraSansOT-Light.otf") format("opentype"),
9+
;
10+
}
11+
12+
@font-face{
13+
font-family:'Fira Mono';
14+
src:
15+
local("Fira Mono Regular"),
16+
url("fonts/FiraMono-Regular.eot") format("embedded-opentype"),
17+
url("fonts/FiraMono-Regular.woff") format("woff"),
18+
url("fonts/FiraMono-Regular.woff2") format("woff"),
19+
url("fonts/FiraMono-Regular.ttf") format("truetype");
20+
}
21+
222
.nomargin{
323
margin:0;
424
}
@@ -187,8 +207,8 @@ h3,h4{
187207
border-bottom:1px solid #e4e6e9;
188208
}
189209
code{
190-
font-family:Courier, monospace;
191-
color:#3f59a7;
210+
font-family: 'Fira Mono', Courier, monospace;
211+
color: black;
192212
font-weight:500;
193213
background-color:transparent;
194214
}

0 commit comments

Comments
 (0)