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