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