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