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