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