Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent bb17160 commit c9ef40a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

@font-face {
font-family: Aspekta;
src: url('assets/fonts/Aspekta-400.woff2') format('woff2');
src: url('/assets/fonts/Aspekta-400.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Aspekta SemiBold';
src: url('assets/fonts/Aspekta-500.woff2') format('woff2');
src: url('/assets/fonts/Aspekta-500.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Aspekta Bold';
src: url('assets/fonts/Aspekta-700.woff2') format('woff2');
src: url('/assets/fonts/Aspekta-700.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Aspekta Light';
src: url('assets/fonts/Aspekta-300.woff2') format('woff2');
src: url('/assets/fonts/Aspekta-300.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
Expand Down

0 comments on commit c9ef40a

Please sign in to comment.