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