Skip to content

Commit d9c869f

Browse files
committed
Optimize static resources
1 parent ccdba4b commit d9c869f

24 files changed

+135
-2696
lines changed

static/css/font-awesome.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

static/css/fontawesome-custom.css

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/* Custom FontAwesome generated by IcoMoon App */
2+
3+
@font-face {
4+
5+
font-family: FontAwesome;
6+
src: url("../fonts/fontawesome-custom.woff") format("woff");
7+
font-weight: normal;
8+
font-style: normal;
9+
font-display: block;
10+
11+
}
12+
13+
.fa {
14+
15+
/* Use !important to prevent issues with browser extensions that change fonts. */
16+
font-family: FontAwesome !important;
17+
font-style: normal;
18+
font-weight: normal;
19+
font-variant: normal;
20+
text-transform: none;
21+
line-height: 1;
22+
23+
/* Better font rendering */
24+
-webkit-font-smoothing: antialiased;
25+
-moz-osx-font-smoothing: grayscale;
26+
27+
}
28+
29+
.fa-bars:before {
30+
content: "\e900";
31+
}
32+
33+
.fa-database:before {
34+
content: "\e901";
35+
}
36+
37+
.fa-filter:before {
38+
content: "\e902";
39+
}
40+
41+
.fa-server:before {
42+
content: "\e903";
43+
}
44+
45+
.fa-key:before {
46+
content: "\e904";
47+
}
48+
49+
.fa-user:before {
50+
content: "\e905";
51+
}
52+
53+
.fa-globe:before {
54+
content: "\e906";
55+
}
56+
57+
.fa-file-text:before {
58+
content: "\e907";
59+
}
60+
61+
.fa-history:before {
62+
content: "\e908";
63+
}
64+
65+
.fa-caret-right:before {
66+
content: "\e909";
67+
}
68+
69+
.fa-caret-down:before {
70+
content: "\e90a";
71+
}

static/css/ubuntu-font.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22

3-
font-family: 'ubuntu-medium';
4-
src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
5-
url('../fonts/ubuntu-medium-webfont.woff') format('woff');
3+
font-family: "ubuntu-medium";
4+
src: url("../fonts/ubuntu-medium.woff2") format("woff2"),
5+
url("../fonts/ubuntu-medium.woff") format("woff");
66
font-weight: normal;
77
font-style: normal;
88

9-
}
9+
}

static/fonts/FontAwesome.otf

-132 KB
Binary file not shown.
4.64 KB
Binary file not shown.
-162 KB
Binary file not shown.

static/fonts/fontawesome-webfont.svg

Lines changed: 0 additions & 2671 deletions
This file was deleted.
-162 KB
Binary file not shown.
-95.7 KB
Binary file not shown.
-75.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)