stylesheet - Which CSS style sheet should I place my web font in? -


i place fonts in master style sheet they're declared once. i'm working on else's site , they've declared in individual style sheets individual pages (although web font used across whole site) there harm in doing way?

there's no "harm" in doing way, work.

for me though, it's inefficient way of coding... if declaring styles individually each page absolute must, why not give wrapping elements / div's on each page unique id's , target them 1 stylesheet using unique id selector?


Comments