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