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