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