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