I find the font size of file and folder names in Nautilus too small for me.
On Ubuntu 20.04, I could fix this with CSS on ~/.config/gtk-3.0/gtk.css:
.nautilus-window .view {font-size: 20px}
However, this no longer works on Ubuntu 24.04. How to achieve the same on 24.04?