sbglasius commented on code in PR #420:
URL:
https://github.com/apache/grails-static-website/pull/420#discussion_r2880801475
##########
assets/stylesheets/screen.css:
##########
@@ -1,61 +1,82 @@
@font-face {
font-family: 'Roboto';
- src: url('../fonts/roboto-regular.eot'); /* IE9 Compat Modes */
- src: url('../fonts/roboto-regular.eot?#iefix')
format('embedded-opentype'), /* IE6-IE8 */
- url('../fonts/roboto-regular.woff') format('woff'), /* Pretty Modern
Browsers */
- url('../fonts/roboto-regular.ttf') format('truetype'), /* Safari,
Android, iOS */
- url('../fonts/roboto-regular.svg#svgFontName') format('svg'); /* Legacy
iOS */
+ src: url('../fonts/roboto-regular.eot');
Review Comment:
Comments that were previously related to the line, is now looking like they
are related to the line below. Generally there are too many unneeded
white-space changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]