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