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