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