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