body {
  /* on my stack precedence is: linux first, then windoze, apple last. Change according to your tastes */
  font-family: 
     'Noto Sans'              /* plasma uses noto */
    ,'Fira Sans'              /* POP-OS! uses FIRA */
    ,Oxygen-Sans              /* Holdouts using Plasma */
    ,Ubuntu                   /* Ubuntu font has a nice techno edge */
    ,Cantarell                /* Gnome */
    ,Roboto                   /* Droid */
    ,"Segoe UI"               
    ,"Trebuchet MS"
    ,"Corbel"
    ,"Helvetica Neue"
    ,"Arial"
    ,sans-serif
    ,BlinkMacSystemFont
    ,-apple-system;
}
