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