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