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