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