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