-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
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;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
