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