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