1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00

typography tweaks

This commit is contained in:
Matthias Kretschmann 2018-04-13 20:16:55 +02:00
parent f1eb333dec
commit f52fec3560
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
.project__description {
font-size: $font-size-large;
color: $brand-grey-light;
color: $brand-grey;
margin-bottom: $spacer * 4;
}

View File

@ -27,6 +27,8 @@ body {
text-rendering: optimizeLegibility;
font-display: swap;
font-feature-settings: 'liga', 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p,