Use Source Code Pro font for event names (closing; reopening from fork)#2154
Draft
Copilot wants to merge 2 commits intodevelopmentfrom
Draft
Use Source Code Pro font for event names (closing; reopening from fork)#2154Copilot wants to merge 2 commits intodevelopmentfrom
Copilot wants to merge 2 commits intodevelopmentfrom
Conversation
1 task
Agent-Logs-Url: https://github.com/hackforla/VRMS/sessions/633fb94a-c24a-4425-a05e-5f90ece1b411 Co-authored-by: eunicode <28845173+eunicode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Change font on the VRMS recurring events page
Change Recurring Event name font from aliseoregular to Source Code Pro
May 8, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #1463
The
aliseoregularfont renders all text as uppercase, making it impossible for PMs to detect capitalization errors in event names on the Recurring Events page without opening the edit dialog.What changes did you make and why did you make them ?
fontFamily: "'Source Code Pro', monospace"to theprimaryTypographyPropsof theListItemTextrendering event names in the Recurring Events list (editProject.jsx)Source Code Prois already globally imported via Google Fonts inindex.scss— no additional font loading neededScreenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
Visuals after changes are applied