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