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