This commit is contained in:
Gaurav Kumar
2025-03-19 11:18:25 +05:30
commit 8998b79b30
286 changed files with 478324 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
@font-face {
font-family: 'sonicglyph';
src: url('../fonts/sonicglyph.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.s-glyph {
display: inline-block;
font: normal normal normal 16px/1 sonicglyph;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}