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