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