mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-27 03:27:46 +01:00
43b86a246c
Welcome to the bundled themes family! Theme development to this point has taken place on GitHub. See: https://github.com/WordPress/twentytwenty/. Props anlino, ianbelanger, audrasjb, nielslange, fabiankaegy, mukesh27, poena, joyously, emiluzelac, williampatton, dingo-d, dkarfa, acosmin, rabmalin, kafleg, jeffpaul, hareesh-pillai, burhandodhy, afercia, juanfra, soean, presskopp, justinahinon, jrf, netweb, garyj, pento, flixos90, vbaimas, zebulan, byalextran, mor10, kjellr, allancole, tdh, karmatosed, mapk, matt, andrewtaylor-1, ismailelkorchi, garrett-eclipse, gsayed786, dianeco, celloexpressions, aristath, nadir, cbravobernal, intimez, hometowntrailers, collet, littlebigthing, tobifjellner, kevinkovadia, jarretc. See #48110. Built from https://develop.svn.wordpress.org/trunk@46271 git-svn-id: http://core.svn.wordpress.org/trunk@46083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
26 lines
1.0 KiB
CSS
26 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: "Font Awesome 5";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(../fonts/font-awesome/fa-fallback.eot?15574881);
|
|
src:
|
|
url(../fonts/font-awesome/fa-fallback.eot?15574881#iefix) format("embedded-opentype"),
|
|
url(../fonts/font-awesome/fa-fallback.woff2?15574881) format("woff2"),
|
|
url(../fonts/font-awesome/fa-fallback.woff?15574881) format("woff"),
|
|
url(../fonts/font-awesome/fa-fallback.ttf?15574881) format("truetype"),
|
|
url(../fonts/font-awesome/fa-fallback.svg?15574881#font-awsome-fallback) format("svg");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Font Awesome 5 Brands";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(../fonts/font-awesome/fa-brands-400.eot);
|
|
src:
|
|
url(../fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
|
|
url(../fonts/font-awesome/fa-brands-400.woff2) format("woff2"),
|
|
url(../fonts/font-awesome/fa-brands-400.woff) format("woff"),
|
|
url(../fonts/font-awesome/fa-brands-400.ttf) format("truetype"),
|
|
url(../fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
|
|
}
|