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