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