-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfonts.css
More file actions
45 lines (38 loc) · 915 Bytes
/
fonts.css
File metadata and controls
45 lines (38 loc) · 915 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@font-face {
font-family: 'Super Mario Maker 2';
src: url('/assets/fonts/SuperMarioMaker2.ttf');
}
@font-face {
font-family: 'DFPZongYiW7-GB';
src: url('/assets/fonts/DFPZongYiW7-GB.ttf');
}
@font-face {
font-family: 'EngineTribe';
src: url('/assets/fonts/EngineTribe-Regular.ttf');
}
.font-big {
font-family: 'Super Mario Maker 2', 'DFPZongYiW7-GB', sans-serif;
color: white;
font-size: 5vh;
}
.font-regular {
font-family: 'EngineTribe', sans-serif;
color: white;
font-size: 5vh;
}
.font-detailed-search-white {
font-family: 'EngineTribe', sans-serif;
color: white;
font-size: 3rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.font-detailed-search {
font-family: 'EngineTribe', sans-serif;
color: #590f10;
font-size: 3rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}