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