changed font entirely to exo
This commit is contained in:
parent
0c4f3deebf
commit
b6524399fa
1 changed files with 1 additions and 7 deletions
|
@ -74,8 +74,7 @@
|
|||
<div id = 'HIGHSCORE'>HIGH SCORE</div>
|
||||
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-51272720-2', 'auto'); ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<!--GAME OVER SCREEN-->
|
||||
|
||||
<div id="gameoverscreen">
|
||||
<div id = 'container'>
|
||||
<div id = 'gameOverBox' class = 'GOTitle'>GAME OVER</div>
|
||||
|
@ -109,8 +108,6 @@
|
|||
<div id = 'buttonCont'>
|
||||
<ul class="rrssb-buttons">
|
||||
<li class="rrssb-facebook">
|
||||
<!-- Replace with your URL. For best results, make sure you page has the proper FB Open Graph tags in header:
|
||||
https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/ -->
|
||||
<a href='http://www.facebook.com/sharer.php?s=100
|
||||
&p[url]=hextris.io' class="popup">
|
||||
<span class="rrssb-icon">
|
||||
|
@ -123,7 +120,6 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="rrssb-twitter">
|
||||
<!-- Replace href with your Meta and URL information -->
|
||||
<a href="http://twitter.com/home?status=Play Hextris! - http://hextris.github.io/ #hextris"
|
||||
class="popup">
|
||||
<span class="rrssb-icon">
|
||||
|
@ -136,7 +132,6 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="rrssb-googleplus">
|
||||
<!-- Replace href with your meta and URL information. -->
|
||||
<a href="https://plus.google.com/share?url=Check%20out%20hextris.io" class="popup">
|
||||
<span class="rrssb-icon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
|
||||
|
@ -148,7 +143,6 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="rrssb-email">
|
||||
<!-- Replace subject with your message using URL Endocding: http://meyerweb.com/eric/tools/dencoder/ -->
|
||||
<a href="mailto:?subject=Play Hextris!&body=http://hextris.io">
|
||||
<span class="rrssb-icon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
|
||||
|
|
Loading…
Reference in a new issue