Use on the webTotal Use [ 5009 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/c040d2023de3df987b56a2db5f7c5020?family=ZXpix" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/c040d2023de3df987b56a2db5f7c5020?family=ZXpix);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "ZXpix";
src: url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.eot");
src: url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/c040d2023de3df987b56a2db5f7c5020.svg#ZXpix")format("svg");
}
2CSS rules to specify fonts
font-family: "ZXpix";