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