mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
b2e98230b4
* Added linux-specific fonts Currently, ubuntu has a lot of issues with fonts. Both the regular font-family and the data-font-family end up evaluating to NimbusSans on my system (ubuntu's fallback font from helvetica) NimbusSans unfortunately is noticably too high, cause text in buttons, emoji on the left pane, and other vertical text alignment to be too high This diff explicitly says to use Liberation Sans which should have no effect on windows/mac systems, but should significantly improve appearance on ubuntu (and hopefully other linuxes) Both of these fonts are some of the more widely supported linux fonts, see: https://www.webfx.com/blog/web-design/a-web-designers-guide-to-linux-fonts/ |
||
---|---|---|
.. | ||
breadcrumbs.ts | ||
buttons.ts | ||
buttonSelect.ts | ||
checkbox.ts | ||
ColorPalette.ts | ||
ColorSelect.ts | ||
cssVars.ts | ||
draggableList.ts | ||
editableLabel.ts | ||
IconList.ts | ||
icons.ts | ||
links.ts | ||
loaders.ts | ||
menus.ts | ||
modals.ts | ||
pages.ts | ||
popups.ts | ||
search.ts | ||
select.ts |