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