Skip to content
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

chore(fonts): update Lato fonts to point to 1.0.17 #711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaknas
Copy link

@jaknas jaknas commented Apr 25, 2024

BUIE PR: box/box-ui-elements#3499

The fonts files itself haven't changed.

Changing it to have parity with internal Box changes. This will cause the 1.0.2 fonts to not be downloaded, in favor of existing 1.0.17.

@jaknas jaknas requested a review from a team as a code owner April 25, 2024 09:05
@CLAassistant
Copy link

CLAassistant commented Apr 25, 2024

CLA assistant check
All committers have signed the CLA.

@@ -2,14 +2,14 @@
font-weight: normal;
font-family: 'Lato';
font-style: normal;
src: local('Lato Regular'), local('Lato-Regular'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Regular.woff2') format('woff2'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Regular.woff') format('woff');
src: local('Lato Regular'), local('Lato-Regular'), url('https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff2') format('woff2'), url('https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff') format('woff');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we import fonts.scss from BUIE, instead? It'd be one fewer place to keep track of the version.

@jstoffan
Copy link
Collaborator

Cool. Let's wait until the BUIE PR merges so we can bump the version in one go?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants