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