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