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