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