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