blob: 2e6c62de659f3dfb4a07d346d643ec8e82e067f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@font-face {
font-family: "PixelComicSans-Regular";
src: url("/static/fonts/PixelComicSans-Regular.eot");
}
@font-face {
font-family: "PixelComicSans-Regular";
src: url("/static/fonts/PixelComicSans-Regular.woff") format("woff"),
url("/static/fonts/PixelComicSans-Regular.svg#PixelComicSans-Regular") format("svg");
}
#toptxt {
font-family: "PixelComicSans-Regular", serif;
font-size: 50px;
text-align: left;
text-justify: newspaper;
width: 100%;
z-index: 2;
position: absolute;
color: black;
}
|