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