html - Can we include a stylesheet link with an API as href attribute? -
i dynamically add external css file. until here, ok. however, set href attribute url of api generate , return css file.
is possible ?
yes, long api serves document mime type text/css work. api needs send content-type: text/css
response header along contents.
Comments
Post a Comment