Skip to content

Commit d6b248d

Browse files
authored
font update test
1 parent bb92831 commit d6b248d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<style>
1010

1111
@font-face {
12-
font-family: 'OpenDyslexic';
13-
src:url(OpenDyslexic.woff2) format('woff2');
12+
font-family: 'Wellbutrin';
13+
src:url(Welbut_.ttf) format('ttf');
1414
font-weight: normal; font-style: normal;
1515
}
1616

@@ -38,7 +38,7 @@
3838
pre {text-align: center; color:azure;}
3939
div {display: flex; justify-content: center;}
4040
a {color:rgb(55, 0, 255); text-decoration: underline; cursor: pointer;}
41-
body {background-color:rgb(6, 0, 24); font-family:'OpenDyslexic', sans-serif;}
41+
body {background-color:rgb(6, 0, 24); font-family:'Wellbutrin', sans-serif;}
4242
</style>
4343

4444
<body>
@@ -99,4 +99,4 @@ <h1>hi, i'm lawsen</h1>
9999
<a href="https://bsky.app/profile/schmool.cool" target="_blank">bluesky</a>
100100
&nbsp;|&nbsp; <a onclick="navigator.clipboard.writeText( 'schmoolcool' )">discord</a>
101101
&nbsp;|&nbsp; <a href="https://www.last.fm/user/schmoolcool" target="_blank">last.fm</a>
102-
</body></html>
102+
</body></html>

0 commit comments

Comments
 (0)