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