1
1
< 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 ">
3
3
< link href ='style.css ' rel ='stylesheet ' type ='text/css '>
4
4
< title > 8values Results</ title >
5
5
< 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>
179
179
ctx . fillStyle = "#9c27b0"
180
180
ctx . fillRect ( 682 - 5.6 * progress , 494 , 5.6 * progress - 2 , 72 )
181
181
ctx . fillStyle = "#222222"
182
- ctx . font = "bold 80px Montserrat" ;
182
+ ctx . font = "bold 80px Montserrat"
183
183
ctx . textAlign = "left"
184
184
ctx . fillText ( "8values" , 20 , 90 )
185
- ctx . font = "normal 40px Montserrat" ;
185
+ ctx . font = "normal 40px Montserrat"
186
186
ctx . textAlign = "right"
187
187
ctx . fillText ( ideology , 780 , 90 )
188
188
189
- ctx . font = "normal 50px Montserrat" ;
189
+ ctx . font = "normal 50px Montserrat"
190
190
ctx . textAlign = "left"
191
191
if ( equality > 30 ) { ctx . fillText ( equality + "%" , 130 , 187.5 ) }
192
192
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>
198
198
if ( authority > 30 ) { ctx . fillText ( authority + "%" , 670 , 427.5 ) }
199
199
if ( progress > 30 ) { ctx . fillText ( progress + "%" , 670 , 547.5 ) }
200
200
201
- ctx . font = "200 30px Montserrat" ;
201
+ ctx . font = "300 30px Montserrat"
202
202
ctx . fillText ( "8values.github.io" , 780 , 50 )
203
203
ctx . textAlign = "center"
204
204
ctx . fillText ( "Economic Axis: " + document . getElementById ( "economic-label" ) . innerHTML , 400 , 125 )
0 commit comments