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