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