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