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