18 lines
468 B
CSS
18 lines
468 B
CSS
@font-face {
|
|
font-family: "Font Awesome 5";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
url(../fonts/font-awesome/fa-fallback.woff2?15574881) format("woff2"),
|
|
url(../fonts/font-awesome/fa-fallback.woff?15574881) format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Font Awesome 5 Brands";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
url(../fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
|
|
url(../fonts/font-awesome/fa-brands-400.woff) format("woff");
|
|
}
|