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