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