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