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