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