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