Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8793073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:04:35+00:00 2026-06-13T23:04:35+00:00

I am newbie to CSS. Specifically, now I am using IE8. My web page

  • 0

I am newbie to CSS.
Specifically, now I am using IE8. My web page works fine with MS PGothic font in japanese script. But when we change IE8 browser font to Arial Unicode MS. The webpage does not look fine. This happens only in IE8, in firefox and chrome, even change is OK.

My problem is
I have so many CSS files more than 200.

  • So I want to change my browser font to MS PGothic for my website
  • or use only web page font not use browser font?

Which is possible? I want to know code sample for that. Any help is are greatly appreciated.

Before changing to Arial Unicode MS
Before changing

After changing to Arial Unicode MS
After changing

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:04:36+00:00Added an answer on June 13, 2026 at 11:04 pm

    It sounds like you need to specify the font in your CSS, which can be done this way (falling back to a sans-serif font):

    body {
      font-family: "MS PGothic", sans-serif;
    }
    

    If you have so many CSS files, however, the font-family value be overridden in one of them, so you might want to use the !important value, like this:

    body {
      font-family: "MS PGothic", sans-serif !important;
    }
    

    This can be improved further by including selectors for input and textarea so that form fields use this font as well:

    body, input, textarea {
      font-family: "MS PGothic", sans-serif !important;
    }
    

    We can also use the Japanese font name as well, just in case. Finally, I recommend specifying the Meiryo font which looks smoother than MS PGothic and is available on Windows Vista and above. Also, fonts for Mac should be included so I think the best CSS for Japanese pages is something like this:

    body, input, textarea {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

newbie question in css: I have the following style defined: TABLE.tabulardata th { font:
I'm a relative newbie to web development. I know my HTML and CSS, and
i am a newbie of html and css.now i want to know other gurus
Hey all - simple CSS newbie question, but I can't seem to enter the
I'm a CSS newbie and was wondering if there is a benefit using em
Please bear with me experts i'm a newbie in web dev. With html,css can
Im a newbie to CSS and created this html file for my testing...but the
I'm not a newbie to css and html, but totally not smart with php.
CSS newbie here. Strange thing is happening, I have gaps between links, and I
I am a CSS newbie. Is there a tool that can help debug CSS

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.