• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Finding CSS weight of font?

Participant ,
Feb 28, 2021 Feb 28, 2021

Copy link to clipboard

Copied

Hi there,

 

I ahave enabled and embedded a font - Poppins, however I can't seem to find the weight of the different weights for CSS.

 

For example:

toolman123_0-1614517674576.png

 

What weight would this be? I'm guessing Regular would be 400?

 

Any suggestions would be great, thanks!

Views

139

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 28, 2021 Feb 28, 2021

Copy link to clipboard

Copied

LATEST

Every browser renders CSS font-weight a bit differently.  You'll need to test CSS values in your project's stylesheet (aka style.css file) and see which ones work best.

 

h1 {

font-weight: [Select value from chart below]

}

 

Value Description
bold Defines thick characters
bolder Defines thicker characters
lighter Defines lighter characters
100
200
300
400
500
600
700
800
900

Defines from thin to thick characters.

 

 

400 is the same as normal.

 

 

700 is the same as bold.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines