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