mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
typography tweaks
This commit is contained in:
parent
f1eb333dec
commit
f52fec3560
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
.project__description {
|
.project__description {
|
||||||
font-size: $font-size-large;
|
font-size: $font-size-large;
|
||||||
color: $brand-grey-light;
|
color: $brand-grey;
|
||||||
margin-bottom: $spacer * 4;
|
margin-bottom: $spacer * 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ body {
|
|||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-feature-settings: 'liga', 'kern';
|
font-feature-settings: 'liga', 'kern';
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
Loading…
Reference in New Issue
Block a user