Skip to content

Commit 75b882f

Browse files
authored
Add files via upload
1 parent 4f3ee7f commit 75b882f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+22856
-0
lines changed
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
/*
2+
Icon Font: font-logos
3+
*/
4+
5+
@font-face {
6+
font-family: "font-logos";
7+
src: url("./font-logos.eot");
8+
src: url("./font-logos.eot?#iefix") format("embedded-opentype"),
9+
url("./font-logos.woff2") format("woff2"),
10+
url("./font-logos.woff") format("woff"),
11+
url("./font-logos.ttf") format("truetype"),
12+
url("./font-logos.svg#font-logos") format("svg");
13+
font-weight: normal;
14+
font-style: normal;
15+
}
16+
17+
@media screen and (-webkit-min-device-pixel-ratio:0) {
18+
@font-face {
19+
font-family: "font-logos";
20+
src: url("./font-logos.svg#font-logos") format("svg");
21+
}
22+
}
23+
24+
.fl {
25+
}
26+
27+
28+
29+
.fl-12 { font-size: 12px; }
30+
31+
.fl-14 { font-size: 14px; }
32+
33+
.fl-16 { font-size: 16px; }
34+
35+
.fl-18 { font-size: 18px; }
36+
37+
.fl-21 { font-size: 21px; }
38+
39+
.fl-24 { font-size: 24px; }
40+
41+
.fl-36 { font-size: 36px; }
42+
43+
.fl-48 { font-size: 48px; }
44+
45+
.fl-60 { font-size: 60px; }
46+
47+
.fl-72 { font-size: 72px; }
48+
49+
50+
[data-icon]:before { content: attr(data-icon); }
51+
52+
[data-icon]:before,
53+
.fl-almalinux:before,
54+
.fl-alpine:before,
55+
.fl-aosc:before,
56+
.fl-apple:before,
57+
.fl-archlabs:before,
58+
.fl-archlinux:before,
59+
.fl-artix:before,
60+
.fl-budgie:before,
61+
.fl-centos:before,
62+
.fl-coreos:before,
63+
.fl-debian:before,
64+
.fl-deepin:before,
65+
.fl-devuan:before,
66+
.fl-docker:before,
67+
.fl-elementary:before,
68+
.fl-fedora:before,
69+
.fl-fedora-inverse:before,
70+
.fl-ferris:before,
71+
.fl-flathub:before,
72+
.fl-freebsd:before,
73+
.fl-gentoo:before,
74+
.fl-gnu-guix:before,
75+
.fl-illumos:before,
76+
.fl-kali-linux:before,
77+
.fl-linuxmint:before,
78+
.fl-linuxmint-inverse:before,
79+
.fl-mageia:before,
80+
.fl-mandriva:before,
81+
.fl-manjaro:before,
82+
.fl-nixos:before,
83+
.fl-openbsd:before,
84+
.fl-opensuse:before,
85+
.fl-pop-os:before,
86+
.fl-raspberry-pi:before,
87+
.fl-redhat:before,
88+
.fl-rocky-linux:before,
89+
.fl-sabayon:before,
90+
.fl-slackware:before,
91+
.fl-slackware-inverse:before,
92+
.fl-snappy:before,
93+
.fl-solus:before,
94+
.fl-tux:before,
95+
.fl-ubuntu:before,
96+
.fl-ubuntu-inverse:before,
97+
.fl-void:before,
98+
.fl-zorin:before {
99+
display: inline-block;
100+
font-family: "font-logos";
101+
font-style: normal;
102+
font-weight: normal;
103+
font-variant: normal;
104+
line-height: 1;
105+
text-decoration: inherit;
106+
text-rendering: optimizeLegibility;
107+
text-transform: none;
108+
-moz-osx-font-smoothing: grayscale;
109+
-webkit-font-smoothing: antialiased;
110+
font-smoothing: antialiased;
111+
}
112+
113+
.fl-almalinux:before { content: "\f100"; }
114+
.fl-alpine:before { content: "\f101"; }
115+
.fl-aosc:before { content: "\f102"; }
116+
.fl-apple:before { content: "\f103"; }
117+
.fl-archlabs:before { content: "\f104"; }
118+
.fl-archlinux:before { content: "\f105"; }
119+
.fl-artix:before { content: "\f106"; }
120+
.fl-budgie:before { content: "\f107"; }
121+
.fl-centos:before { content: "\f108"; }
122+
.fl-coreos:before { content: "\f109"; }
123+
.fl-debian:before { content: "\f10a"; }
124+
.fl-deepin:before { content: "\f10b"; }
125+
.fl-devuan:before { content: "\f10c"; }
126+
.fl-docker:before { content: "\f10d"; }
127+
.fl-elementary:before { content: "\f10e"; }
128+
.fl-fedora:before { content: "\f10f"; }
129+
.fl-fedora-inverse:before { content: "\f110"; }
130+
.fl-ferris:before { content: "\f111"; }
131+
.fl-flathub:before { content: "\f112"; }
132+
.fl-freebsd:before { content: "\f113"; }
133+
.fl-gentoo:before { content: "\f114"; }
134+
.fl-gnu-guix:before { content: "\f115"; }
135+
.fl-illumos:before { content: "\f116"; }
136+
.fl-kali-linux:before { content: "\f117"; }
137+
.fl-linuxmint:before { content: "\f118"; }
138+
.fl-linuxmint-inverse:before { content: "\f119"; }
139+
.fl-mageia:before { content: "\f11a"; }
140+
.fl-mandriva:before { content: "\f11b"; }
141+
.fl-manjaro:before { content: "\f11c"; }
142+
.fl-nixos:before { content: "\f11d"; }
143+
.fl-openbsd:before { content: "\f11e"; }
144+
.fl-opensuse:before { content: "\f11f"; }
145+
.fl-pop-os:before { content: "\f120"; }
146+
.fl-raspberry-pi:before { content: "\f121"; }
147+
.fl-redhat:before { content: "\f122"; }
148+
.fl-rocky-linux:before { content: "\f123"; }
149+
.fl-sabayon:before { content: "\f124"; }
150+
.fl-slackware:before { content: "\f125"; }
151+
.fl-slackware-inverse:before { content: "\f126"; }
152+
.fl-snappy:before { content: "\f127"; }
153+
.fl-solus:before { content: "\f128"; }
154+
.fl-tux:before { content: "\f129"; }
155+
.fl-ubuntu:before { content: "\f12a"; }
156+
.fl-ubuntu-inverse:before { content: "\f12b"; }
157+
.fl-void:before { content: "\f12c"; }
158+
.fl-zorin:before { content: "\f12d"; }
29.4 KB
Binary file not shown.

public/theme/font-logos/assets/font-logos.svg

Lines changed: 1130 additions & 0 deletions
Loading
29.2 KB
Binary file not shown.
18.8 KB
Binary file not shown.
15.8 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 67 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)