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