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