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