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