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