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