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