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