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