Remove google fonts
This commit is contained in:
parent
5a64e99c09
commit
02cabfc326
@ -3,7 +3,7 @@ body {
|
||||
min-width: 20em;
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
font-family: 'Crimson Text', serif;
|
||||
font-family: 'CrimsonRoman', serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>$title$</title>
|
||||
<link href="http://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/lato" type="text/css"/>
|
||||
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/crimson" type="text/css"/>
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<link rel="stylesheet" href="/css/syntax.css" />
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user