mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
NixOS font bug docs (#3268)
add changelog Appeasing the rabbit remove v3 Co-authored-by: atterpac <michael@atterpac.dev>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# NixOS FontSize Bug
|
||||
|
||||
NixOS/Wayland can cause a bug where the `font-size` css property doesnt affect the rendered page. To fix this add the following to your devShell.
|
||||
|
||||
```shell
|
||||
shellHook = with pkgs; ''
|
||||
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS;
|
||||
export GIO_MODULE_DIR="${pkgs.glib-networking}/lib/gio/modules/";
|
||||
'';
|
||||
```
|
||||
Reference in New Issue
Block a user