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