wp_enqueue_style on template_redirect level?
The reason to use wp_enqueue_style is to allow WordPress to manage dependencies between stylesheets. Since you’re only outputting a barebones page here, there really is no point to use it. That said, if you look at the hook order, you see that template_redirect is actually called quite late in the process, just before the scripts … Read more