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