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