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