Skip to content

Commit d877e86

Browse files
authored
Merge pull request #65 from nodecraft/fix/font-rendering
fix: have the web font swap in
2 parents 210635b + ccfda95 commit d877e86

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

public/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<link href="https://analytics.nodecraft.com" rel="preconnect" crossorigin />
1616
<link href="https://fonts.googleapis.com" rel="preconnect" crossorigin />
1717
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
18+
<link
19+
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap"
20+
rel="stylesheet"
21+
type="text/css"
22+
/>
1823
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
1924
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
2025
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
@@ -108,7 +113,6 @@
108113
background: #493e6b;
109114
color: #fff;
110115
font-family: 'Open Sans', sans-serif;
111-
font-weight: lighter;
112116
margin: 0;
113117
"
114118
>
@@ -120,7 +124,7 @@
120124
height="130"
121125
width="585"
122126
/>
123-
<h1 style="margin-block-start: 0; font-size: 16px; font-weight: lighter">
127+
<h1 style="margin-block-start: 0; font-size: 16px; font-weight: normal">
124128
PlayerDB is a JSON powered player fetching and caching API service.
125129
</h1>
126130
</header>
@@ -230,11 +234,6 @@ <h2>Other Information</h2>
230234
/></a>
231235
</p>
232236
</footer>
233-
<link
234-
href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700&display=optional"
235-
rel="stylesheet"
236-
type="text/css"
237-
/>
238237
<script
239238
defer
240239
data-domain="playerdb.co"

0 commit comments

Comments
 (0)