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