Can't say from screenshots.
Is your fontsize loaded?
Use the inspector of your browsers devtools to inspect your css...
- Right click on an item and select Inspect, or
- CTRL+SHIFT+C, select an item and look in the inspector panel.
Tip
Try to avoid using !important.
Use the correct order of CSS or more specific CSS.
!important rules can only be overridden by other (later) !important rules.
This can lead to issues down the line...
Is your fontsize loaded?
Use the inspector of your browsers devtools to inspect your css...
- Right click on an item and select Inspect, or
- CTRL+SHIFT+C, select an item and look in the inspector panel.
Tip
Try to avoid using !important.
Use the correct order of CSS or more specific CSS.
!important rules can only be overridden by other (later) !important rules.
This can lead to issues down the line...
Statistics: Posted by Mr. Wimpy — Wed Dec 11, 2024 4:50 pm