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