update fonts used to lato and open sans
This commit is contained in:
parent
bddf31ca98
commit
10366a9d6f
|
@ -1,12 +1,12 @@
|
|||
// Fonts
|
||||
$text-font-family: Roboto, sans-serif;
|
||||
$heading-font-family: "Hind Guntur", sans-serif;
|
||||
$text-font-family: Lato, sans-serif;
|
||||
$heading-font-family: "Open Sans", sans-serif;
|
||||
$code-font-family: "Source Code Pro", "Lucida Console", monospace;
|
||||
|
||||
$text-font-weight: 400;
|
||||
$text-font-weight--bold: 600;
|
||||
$heading-font-weight: 400;
|
||||
$heading-font-weight--bold: 600;
|
||||
$heading-font-weight: 600;
|
||||
$heading-font-weight--bold: 700;
|
||||
$code-font-weight: 400;
|
||||
|
||||
// Colors
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
{{ end }}
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,600%7CHind+Guntur:400,600%7CSource+Code+Pro:400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,600%7COpen+Sans:600,700%7CSource+Code+Pro:400,700" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue