Font Size Layout Issue
March 25, 2025 · AI Conversations
If we applied Our new page h1 font size 55 to other pages then it breaks the layout like text coming outside the boxes ,(Do we need to fix it by going to indivdual pages in wp-admin)
So currently we have just applied raleway font across the website
Could you please check?
Correct above
—
Regarding global typography such as `h1` font sizes:
We recently applied an `h1` font size of 55px on one of our new pages. However, applying this globally to other pages breaks the layout—for example, text overflows from boxes.
Do we need to fix this by manually adjusting the layout on each individual page via the WordPress admin?
Also, currently, we've only applied the **Raleway** font across the website. Could you please check and confirm?
—
Let me know if you’d like it in a more formal or technical tone!
—
### 🔧 **Method 1: If Installed via APT (Default for Most Ubuntu Installs)**
1. Open Terminal (`Ctrl + Alt + T`)
2. Run the following commands:
sudo apt update
sudo apt upgrade firefox
> 🔄 This updates Firefox to the latest version available in Ubuntu's package repository.
—
### 🧱 **Method 2: If Installed as a Snap (Default in Ubuntu 22.04+)**
To update the Snap version of Firefox:
sudo snap refresh firefox
> 📦 Snap packages auto-update in the background, but you can force an update with this command.
—
### 🔍 Check Firefox Version
After updating, verify your version:
firefox --version
—
Let me know if you're using Flatpak or downloaded Firefox manually, and I can give you steps for that too.