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