Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored May 19, 2024
1 parent f53612d commit a0f206b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h1>
/* --track: 2px; */
font-size: var(--size, 100px);
letter-spacing: var(--spacing, 1ch);
font-variation-settings: 'wght' var(--wght, 100), 'ROND' var(--rond, 0), 'YELA' var(--align, 0);
font-variation-settings: 'wght' var(--wght, 100), 'ROND' var(--rond, 100), 'YELA' var(--align, 0);
background-size: 100vw calc(var(--size, 100px) / 10);
background-image: linear-gradient(to bottom, rgb(230, 245, 255) 1px, transparent 1px);
background-attachment: local;
Expand Down Expand Up @@ -369,4 +369,4 @@ <h1>
<script>
rangecyr100.textContent += Array(120).fill(0).map((v,i)=> String.fromCharCode(0x400+i-10)).join('') + '---'
</script> -->
</main>
</main>

0 comments on commit a0f206b

Please sign in to comment.