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