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