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