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