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