Skip to content

Commit

Permalink
increase font weights for inconsolata
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jul 26, 2022
1 parent c246fe7 commit 9ee6c97
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions public/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@
font-weight: 600;
font-style: normal;
font-display: swap;
src: url('./fonts/inconsolata-bold.eot');
src: url('./fonts/inconsolata-bold.eot?#iefix') format('embedded-opentype'),
url('./fonts/inconsolata-bold.ttf') format('truetype'),
url('./fonts/inconsolata-bold.woff') format('woff'),
url('./fonts/inconsolata-bold.woff2') format('woff2'),
url('./fonts/inconsolata-bold.otf') format('opentype');
src: url('./fonts/inconsolata-black.eot');
src: url('./fonts/inconsolata-black.eot?#iefix') format('embedded-opentype'),
url('./fonts/inconsolata-black.ttf') format('truetype'),
url('./fonts/inconsolata-black.woff') format('woff'),
url('./fonts/inconsolata-black.woff2') format('woff2'),
url('./fonts/inconsolata-black.otf') format('opentype');
}

@font-face {
font-family: 'Inconsolata';
font-weight: 400;
font-style: normal;
font-display: swap;
src: url('./fonts/inconsolata-regular.eot');
src: url('./fonts/inconsolata-regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/inconsolata-regular.ttf') format('truetype'),
url('./fonts/inconsolata-regular.woff') format('woff'),
url('./fonts/inconsolata-regular.woff2') format('woff2'),
url('./fonts/inconsolata-regular.otf') format('opentype');
src: url('./fonts/inconsolata-medium.eot');
src: url('./fonts/inconsolata-medium.eot?#iefix') format('embedded-opentype'),
url('./fonts/inconsolata-medium.ttf') format('truetype'),
url('./fonts/inconsolata-medium.woff') format('woff'),
url('./fonts/inconsolata-medium.woff2') format('woff2'),
url('./fonts/inconsolata-medium.otf') format('opentype');
}
Binary file added public/fonts/inconsolata-black.eot
Binary file not shown.
Binary file added public/fonts/inconsolata-black.otf
Binary file not shown.
Binary file added public/fonts/inconsolata-black.ttf
Binary file not shown.
Binary file added public/fonts/inconsolata-black.woff
Binary file not shown.
Binary file added public/fonts/inconsolata-black.woff2
Binary file not shown.
Binary file removed public/fonts/inconsolata-bold.eot
Binary file not shown.
Binary file removed public/fonts/inconsolata-bold.otf
Binary file not shown.
Binary file removed public/fonts/inconsolata-bold.ttf
Binary file not shown.
Binary file removed public/fonts/inconsolata-bold.woff
Binary file not shown.
Binary file removed public/fonts/inconsolata-bold.woff2
Binary file not shown.
Binary file added public/fonts/inconsolata-medium.eot
Binary file not shown.
Binary file added public/fonts/inconsolata-medium.otf
Binary file not shown.
Binary file added public/fonts/inconsolata-medium.ttf
Binary file not shown.
Binary file added public/fonts/inconsolata-medium.woff
Binary file not shown.
Binary file added public/fonts/inconsolata-medium.woff2
Binary file not shown.
Binary file removed public/fonts/inconsolata-regular.eot
Binary file not shown.
Binary file removed public/fonts/inconsolata-regular.otf
Binary file not shown.
Binary file removed public/fonts/inconsolata-regular.ttf
Binary file not shown.
Binary file removed public/fonts/inconsolata-regular.woff
Binary file not shown.
Binary file removed public/fonts/inconsolata-regular.woff2
Binary file not shown.

0 comments on commit 9ee6c97

Please sign in to comment.