blob: 697da8efa5276f11a061f2c03dc7c0c337bd2c11 (
plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
|
/* Generated by Squirrel Font */
@font-face {
font-family: 'zai_courier_polski_1941Rg';
src: url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'),
url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'schizoid_personalityregular';
src: url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'),
url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* */
body {
text-align:center;
padding: 0px;
margin: 0px;
}
#header {
background-image: url(images/sketty.jpeg);
background-size: cover;
position: -webkit-sticky;
position: sticky;
top: 0;
display: inline-block;
width: 100%;
}
#header h1 {
text-align: left;
font-family: 'schizoid_personalityregular';
}
|