Skip to content

Conversation

@FirePheonix
Copy link
Contributor

No description provided.

Comment on lines 3 to 23
src: url('../fonts/Caveat-Regular.ttf');
}

@plugin 'tailwindcss-animate';

@custom-variant dark (&:is(.dark *));
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.ttf');
src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Pacifico';
src: url('/fonts/Pacifico-Regular.ttf');
src: url('../fonts/Pacifico-Regular.ttf');
}
@font-face {
font-family: 'AnonymousPro';
src: url('/fonts/AnonymousPro-Regular.ttf');
src: url('../fonts/AnonymousPro-Regular.ttf');
}
@font-face {
font-family: 'Inter';
src: url('/fonts/Inter_28pt-Regular.ttf');
src: url('../fonts/Inter_28pt-Regular.ttf');
Copy link
Member

Choose a reason for hiding this comment

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

Please remove the .. from these '../fonts/Caveat-Regular.ttf' in all the lines and edit it to just '/fonts/Caveat-Regular.ttf'. If the .. are added then it causes an error of locating the fonts during the build.

@sa-fw-an
Copy link
Member

Please resolve conflicts :)

@FirePheonix FirePheonix marked this pull request as ready for review February 26, 2025 13:58
@sa-fw-an sa-fw-an merged commit d293834 into sugarlabs:main Feb 26, 2025
1 check passed
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.

2 participants