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