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