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