@(styles: html.Styles)(implicit applicationContext: model.ApplicationContext, request: RequestHeader)
@import conf.switches.Switches.{FontSwitch}
@import views.support.Commercial.isAdFree
@import experiments.{ActiveExperiments}
@import conf.Static
@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)]
*@
@styles.criticalCss
@styles.linkCss