Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
remove fira font requirement for tarako (bug 1001044)
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Apr 25, 2014
1 parent 308a0e7 commit 89fb4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hearth/media/css/lib.styl
Expand Up @@ -59,7 +59,7 @@ $steam-white = #fffefe;


// Font Stacks
$open-stack = "Fira Sans OT", "Fira Sans", FiraSansWeb, sans-serif;
$open-stack = sans-serif;

This comment has been minimized.

Copy link
@diox

diox Apr 25, 2014

Member

Do we need to modify typography.styl to remove the @font-face declarations as well ? Or will the device know not to download them ?

This comment has been minimized.

Copy link
@spasovski

spasovski Apr 25, 2014

Author Contributor

Good catch. They aren't being referenced anymore but there's no sense in keeping the definitions anyway Tarako has these fonts as the default sans-serif apparently.


// Retina
$retina = unquote('screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2)');
Expand Down

0 comments on commit 89fb4c6

Please sign in to comment.