Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiAein committed Sep 17, 2024
0 parents commit 985259c
Show file tree
Hide file tree
Showing 91 changed files with 48,110 additions and 0 deletions.
739 changes: 739 additions & 0 deletions about-rtl.html

Large diffs are not rendered by default.

739 changes: 739 additions & 0 deletions about.html

Large diffs are not rendered by default.

Binary file added assets/css/font/Inter-italic.var.woff2
Binary file not shown.
Binary file added assets/css/font/Inter-roman.var.woff2
Binary file not shown.
17 changes: 17 additions & 0 deletions assets/css/font/inter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: normal;
font-named-instance: 'Regular';
src: url("Inter-roman.var.woff2") format("woff2");
}

@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
font-style: italic;
font-named-instance: 'Italic';
src: url("Inter-italic.var.woff2") format("woff2");
}
Loading

0 comments on commit 985259c

Please sign in to comment.