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