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