Right, I'm already prepending a string containing inline style classes. Example:
$style = "<style> p, span[style] { font-family: Arial; font-size: 7.5pt; } </style>";
I just thought phpdocx might provide a method for loading external stylesheets.
That said, I will simply roll my own solution for loading an external text file. Thanks.