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