Font weight value is not working properly
NickName:user6768630 Ask DateTime:2016-08-31T12:00:08

Font weight value is not working properly

I have tried to give a font-weight property to text widgets but it's not working properly, which will show the same bolder appearance for the values 100,200,300,400 and 500 and show a big effect on 600. What is this issue? How can I fix it?

.flip-menu-text {
    text-align: left;
    font-weight: 100;
    line-height: 1.125rem;
    padding: .5625rem 0;
    margin: 0;
    outline: 0;
    border: 0;
    font-size: 14px;
}
<span class="flip-menu-text">Widgets</span>

Copyright Notice:Content Author:「user6768630」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39240509/font-weight-value-is-not-working-properly

More about “Font weight value is not working properly” related questions

Font weight value is not working properly

I have tried to give a font-weight property to text widgets but it's not working properly, which will show the same bolder appearance for the values 100,200,300,400 and 500 and show a big effect o...

Show Detail

font-weight not working in firefox?

I was dynamically creating divs and found that some properties in the style are not working in firefox $(".contacttiles").eq(i).append("&lt;div id=mm"+i+"' class=exp style='font-weight:bold;font-s.

Show Detail

font-weight lighter is not a font-weight value

I'm getting a Validator error for my stylesheets but I don't know how to solve that one. The error: Value Error : font-weight lighter is not a font-weight value : lighter And the CSS causing the...

Show Detail

font-weight is not working properly?

http://www.i3physics.com/blog/2010/07/dsfsdf/ Here is an example. The part where it said "PHP" (the right top corner) remained as slim as it was. here is part of the css code .wp_syntax_lang {

Show Detail

font-weight over a font-face not working?

I am trying to make a text thinner and i have seen it working properly on a website. http://www.freshthemes.net/demo/backbone/about-us/ (Under company overview) This is the style I am using: .in...

Show Detail

font-weight and font-size not working together

Whenever I want to change the font-size of my text, the font-weight seems to revert back to it's default value in what I see on the browser. When I inspect it, both font-size and font-weight seem...

Show Detail

Font weight with external font

I'm working with an external font type for my website, I have the 3 ttf files, for normal, bold and italic styles. I'm wondering if I can change the font weight, because I already tried to use th...

Show Detail

Font-family not working properly on live server

I am using font-family "angelina". Its working properly on local server. But its not working on live server. It also working on live server just only on my computer. But its not working on any other

Show Detail

SSRS Font weight between 2005 and 2008

I have an RDL which was in 2005 report server. By using an updated IDE, it converts the 2005 RDL to 2008 RDL. There is an issue about font weight. In 2005, font weight can be specified as an inte...

Show Detail

Flutter: How to programmatically change the font weight

I am new to flutter and trying to build a text field with basic options just as in word (underlineing, changing fontsize and weight,...) I was able to write a code for changing the font size and I ...

Show Detail