Skip to content

Commit

Permalink
Repackage dependency locally
Browse files Browse the repository at this point in the history
  • Loading branch information
linfindel committed Jul 13, 2024
1 parent 4b5acd6 commit 7fd86ea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Binary file added fonts/MaterialSymbolsRounded.woff2
Binary file not shown.
26 changes: 25 additions & 1 deletion nadir.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
font-family: "Noto Sans";
src: url("fonts/NotoSansVariable.ttf");
}

@font-face {
font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 400;
src: url(fonts/MaterialSymbolsRounded.woff2);
}

@keyframes progress-determinate {
0% {
Expand Down Expand Up @@ -1078,6 +1088,20 @@ video {
}

.material-symbols-rounded {
font-family: 'Material Symbols Rounded';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;

user-select: none;
}

Expand Down

0 comments on commit 7fd86ea

Please sign in to comment.