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