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