RH2020: default.css not appearing in assets/css folder in output
I have three versions generated from a single project, Windows, Linux and Mac versions. When I generate the Windows version, I can see the default.css in the assets/css folder in output. For Linux and Mac however, the default.css does not appear there. As a result, my @11220649-face embedded font is not used, I get the default Times New Roman font being used. I searched in the community for answers and checked something Peter had referenced, checking the source of the output for something like this: <link rel="stylesheet" type="text/css" href="../assets/css/default_pg.css"/> and what I'm seeing in Linux and Mac versions is this: <link rel="StyleSheet" href="template/myproject_screen/layout.css" type="text/css"/>. In Windows, it is this: <link rel="StyleSheet" href="template/MyProject_screen/layout.css" type="text/css"/>. Why is my default.css disappearing when I generate?
