Use on the webTotal Use [ 5120 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/170362d6f7d75b6b9b6967dcaf11181d?family=Circoex+%2F+ANTIPIXEL.com.ar+V1" 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/170362d6f7d75b6b9b6967dcaf11181d?family=Circoex+%2F+ANTIPIXEL.com.ar+V1);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Circoex / ANTIPIXEL.com.ar V1";
src: url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.eot");
src: url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/170362d6f7d75b6b9b6967dcaf11181d.svg#Circoex / ANTIPIXEL.com.ar V1")format("svg");
}
2CSS rules to specify fonts
font-family: "Circoex / ANTIPIXEL.com.ar V1";