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