Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

I have set up a website using TNG software for genealogy. It looks fine in Chrome and Safari. It looks different and not as good in Firefox.

  • 2 réponses
  • 2 ont ce problème
  • 6 vues
  • Dernière réponse par Bob41

more options

My new website look OK on Safari. On Firefox, the fonts look lighter and smaller. The gold underline bars look thinner. How can I make the Firefox view look more like it should and does on Safari?

Thanks Bob

My new website look OK on Safari. On Firefox, the fonts look lighter and smaller. The gold underline bars look thinner. How can I make the Firefox view look more like it should and does on Safari? Thanks Bob
Captures d’écran jointes

Solution choisie

The specified font-size of 12px doesn't seem to be very large, so maybe increase this a bit in case a small font is used by Firefox.

font-family: Arial,Helvetica,sans-serif;
font-size: 12px;

What font is Firefox using on the page?

You can right-click and select "Inspect Element" to open the Inspector (Firefox/Tools > Web Developer) with this element selected. You can check the font used for selected text in the Font tab in the right pane of the Inspector.


Just to sure you can check that you aren't zooming the page. Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Command+0 (zero))
Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

The specified font-size of 12px doesn't seem to be very large, so maybe increase this a bit in case a small font is used by Firefox.

font-family: Arial,Helvetica,sans-serif;
font-size: 12px;

What font is Firefox using on the page?

You can right-click and select "Inspect Element" to open the Inspector (Firefox/Tools > Web Developer) with this element selected. You can check the font used for selected text in the Font tab in the right pane of the Inspector.


Just to sure you can check that you aren't zooming the page. Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Command+0 (zero))
more options

Using the View>Zoom>Reset solved the problem.

Thanks, Bob