forked from jimppan/osrs-gimp-tracker-frontend
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.css
More file actions
30 lines (27 loc) · 624 Bytes
/
index.css
File metadata and controls
30 lines (27 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@font-face {
font-family: 'OSRS Font';
src: url('font/RuneScape-Bold-12.ttf') format('truetype')
}
@font-face {
font-family: 'OSRS Font Plain';
src: url('font/RuneScape-Plain-11.ttf') format('truetype')
}
@font-face {
font-family: 'OSRS Font Plain 2';
src: url('font/RuneScape-Plain-12.ttf') format('truetype')
}
html, body {
width: 100%;
height: 100%;
/* remove the extra whites around */
margin: 0;
padding: 0;
overflow:hidden;
}
#canvas {
background-color: black;
width: 100%;
height: 100%;
display: block;
image-rendering: pixelated;
}