Remove deprecated Font Awesomes definitions

parent 11a340f2
......@@ -375,7 +375,8 @@
// Loose lists need bottom margin added back
p ~ ol,
p ~ ul {
margin-bottom: 16px; }
margin-bottom: 16px;
}
}
ul:dir(rtl),
......@@ -521,32 +522,26 @@
-moz-osx-font-smoothing: grayscale;
}
.fa-2x,
.admonitionblock td.icon [class^='fa icon-'] {
font-size: 2em;
}
.fa-exclamation-triangle::before,
.admonitionblock td.icon .icon-warning::before {
content: '⚠';
}
.fa-exclamation-circle::before,
.admonitionblock td.icon .icon-important::before {
content: '❗';
}
.fa-lightbulb-o::before,
.admonitionblock td.icon .icon-tip::before {
content: '💡';
}
.fa-thumb-tack::before,
.admonitionblock td.icon .icon-note::before {
content: '📌';
}
.fa-fire::before,
.admonitionblock td.icon .icon-caution::before {
content: '🔥';
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment