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