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