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