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