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