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