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