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