Skip to content

Commit

Permalink
font fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Dec 29, 2024
1 parent 31775cc commit ea2bf32
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 24 deletions.
Binary file removed public/fonts/runddisplay/RundDisplay-Black.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-Bold.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-ExtraBold.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-Light.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-Medium.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-Regular.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/RundDisplay-SemiBold.woff
Binary file not shown.
Binary file removed public/fonts/runddisplay/Runddisplay-Thin.woff
Binary file not shown.
32 changes: 8 additions & 24 deletions src/assets/scss/components/fonts/_runddisplay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,54 @@
font-family: 'RundDisplay';
font-style: normal;
font-weight: 400;
src:
local('RundDisplay Regular'),
url('/fonts/runddisplay/runddisplay-regular.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-regular.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 100;
src:
local('RundDisplay Thin'),
url('/fonts/runddisplay/runddisplay-thin.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-thin.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 300;
src:
local('RundDisplay Light'),
url('/fonts/runddisplay/runddisplay-light.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-light.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 500;
src:
local('RundDisplay Medium'),
url('/fonts/runddisplay/runddisplay-medium.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-medium.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 600;
src:
local('RundDisplay SemiBold'),
url('/fonts/runddisplay/runddisplay-semibold.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-semibold.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 700;
src:
local('RundDisplay Bold'),
url('/fonts/runddisplay/runddisplay-bold.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-bold.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 800;
src:
local('RundDisplay ExtraBold'),
url('/fonts/runddisplay/runddisplay-extrabold.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-extrabold.woff') format('woff');
}

@font-face {
font-family: 'RundDisplay';
font-style: normal;
font-weight: 900;
src:
local('RundDisplay Black'),
url('/fonts/runddisplay/runddisplay-black.woff') format('woff');
src: url('/fonts/runddisplay/runddisplay-black.woff') format('woff');
}

0 comments on commit ea2bf32

Please sign in to comment.