-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update font serif and wrap section with container (janhq#2443)
fix: update font serif and wrap section with container
- Loading branch information
Showing
14 changed files
with
940 additions
and
884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,5 +169,5 @@ | |
} | ||
|
||
.font-serif { | ||
letter-spacing: -4px; | ||
letter-spacing: -1.6px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-Regular.otf') format('opentype'); | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-RegularItalic.otf') format('opentype'); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-Ultrabold.otf') format('opentype'); | ||
font-weight: 700; | ||
} | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-UltraboldItalic.otf') format('opentype'); | ||
font-weight: 700; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-Ultralight.otf') format('opentype'); | ||
font-weight: 300; | ||
} | ||
|
||
@font-face { | ||
font-family: 'PPEditorialNew'; | ||
src: url('/static/font/PPEditorialNew-UltralightItalic.otf') | ||
format('opentype'); | ||
font-weight: 300; | ||
font-style: italic; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap&family=Inter:[email protected]&display=swap'); | ||
|
||
@import 'tailwindcss/base'; | ||
@import 'tailwindcss/components'; | ||
@import 'tailwindcss/utilities'; | ||
|
||
@import './components/font.scss'; | ||
@import './components/base.scss'; | ||
@import './components/typography.scss'; | ||
@import './components/card.scss'; | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters