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