My personal website
1@font-face {
2 font-family: "icons";
3 src:
4 url("./icons.eot?b71f541e3a0b7a193ebc963c93e9b62e#iefix")
5 format("embedded-opentype"),
6 url("./icons.woff2?b71f541e3a0b7a193ebc963c93e9b62e") format("woff2"),
7 url("./icons.woff?b71f541e3a0b7a193ebc963c93e9b62e") format("woff");
8}
9
10i[class^="icon-"]:before,
11i[class*=" icon-"]:before {
12 font-family: icons !important;
13 font-style: normal;
14 font-weight: normal !important;
15 font-variant: normal;
16 text-transform: none;
17 line-height: 1;
18 -webkit-font-smoothing: antialiased;
19 -moz-osx-font-smoothing: grayscale;
20}
21
22.icon-00-baseline:before {
23 content: "\f101";
24}
25.icon-codeberg:before {
26 content: "\f102";
27}
28.icon-github_sponsors:before {
29 content: "\f103";
30}
31.icon-github:before {
32 content: "\f104";
33}
34.icon-gitlab:before {
35 content: "\f105";
36}
37.icon-ko-fi:before {
38 content: "\f106";
39}
40.icon-liberapay:before {
41 content: "\f107";
42}
43.icon-mail:before {
44 content: "\f108";
45}
46.icon-matrix:before {
47 content: "\f109";
48}
49.icon-new_tab:before {
50 content: "\f10a";
51}
52.icon-paypal:before {
53 content: "\f10b";
54}
55.icon-phone:before {
56 content: "\f10c";
57}
58.icon-teamspeak:before {
59 content: "\f10d";
60}
61.icon-telegram:before {
62 content: "\f10e";
63}
64.icon-wire:before {
65 content: "\f10f";
66}