1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00

just include web fonts

This commit is contained in:
Stephen Diehl 2016-04-27 10:33:53 -04:00
parent aa8f4c8970
commit 5862fd2778
2 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,3 @@
@font-face {
font-family: 'Fira Sans';
src: url(../fonts/FiraSans-Regular.ttf);
}
@font-face {
font-family: 'Source Code Pro';
src: url(../fonts/SourceCodePro-Regular.ttf);
}
html { html {
} }

View File

@ -8,6 +8,8 @@
<meta name="author" content=""> <meta name="author" content="">
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<style type="text/css"> <style type="text/css">
$header-includes$ $header-includes$
</style> </style>