mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
typography tweaks
This commit is contained in:
parent
f1eb333dec
commit
f52fec3560
@ -10,7 +10,7 @@
|
||||
|
||||
.project__description {
|
||||
font-size: $font-size-large;
|
||||
color: $brand-grey-light;
|
||||
color: $brand-grey;
|
||||
margin-bottom: $spacer * 4;
|
||||
}
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user