Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How to change default font weight?

  • 2 답장
  • 2 이 문제를 만남
  • 32 보기
  • 최종 답변자: cor-el

more options

I want to set the default Serif, Sans-serif, and Monospace fonts to "Medium" weight of IBM Plex Fonts.

The Medium variant is installed, however I can only select the regular font through the Preference menu.

How can I select the Medium variant of the font for serif, sans-serif and monospace?

I want to set the default Serif, Sans-serif, and Monospace fonts to "Medium" weight of IBM Plex Fonts. The Medium variant is installed, however I can only select the regular font through the Preference menu. How can I select the Medium variant of the font for serif, sans-serif and monospace?

모든 댓글 (2)

more options

What the Browser provides is what it can only do anything else beyond that is custom fonts that are installed by another software or you have to use something like userChrome.css to make those modifications. The only other thing that can change fonts is the O/S itself.

more options

You can only select a font-family that way. You would have to use CSS rules to select a specific variant. For the user interface these rules would be in userChrome.css and for websites in userContent.css.