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