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