Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Font vs face in 3.6

  • 2 trả lời
  • 1 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I am trying to write a web page. I have found that when using fonts, version 3.6 does not show the text at all. Earlier version show the text in a default font

face="Modern" > font="Modern" >

3.6 does not recognize the term "Face". When 3.6 sees that, it does not print the text. When 3.0 sees it, it prints the proper font. Earlier versions print the default font.

I am trying to write a web page. I have found that when using fonts, version 3.6 does not show the text at all. Earlier version show the text in a default font face="Modern" > font="Modern" > 3.6 does not recognize the term "Face". When 3.6 sees that, it does not print the text. When 3.0 sees it, it prints the proper font. Earlier versions print the default font.

Được chỉnh sửa bởi darwin-t vào

Tất cả các câu trả lời (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Use CSS or a stylesheet instead and specify the font-family:

<div style="font-family: Modern">.... </div>