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