We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5148c0 commit 98e7c66Copy full SHA for 98e7c66
1 file changed
src/css/custom.css
@@ -478,7 +478,7 @@ h1 {
478
479
h2,
480
h3 {
481
- font-weight: 700;
+ font-weight: 500;
482
letter-spacing: -0.5px;
483
}
484
@@ -808,7 +808,9 @@ h3 {
808
809
810
.cloud-button {
811
- font-feature-settings: 'clig' off, 'liga' off;
+ font-feature-settings:
812
+ 'clig' off,
813
+ 'liga' off;
814
font-family: Noto Sans Mono;
815
font-style: normal;
816
font-size: 16px;
0 commit comments