-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: font family changes to PT root in privacy and tnc pages #33992
Conversation
WalkthroughThis update introduces new font styling across several HTML files to ensure consistent and modern typography. The main changes include adding a new Changes
Assessment against linked issues
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
/build-deploy-preview skip-test=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/9382284959. |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (9)
app/client/public/static/font/pt-root-ui_bold.woff
is excluded by!**/*.woff
app/client/public/static/font/pt-root-ui_bold.woff2
is excluded by!**/*.woff2
app/client/public/static/font/pt-root-ui_light.woff
is excluded by!**/*.woff
app/client/public/static/font/pt-root-ui_light.woff2
is excluded by!**/*.woff2
app/client/public/static/font/pt-root-ui_medium.woff
is excluded by!**/*.woff
app/client/public/static/font/pt-root-ui_medium.woff2
is excluded by!**/*.woff2
app/client/public/static/font/pt-root-ui_regular.woff
is excluded by!**/*.woff
app/client/public/static/font/pt-root-ui_regular.woff2
is excluded by!**/*.woff2
app/client/public/static/font/pt-root-ui_semi-bold.woff2
is excluded by!**/*.woff2
Files selected for processing (6)
- app/client/public/404.html (1 hunks)
- app/client/public/font-style.css (1 hunks)
- app/client/public/privacy-policy.html (2 hunks)
- app/client/public/static/font/licence.txt (1 hunks)
- app/client/public/static/font/pt-root-ui.css (1 hunks)
- app/client/public/terms-and-conditions.html (1 hunks)
Files skipped from review due to trivial changes (4)
- app/client/public/404.html
- app/client/public/font-style.css
- app/client/public/static/font/pt-root-ui.css
- app/client/public/terms-and-conditions.html
Additional context used
LanguageTool
app/client/public/static/font/licence.txt
[typographical] ~11-~11: If you want to indicate numerical ranges or time ranges, consider using an en dash. (DASH_RULE)
Context: ...------ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 -----------------------...
Additional comments not posted (2)
app/client/public/static/font/licence.txt (1)
1-95
: The addition of the SIL Open Font License inlicence.txt
is appropriate and well-documented. This ensures compliance with the licensing requirements for the newly added PT Root UI font, which is crucial for legal use and redistribution.Tools
LanguageTool
[typographical] ~11-~11: If you want to indicate numerical ranges or time ranges, consider using an en dash. (DASH_RULE)
Context: ...------ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 -----------------------...app/client/public/privacy-policy.html (1)
6-6
: The addition of thefont-style.css
stylesheet link in theprivacy-policy.html
is correctly implemented. This change is essential for ensuring that the PT Root UI font is applied consistently across the Privacy Policy page, aligning with the PR's objectives to update the font across platform documents.
Deploy-Preview-URL: https://ce-33992.dp.appsmith.com |
Description
Privacy and Term & conditions pages was not using latest platform font PT root since it was served as normal HTML files. This PR addresses that issue.
Fixes #33427
Automation
/ok-to-test tags="@tag.Sanity"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/9382277755
Commit: 75416ef
Cypress dashboard url: Click here!
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
Style
404.html
,privacy-policy.html
, andterms-and-conditions.html
to include a link to the newfont-style.css
stylesheet.font-family
declarations fromprivacy-policy.html
andterms-and-conditions.html
.Documentation
licence.txt
for the PT Root UI font, detailing the SIL Open Font License.