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