Skip to content

Commit 3afa763

Browse files
committed
lighter code font weight
1 parent ac9bdc4 commit 3afa763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

type-specimen.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
href="https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wdth,wght@0,87.5,100..900;1,87.5,100..900&display=swap"
1111
rel="stylesheet"
1212
/>
13-
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wdth,[email protected],550&display=swap" rel="stylesheet"/>
13+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wdth,[email protected],400..550&display=swap" rel="stylesheet"/>
1414
<style>
1515

1616
*, *::before, *::after {
@@ -77,6 +77,7 @@
7777
margin: 1em;
7878
padding: 1em;
7979
border: 1px solid #e8e8e8;
80+
font-weight: 450;
8081
}
8182
h6:has(+table)
8283
{

0 commit comments

Comments
 (0)