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