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