mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
closes #201 changing font
- changes Lato for Open Sans - adds link for Open Sans and removes Lato link
This commit is contained in:
parent
8e60fa8dde
commit
1d0bd6dda4
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ $line-height: 1.65;
|
|||
$font-size: 81.2; // percentage value (16 * 112.5% = 18px)
|
||||
$font-base: 16 * ($font-size/100); // converts our percentage to a pixel value
|
||||
$measure: $font-base * $line-height;
|
||||
$font-family: Lato, sans-serif;
|
||||
$font-family: 'Open Sans', sans-serif;
|
||||
$font-family-serif: serif;
|
||||
$font-family-mono: Inconsolata, monospace;
|
||||
$font-properties: $weight, $line-height, $font-size, $font-family;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<meta http-equiv="cleartype" content="on">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:300,400,700">
|
||||
<link rel="stylesheet" type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
|
||||
<link rel="stylesheet" href="/core/admin/assets/css/screen.css">
|
||||
<link rel="stylesheet" type="text/css" href="/core/admin/assets/lib/codemirror/codemirror.css"> <!-- TODO: Kill this - #29 -->
|
||||
{{{block "pageStyles"}}}
|
||||
|
|
Loading…
Reference in a new issue