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