During deployment, style.css should be embedded into the html files. This removes a roundtrip (from html -> css -> [fonts, images] to html+css-> [fonts, images]). The increased initial download should be negligible, as most of the total file size estimate will only increase by ~1kb and the actual file transfer is only a small part of the roundtrip time:
During deployment,
style.css
should be embedded into the html files. This removes a roundtrip (from html -> css -> [fonts, images] to html+css-> [fonts, images]). The increased initial download should be negligible, as most of the total file size estimate will only increase by ~1kb and the actual file transfer is only a small part of the roundtrip time: