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