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