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