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