[Redesign] Swap Slabo for Roboto Slab
Summary: Ref T8099, Moving to Roboto Slab for Document Headers. It's a little less serif-y and fits well with Lato. Also took a pass at cleaning up edge cases in Documents, Diviner, Phriction, Legalpad, and Welcome Screen.
Test Plan: Test Phriction, Diviner, Legalpad, Welcome Screen
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: epriestley, Korvin
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D13439
2015-06-25 18:20:51 +02:00
|
|
|
/**
|
|
|
|
* @provides font-roboto-slab
|
|
|
|
* @requires phui-fontkit-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
2015-07-04 22:16:47 +02:00
|
|
|
font-family: 'Roboto Slab';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
src: url(/rsrc/externals/font/robotoslab/robotoslab-regular.eot);
|
|
|
|
src: url(/rsrc/externals/font/robotoslab/robotoslab-regular.eot?#iefix)
|
|
|
|
format('embedded-opentype'),
|
|
|
|
url(/rsrc/externals/font/robotoslab/robotoslab-regular.woff2)
|
|
|
|
format('woff2'),
|
|
|
|
url(/rsrc/externals/font/robotoslab/robotoslab-regular.woff)
|
|
|
|
format('woff'),
|
|
|
|
url(/rsrc/externals/font/robotoslab/robotoslab-regular.ttf)
|
|
|
|
format('truetype'),
|
|
|
|
url(/rsrc/externals/font/robotoslab/robotoslab-regular.svg#roboto_slabregular)
|
|
|
|
format('svg');
|
|
|
|
|
[Redesign] Swap Slabo for Roboto Slab
Summary: Ref T8099, Moving to Roboto Slab for Document Headers. It's a little less serif-y and fits well with Lato. Also took a pass at cleaning up edge cases in Documents, Diviner, Phriction, Legalpad, and Welcome Screen.
Test Plan: Test Phriction, Diviner, Legalpad, Welcome Screen
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: epriestley, Korvin
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D13439
2015-06-25 18:20:51 +02:00
|
|
|
}
|