Skip to content

Commit

Permalink
*feat basic Table redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik committed Nov 29, 2024
1 parent d78f70d commit fdd4e7d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/ui/styles/typography/ubuntu-mono.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./fonts/UbuntuMono-Regular.ttf') format('ttf');
src: url('./fonts/UbuntuMono-Regular.woff2') format('woff2');
}

@font-face {
font-family: 'Ubuntu Mono';
font-style: italic;
font-display: swap;
font-weight: 400;
src: url('./fonts/UbuntuMono-Italic.ttf') format('ttf');
src: url('./fonts/UbuntuMono-Italic.woff2') format('woff2');
}

@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('./fonts/UbuntuMono-Bold.ttf') format('ttf');
src: url('./fonts/UbuntuMono-Bold.woff2') format('woff2');
}

@font-face {
font-family: 'Ubuntu Mono';
font-style: italic;
font-display: swap;
font-weight: 500;
src: url('./fonts/UbuntuMono-BoldItalic.ttf') format('ttf');
src: url('./fonts/UbuntuMono-BoldItalic.woff2') format('woff2');
}

0 comments on commit fdd4e7d

Please sign in to comment.