-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont.css
59 lines (48 loc) · 1.49 KB
/
font.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
53
54
55
56
57
58
59
@font-face {
font-family: 'Minecraftia';
src: url('/font/minecraftia/Minecraftia-Regular.ttf') format('truetype') !important;
font-weight: normal;
font-style: normal;
}
.Font-Minecraftia {
font-family: "Minecraftia" 'Minecraft-ten' !important;
font-weight: normal !important;
font-style: normal !important;
}
@font-face {
font-family: 'Minecraft-ten';
src: url('/font/Minecraft-ten/MinecraftTen-VGORe.ttf') format('truetype') !important;
}
.Font-Minecraft_ten {
font-family: "Minecraft-ten" 'Minecraftia' !important;
}
.font-comic_sans {
font-family: 'Comic Sans MS'
cursive !important;
}
@font-face {
font-family: "UDDigital";
src: url("/font/UDDigital/UDDigiKyokashoN-B.ttc") format(ttc);
font-weight: bold;
}
.Font-UD {
font-family: "UD Digi Kyokasho NK-B", "UDDigital", Arial, sans-serif !important;
}
@font-face {
font-family: "Spring";
src: url("https://www.1001fonts.com/download/font/spring.regular.ttf") format(ttf);
}
.Font-Spring {
font-family: "Spring" !important;
}
@font-face {
font-family: "colorTube";
src: url('./font/ColorTube/Commercial/TTF/ColorTube-Regular.ttf');
src: url('./font/ColorTube/Commercial/OTF/ColorTube-Regular.otf') format('opentype'),
/*url('path/filename.woff2') format('woff2'),
url('path/filename.woff') format('woff'),*/
/* url('./font/ColorTube/Commercial/TTF/ColorTube-Regular.ttf') format('truetype'); */
}
.font-ColorTube{
font-family: "colorTube", "UDdigital";
}