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