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