Better font support for IE etc.
This commit is contained in:
parent
a591569f75
commit
1b0c0fb141
BIN
helsinki.eot
Normal file
BIN
helsinki.eot
Normal file
Binary file not shown.
BIN
helsinki.woff
Normal file
BIN
helsinki.woff
Normal file
Binary file not shown.
BIN
helsinki.woff2
Normal file
BIN
helsinki.woff2
Normal file
Binary file not shown.
12
index.html
12
index.html
@ -5,8 +5,14 @@
|
||||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: Helsinki;
|
||||
src: url('helsinki.eot');
|
||||
src: url('helsinki.eot?#iefix') format('embedded-opentype'),
|
||||
url('helsinki.woff2') format('woff2'),
|
||||
url('helsinki.woff') format('woff'),
|
||||
url('helsinki.ttf') format('truetype'),
|
||||
url('helsinki.svg#helsinkiregular') format('svg');
|
||||
font-weight: normal;
|
||||
src: url(helsinki.ttf);
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
@ -29,7 +35,7 @@
|
||||
background-color: #1b1c17;
|
||||
float: left;
|
||||
margin: 0 auto;
|
||||
height: 90vmin;
|
||||
height: 100vh - 10vmin;
|
||||
}
|
||||
|
||||
#stats {
|
||||
@ -64,7 +70,7 @@
|
||||
#stats div {
|
||||
float: left;
|
||||
font-size: 5.4vmin;
|
||||
margin: 2vmin 4vmin;
|
||||
margin: 2vmin;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user