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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -