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