Skip to content

Conversation

@Pineapple-1
Copy link
Collaborator

This update improves performance and reliability by replacing external font references with local font files for Lora and Yellowtail. The following changes were made:

To load fonts from local paths instead of Google Fonts.

pay/index.html

Lines 38 to 43 in 0270e4d

@font-face {
font-family: 'Yellowtail';
src: url('+/fonts/Yellowtail.ttf') format('truetype');
font-style: normal;
font-display: swap;
}

pay/+/hi.html

Lines 16 to 21 in 0270e4d

@font-face {
font-family: 'Lora';
src: url('/+/fonts/Lora.ttf') format('truetype');
font-style: normal;
font-display: swap;
}

  • Removed unnecessary external stylesheet links.
  • Added the office photo (+/office.jpg) as specified in issue fonts & office photo #51

Replaced external font references with local font files (Lora and Yellowtail) for improved performance and reliability. Updated `hi.html` and `index.html` to load fonts from local paths instead of external sources. Removed unnecessary external stylesheet links.
@Pineapple-1 Pineapple-1 requested a review from amark December 17, 2024 07:01
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