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