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