Replies: 3 comments 2 replies
-
i think you have the blurry problem: Cef.EnableHighDPISupport(); |
Beta Was this translation helpful? Give feedback.
2 replies
-
How does it behave when you load the web page directly in Chrome? If it works in Chrome then you'll probably need a newer version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Guys, Best Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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;
}
Beta Was this translation helpful? Give feedback.
All reactions