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