Skip to content

Chrome ignoring CSS font-weight property #3383

@Swamy571

Description

@Swamy571

I am using font-family 'Proxima Nova'. Chrome seems to be using font-weight: lighter; as default?,

I am using 'font-weight: normal' and 'color: black' for a grid, but text in the column still looks like not full black color. It showing lighter color, but I want full black color.

@font-face {
font-family: 'ProximaNova-Regular';
src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

.k-grid{
color: black !important;
border-width: 0px;
font-family: 'ProximaNova-Regular' !important;
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions