Hi, first time user here. First thing I notice is ...
# feedback
d
Hi, first time user here. First thing I notice is that there's something weird going on with font aliasing on the web UI. Especially for where there is bold. I'm using firefox on linux. The font used seems to be e.g. Roboto Bold. I notice that the text has an unsupported css property:
-webkit-font-smoothing
Secondly, it would be nice if I could paste an image into the text box here :)
w
This seems to come from tailwind, which adds both -webkit-font-smoothing and -moz-osx-font-smoothing. Afaik both are ignored regardless of browser, unless you're on OSX.
k
Created a new Github issue here: https://github.com/Linen-dev/linen.dev/issues/1143 @daurnimator do you mind adding a screenshot?
162 Views