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