How to include reference to a css file in CF6

NickOg 07 Jul, 2017
I want to include reference to a css file in a form. In CF5 we used Load CSS on Setup. I can;t find an equivalent in CF6. What is the correct way to do that?
Use the css import url?

@import url("/components/com_u3aV5/courses/css/programBrochure.css");


though that does not seem to function.
NickOg 08 Jul, 2017
sorry - just f9ound this answered earlier.😶😶
This topic is locked and no more replies can be posted.