-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfonts.css
More file actions
50 lines (49 loc) · 1.04 KB
/
Copy pathfonts.css
File metadata and controls
50 lines (49 loc) · 1.04 KB
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
/*sameer*/
@font-face{
font-family:"tesla";
src: url("fonts/tesla/TESLA.ttf");
}
@font-face{
font-family:"ethocentric";
src: url("fonts/ethocentric/ethocentric rg.ttf");
}
@font-face{
font-family:"xirod";
src: url("fonts/xirod/xirod.ttf");
}
@font-face{
font-family:"neutronium";
src: url("fonts/neutronium/Neutronium.ttf");
}
@font-face{
font-family:"halo";
src: url("fonts/halo/halo.ttf");
}
@font-face{
font-family: "google";
src: url(https://fonts.gstatic.com/s/googlesans/v14/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2);
}
@font-face{
font-family:"alidth";
src:url("fonts/aldith/aldith.otf");
}
@font-face{
font-family:"gracetians";
src:url("fonts/gracetians/GRACETIANS.otf");
}
@font-face{
font-family:"lux-montag";
src:url("fonts/lux-montag/Lux-Montag.ttf");
}
@font-face{
font-family:"lemonmilk";
src:url("fonts/lm/LemonMilklight.otf");
}
@font-face{
font-family:"roboto";
src:url("fonts/roboto/Roboto-ThinItalic.ttf");
}
@font-face{
font-family:"phantom sans";
src:url(https://hackclub.com/fonts/Phantom_Sans_0.4/Bold.woff);
}