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