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