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