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