Skip to content

Commit 0002e94

Browse files
author
Janaka-Steph
committed
Cleanup icon fonts
1 parent e4f9bc4 commit 0002e94

File tree

1 file changed

+8
-43
lines changed

1 file changed

+8
-43
lines changed

ui/src/css/fontawesome.css

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
font-style: normal;
44
font-weight: normal;
55
font-display: block;
6-
src: url("../font/fa-brands-400.woff2") format("woff2"),
7-
url("../font/fa-brands-400.woff") format("woff"),
8-
url("../font/fa-brands-400.svg#fontawesome") format("svg");
6+
src:
7+
url("../font/fa-brands-400.woff2") format("woff2"),
8+
url("../font/fa-brands-400.woff") format("woff"),
9+
url("../font/fa-brands-400.svg#fontawesome") format("svg");
910
}
1011

1112
@font-face {
1213
font-family: 'Font Awesome 5 Free';
1314
font-style: normal;
1415
font-weight: 900;
1516
font-display: block;
16-
src: url("../font/fa-solid-900.woff2") format("woff2"),
17-
url("../font/fa-solid-900.woff") format("woff"),
18-
url("../font/fa-solid-900.svg#fontawesome") format("svg");
17+
src:
18+
url("../font/fa-solid-900.woff2") format("woff2"),
19+
url("../font/fa-solid-900.woff") format("woff"),
20+
url("../font/fa-solid-900.svg#fontawesome") format("svg");
1921
}
2022

2123
.fas,
@@ -92,40 +94,3 @@
9294
color: #1da1f2;
9395
content: "\f099";
9496
}
95-
96-
97-
/* Font Awesome 5 Admonition Support */
98-
/*
99-
.doc .admonitionblock .icon {
100-
border-radius: 1rem;
101-
}
102-
103-
i.fab[class^='icon-'],
104-
i.fab[class*=' icon-']:before {
105-
content: "";
106-
height: 1.25rem;
107-
width: 1.25rem;
108-
margin-right: 0.25rem;
109-
margin-left: -0.5rem;
110-
}
111-
112-
i.fa.icon-note:before {
113-
background: no-repeat url("../img/note.svg");
114-
}
115-
116-
i.fa.icon-tip:before {
117-
background: no-repeat url("../img/tip.svg");
118-
}
119-
120-
i.fa.icon-important:before {
121-
background: no-repeat url("../img/important.svg");
122-
}
123-
124-
i.fa.icon-warning:before {
125-
background: no-repeat url("../img/warning.svg");
126-
}
127-
128-
i.fa.icon-caution:before {
129-
background: no-repeat url("../img/caution.svg");
130-
}
131-
*/

0 commit comments

Comments
 (0)