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