-
-
Notifications
You must be signed in to change notification settings - Fork 7
fix: align font naming with PostScript convention for mobile compatibility #862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating storybook react fonts to be consistent and prevent confusion between platforms |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating storybook react fonts to be consistent and prevent confusion between platforms |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,84 +7,84 @@ | |
| font-family: 'Geist'; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating tailwind stylesheet |
||
| font-style: normal; | ||
| font-weight: 400; | ||
| src: url('fonts/Geist/Geist Regular.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-Regular.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'Geist'; | ||
| font-style: italic; | ||
| font-weight: 400; | ||
| src: url('fonts/Geist/Geist Regular Italic.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-RegularItalic.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'Geist'; | ||
| font-style: normal; | ||
| font-weight: 500; | ||
| src: url('fonts/Geist/Geist Medium.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-Medium.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'Geist'; | ||
| font-style: italic; | ||
| font-weight: 500; | ||
| src: url('fonts/Geist/Geist Medium Italic.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-MediumItalic.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'Geist'; | ||
| font-style: normal; | ||
| font-weight: 700; | ||
| src: url('fonts/Geist/Geist Bold.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-Bold.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'Geist'; | ||
| font-style: italic; | ||
| font-weight: 700; | ||
| src: url('fonts/Geist/Geist Bold Italic.woff2') format('woff2'); | ||
| src: url('fonts/Geist/Geist-BoldItalic.woff2') format('woff2'); | ||
| } | ||
|
|
||
| /* MM Sans */ | ||
| @font-face { | ||
| font-family: 'MMSans'; | ||
| font-style: normal; | ||
| font-weight: 400; | ||
| src: url('fonts/MMSans/MM Sans Regular.woff2') format('woff2'); | ||
| src: url('fonts/MMSans/MMSans-Regular.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'MMSans'; | ||
| font-style: normal; | ||
| font-weight: 500; | ||
| src: url('fonts/MMSans/MM Sans Medium.woff2') format('woff2'); | ||
| src: url('fonts/MMSans/MMSans-Medium.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'MMSans'; | ||
| font-style: normal; | ||
| font-weight: 700; | ||
| src: url('fonts/MMSans/MM Sans Bold.woff2') format('woff2'); | ||
| src: url('fonts/MMSans/MMSans-Bold.woff2') format('woff2'); | ||
| } | ||
|
|
||
| /* MM Poly */ | ||
| @font-face { | ||
| font-family: 'MMPoly'; | ||
| font-style: normal; | ||
| font-weight: 400; | ||
| src: url('fonts/MMPoly/MM Poly Regular.woff2') format('woff2'); | ||
| src: url('fonts/MMPoly/MMPoly-Regular.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'MMPoly'; | ||
| font-style: normal; | ||
| font-weight: 500; | ||
| src: url('fonts/MMPoly/MM Poly Regular.woff2') format('woff2'); | ||
| src: url('fonts/MMPoly/MMPoly-Regular.woff2') format('woff2'); | ||
| } | ||
|
|
||
| @font-face { | ||
| font-family: 'MMPoly'; | ||
| font-style: normal; | ||
| font-weight: 700; | ||
| src: url('fonts/MMPoly/MM Poly Regular.woff2') format('woff2'); | ||
| src: url('fonts/MMPoly/MMPoly-Regular.woff2') format('woff2'); | ||
| } | ||








There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matches PostScript name in Font Book