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