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