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