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