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