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