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