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