2023-04-28 12:22:26 +08:00

48 lines
1.1 KiB
CSS

.fad {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
@font-face {
font-family: "Font Awesome 5 Duotone";
font-style: normal;
font-weight: 900;
font-display: block;
src: url(webfonts/fa-duotone-900.eot);
src: url(webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"),
url(webfonts/fa-duotone-900.woff2) format("woff2"),
url(webfonts/fa-duotone-900.woff) format("woff"),
url(webfonts/fa-duotone-900.ttf) format("truetype"),
url(webfonts/fa-duotone-900.svg#fontawesome) format("svg")
}
.fad {
position: relative;
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
color: #183153;
}
.fad:before {
position: absolute;
color: var(--fa-primary-color,inherit);
opacity: 1;
opacity: var(--fa-primary-opacity,1);
}
.fad:after {
color: var(--fa-secondary-color,inherit);
opacity: var(--fa-secondary-opacity,.4);
}
.fa-plus:before {
content: "\f067"
}
.fad.fa-plus:after {
content: "\10f067"
}