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