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:
@@ -3,9 +3,9 @@
|
||||
width: 100%;
|
||||
a, span {
|
||||
display: inline;
|
||||
font-size: 1.6rem;
|
||||
font-family: $heading-font-family;
|
||||
font-weight: 700;
|
||||
font-size: 1.7rem;
|
||||
font-family: $font-family;
|
||||
font-weight: 600;
|
||||
line-height: 6.0rem;
|
||||
color: $fg-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user