1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

switch to Roboto web font (#22)

for now, at least. tired of waiting on Chromium to fix system fonts on Catalina.... https://bugs.chromium.org/p/chromium/issues/detail?id=1005969

Roboto seems closest to San Francisco.
This commit is contained in:
2019-12-16 10:59:52 -05:00
committed by GitHub
parent 599400c51c
commit 87ea2db92f
24 changed files with 79 additions and 20 deletions

View File

@@ -152,12 +152,17 @@ main#single {
color: $color-medium;
font-size: 0.85em;
line-height: 1.5;
letter-spacing: 0.08em;
letter-spacing: 0.075em;
a {
color: inherit;
}
span.dot {
margin: 0 0.1em;
font-weight: 700;
}
ul#tags {
margin-top: 0.5em;
padding: 0;
@@ -165,7 +170,7 @@ main#single {
li {
display: inline;
margin: 0 0.7em;
margin: 0 0.8em;
text-transform: uppercase;
letter-spacing: 0.15em;
}
@@ -182,8 +187,22 @@ main#single {
padding: 0.8em 1.5em;
article {
div#meta h1 {
font-size: 1.7em;
div#meta{
h1 {
font-size: 1.8em;
}
div#byline {
// hide "Improve Post" link on mobile
span#edit {
display: none;
}
// less space between tags
ul#tags li {
margin: 0 0.5em;
}
}
}
}
}