Skip to content

Commit

Permalink
Cleanup and move assets folder to src
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielTosi committed Jan 30, 2024
1 parent 06befb3 commit cc45bca
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 686 deletions.
8 changes: 4 additions & 4 deletions apps/frontend/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

// Fonts
$gellix-font-family: 'Gellix';
$gellix-fonts-path: './stories/assets/fonts/';
$gellix-fonts-path: './assets/fonts/';
$font-weight-thin: 100;
$font-weight-light: 300;
$font-weight-regular: 400;
Expand All @@ -54,20 +54,20 @@ $font-weight-black: 900;

@font-face {
font-family: $gellix-font-family;
src: url('./stories/assets/fonts/Gellix-Light_R.woff2') format('woff2');
src: url('./assets/fonts/Gellix-Light_R.woff2') format('woff2');
font-weight: $font-weight-light;
}

@font-face {
font-family: $gellix-font-family;
src: url('./stories/assets/fonts/Gellix-Regular_R.woff2') format('woff2');
src: url('./assets/fonts/Gellix-Regular_R.woff2') format('woff2');
font-weight: $font-weight-regular;
font-style: normal;
}

@font-face {
font-family: $gellix-font-family;
src: url('./stories/assets/fonts/Gellix-SemiBold_R.woff2') format('woff2');
src: url('./assets/fonts/Gellix-SemiBold_R.woff2') format('woff2');
font-weight: $font-weight-semibold;
font-style: normal;
}
Expand Down
364 changes: 0 additions & 364 deletions apps/frontend/src/stories/Configure.mdx

This file was deleted.

Loading

0 comments on commit cc45bca

Please sign in to comment.