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