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