-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
52 lines (41 loc) · 1.16 KB
/
style.css
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
43
44
45
46
47
48
49
50
51
52
body {
background-color: rgba(255, 206, 163, 1);
background-image: linear-gradient(342deg, rgba(255, 206, 163, 1) 29%, rgba(254, 254, 255, 1) 94%);
}
@font-face {
font-family: 'RockoFLF Regular';
font-style: normal;
font-weight: normal;
src: local('RockoFLF Regular'), url('./fonts/RockoFLF.woff') format('woff');
}
@font-face {
font-family: 'RockoFLF Bold';
font-style: normal;
font-weight: normal;
src: local('RockoFLF Bold'), url('./fonts/RockoFLF-Bold.woff') format('woff');
}
@font-face {
font-family: 'RockoUltraFLF Regular';
font-style: normal;
font-weight: normal;
src: local('RockoUltraFLF Regular'), url('./fonts/RockoUltraFLF.woff') format('woff');
}
@font-face {
font-family: 'RockoUltraFLF Bold';
font-style: normal;
font-weight: normal;
src: local('RockoUltraFLF Bold'), url('./fonts/RockoUltraFLF-Bold.woff') format('woff');
}
* {
font-family: 'RockoUltraFLF Regular';
}
a {
font-family: 'RockoUltraFLF Regular';
}
.forceBtn {
font-family: 'RockoUltraFLF Regular';
text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.btnClass {
box-shadow: 3px 3px rgba(66,66,66,0.5);
}