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