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