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