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