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