Skip to content

Commit

Permalink
main font chenged to PixelMplus family
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Apr 2, 2024
1 parent 3c92675 commit e24e139
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
Binary file added public/fonts/PixelMplus10-Bold.woff2
Binary file not shown.
Binary file added public/fonts/PixelMplus12-Bold.woff2
Binary file not shown.
35 changes: 25 additions & 10 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,57 @@
--box-shadow: 0 2px 6px rgba(var(--gray), 25%),
0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);
}
@font-face {
/* @font-face {
font-family: 'Atkinson';
src: url('/fonts/atkinson-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
} */
/* @font-face {
font-family: 'Atkinson';
src: url('/fonts/atkinson-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
} */
/* @font-face {
font-family: 'TiltNeon';
src: url('/fonts/TiltNeon-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
} */
@font-face {
font-family: 'PixelMplus10';
src: url('/fonts/PixelMplus10-Regular.woff2') format('woff2');
font-weight: normal;
font-weight: 400;
font-style: normal;
font-display: swap;
font-stretch: ultra-stretched;
/* font-stretch: 100%; */
}
@font-face {
font-family: 'PixelMplus10';
src: url('/fonts/PixelMplus10-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
font-stretch: 200%;
}
@font-face {
font-family: 'PixelMplus12';
src: url('/fonts/PixelMplus12-Regular.woff2') format('woff2');
font-weight: normal;
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PixelMplus12';
src: url('/fonts/PixelMplus12-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
font-stretch: ultra-stretched;
font-stretch: 200%;
}
body {
width: 100%;
Expand Down

0 comments on commit e24e139

Please sign in to comment.