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