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