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