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