bbc / grandstand

BBC Grandstand is a collection of common CSS abstractions and utility helper classes
http://bit.ly/grandstandcss
MIT License
191 stars 9 forks source link

Disable font family override for non-Latin scripts #50

Closed jamesdonoh closed 8 years ago

jamesdonoh commented 8 years ago

Currently Grandstand (through the logic in gel-typography) is outputting a 'font-family' rule for body which is resetting the custom fonts used for non-Latin scripts by Responsive News.

This change ensures that the override is only output for latin script (the default).

Jira ticket: WSRESPONSIVE-4407

shaunbent commented 8 years ago

Looks good, just missing a bump of the package.json and bower.json

jamesdonoh commented 8 years ago

D'oh oh yeah. Done.

shaunbent commented 8 years ago

👍