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