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