mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
web safe fonts (#496)
* web-safe-fonts initial commit * updated contributors * reduced headings font weight * make release
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// Fonts
|
||||
$text-font-family: Merriweather, Georgia, serif;
|
||||
$heading-font-family: Lato, Helvetica, sans-serif;
|
||||
$code-font-family: 'Source Code Pro', 'Lucida Console', monospace;
|
||||
$font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
||||
$code-font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
||||
|
||||
// Colors
|
||||
$bg-color: #FAFAFA !default;
|
||||
|
||||
Reference in New Issue
Block a user