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