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