blob: b4110a7a0225a728161e81099b978f3874cb7804 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.icon-class {
transition: all 5s; /* time between GPS pings */
}
@font-face {
font-family: "HWYGOTH";
src: url("/static/fonts/HWYGOTH.ttf");
}
* {
font-family:HWYGOTH;
color: lightgray;
}
|