Problem when styling multiple notetypes with one css file

I have several notetypes that I use for various different themes, and I manage them using a single CSS code. Lately, I’ve been trying to use the following approach for convenience when changing the styling for all of these notetypes:

<link rel="stylesheet" type="text/css" href="styles.css">

However, during the review, I notice that the images, fonts, and shapes take about a 0.5-second delay before appearing. Is there a way for me to reduce this delay with this method?"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.