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