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