Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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 ответа
  • 2 имеют эту проблему
  • 8 просмотров
  • Последний ответ от 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
Приложенные скриншоты

Выбранное решение

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))
Прочитайте этот ответ в контексте 👍 1

Все ответы (2)

more options

Выбранное решение

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