Skip to content

Commit

Permalink
fix: use correct Fira Code weights
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Nov 11, 2024
1 parent 632a554 commit ddbafe8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions public/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,21 @@
@font-face {
font-family: 'Marche';
src: url('./fonts/marche/marche-super-pro.woff2') format('woff2');
line-height: 44px;
font-weight: 800;
font-style: normal;
}

@font-face {
font-family: 'Fira Code';
src:
url('./fonts/fira-code/woff2/FiraCode-Light.woff2') format('woff2'),
url('./fonts/fira-code/woff/FiraCode-Light.woff') format('woff');
font-weight: 300;
src: url('./fonts/fira-code/FiraCode-Retina.woff2') format('woff2');
font-weight: 450;
font-style: normal;
}

@font-face {
font-family: 'Fira Code';
src:
url('./fonts/fira-code/woff2/FiraCode-Regular.woff2') format('woff2'),
url('./fonts/fira-code/woff/FiraCode-Regular.woff') format('woff');
font-weight: 400;
src: url('./fonts/fira-code/FiraCode-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}

Expand All @@ -51,4 +46,4 @@
left: 0;
width: 100%;
height: 100%;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ddbafe8

Please sign in to comment.