Commit: b374d5b6f45c60011c25a344760e32f38199cc13 Author: Levi Morrison <[email protected]> Tue, 27 May 2014 12:09:24 -0600 Parents: 45ec556b077431f4c8f25b4c56b7f835e500ba59 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b374d5b6f45c60011c25a344760e32f38199cc13 Log: Comment out some font weights we definitely aren't using to not kill mobile Changed paths: M fonts/Fira/fira.css Diff: diff --git a/fonts/Fira/fira.css b/fonts/Fira/fira.css index d1b034d..40ac8f8 100644 --- a/fonts/Fira/fira.css +++ b/fonts/Fira/fira.css @@ -1,3 +1,4 @@ +/* @font-face{ font-family: 'Fira Sans'; src: url('eot/FiraSans-Hair.eot'); @@ -63,7 +64,7 @@ font-weight: 300; font-style: italic; } - +*/ @font-face{ font-family: 'Fira Sans'; src: url('eot/FiraSans-Book.eot'); @@ -151,7 +152,7 @@ font-weight: 700; font-style: italic; } - +/* @font-face{ font-family: 'Fira Sans'; src: url('eot/FiraSans-ExtraBold.eot'); @@ -195,7 +196,7 @@ font-weight: 900; font-style: italic; } - +*/ @font-face{ font-family: 'Fira Mono'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
