Skip to content

Commit 327156d

Browse files
committed
Font hotfix, once again
1 parent 6ff9562 commit 327156d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

results.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<head>
2-
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:400,700" rel="stylesheet">
2+
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Roboto:400,700" rel="stylesheet">
33
<link href='style.css' rel='stylesheet' type='text/css'>
44
<title>8values Results</title>
55
<link rel="icon" type="x-icon" href="icon.png">
@@ -179,14 +179,14 @@ <h2>Closest Match: <span class="weight-300" id="ideology-label"></span></h2>
179179
ctx.fillStyle="#9c27b0"
180180
ctx.fillRect(682-5.6*progress, 494, 5.6*progress-2, 72)
181181
ctx.fillStyle="#222222"
182-
ctx.font="bold 80px Montserrat";
182+
ctx.font="bold 80px Montserrat"
183183
ctx.textAlign="left"
184184
ctx.fillText("8values", 20, 90)
185-
ctx.font="normal 40px Montserrat";
185+
ctx.font="normal 40px Montserrat"
186186
ctx.textAlign="right"
187187
ctx.fillText(ideology, 780, 90)
188188

189-
ctx.font="normal 50px Montserrat";
189+
ctx.font="normal 50px Montserrat"
190190
ctx.textAlign="left"
191191
if (equality > 30) {ctx.fillText(equality + "%", 130, 187.5)}
192192
if (might > 30) {ctx.fillText(might + "%", 130, 307.5)}
@@ -198,7 +198,7 @@ <h2>Closest Match: <span class="weight-300" id="ideology-label"></span></h2>
198198
if (authority > 30) {ctx.fillText(authority + "%", 670, 427.5)}
199199
if (progress > 30) {ctx.fillText(progress + "%", 670, 547.5)}
200200

201-
ctx.font="200 30px Montserrat";
201+
ctx.font="300 30px Montserrat"
202202
ctx.fillText("8values.github.io", 780, 50)
203203
ctx.textAlign="center"
204204
ctx.fillText("Economic Axis: " + document.getElementById("economic-label").innerHTML, 400, 125)

0 commit comments

Comments
 (0)