common/app/views/fragments/page/head/stylesheets/styles.scala.html [8:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@if(FontSwitch.isSwitchedOn) {
@fragments.fontFaces()
}
@* any images in head need to go here (or they'll be relative to the page)} *@
@*
- Include IE < 9 [(lt IE 9)]
- Exclude IE Mobile [&(!IEMobile)]
*@
@*
- Include IE 9 [(IE 9)]
- Exclude IE Mobile [&(!IEMobile)]
*@
@*
- Include all browsers []
- Exclude IE < 10 [(gt IE 9)]
- Include IE Mobile [|(IEMobile)]
*@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
common/app/views/fragments/stylesheets.scala.html [10:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@if(FontSwitch.isSwitchedOn) {
@fragments.fontFaces()
}
@* any images in head need to go here (or they'll be relative to the page)} *@
@*
- Include IE < 9 [(lt IE 9)]
- Exclude IE Mobile [&(!IEMobile)]
*@
@*
- Include IE 9 [(IE 9)]
- Exclude IE Mobile [&(!IEMobile)]
*@
@*
- Include all browsers []
- Exclude IE < 10 [(gt IE 9)]
- Include IE Mobile [|(IEMobile)]
*@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -