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