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