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