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