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