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