mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
[Redesign] Rebuild Roboto Slab
Summary: Ref T8755. Hunting down some display issues with the fonts on certain computers (Ubuntu, Windows, Chrome Mobile). Hopefully having the full font fallback tree will resolve the issues. Test Plan: Review Phriction on my Mac, no distinguishable difference. Will test Ubuntu after it lands. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8755 Differential Revision: https://secure.phabricator.com/D13552
This commit is contained in:
parent
fe4bcde59e
commit
4c7208cfa9
9 changed files with 8214 additions and 14 deletions
|
@ -114,7 +114,7 @@ return array(
|
|||
'rsrc/css/diviner/diviner-shared.css' => '5a337049',
|
||||
'rsrc/css/font/font-awesome.css' => 'e2e712fe',
|
||||
'rsrc/css/font/font-lato.css' => '564bfc7a',
|
||||
'rsrc/css/font/font-roboto-slab.css' => 'cda88637',
|
||||
'rsrc/css/font/font-roboto-slab.css' => 'f24a53cb',
|
||||
'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3',
|
||||
'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82',
|
||||
'rsrc/css/layout/phabricator-hovercard-view.css' => '3a8553e7',
|
||||
|
@ -170,8 +170,10 @@ return array(
|
|||
'rsrc/externals/font/lato/Lato-italic.woff2' => '2cc75b43',
|
||||
'rsrc/externals/font/lato/Lato-regular.woff' => 'c139f3a4',
|
||||
'rsrc/externals/font/lato/Lato-regular.woff2' => 'e3488ae9',
|
||||
'rsrc/externals/font/robotoslab/RobotoSlab.woff' => '706dd595',
|
||||
'rsrc/externals/font/robotoslab/RobotoSlab.woff2' => '94a26562',
|
||||
'rsrc/externals/font/robotoslab/robotoslab-regular.eot' => 'eaefe21c',
|
||||
'rsrc/externals/font/robotoslab/robotoslab-regular.ttf' => '4bfef7d5',
|
||||
'rsrc/externals/font/robotoslab/robotoslab-regular.woff' => '7f0552f9',
|
||||
'rsrc/externals/font/robotoslab/robotoslab-regular.woff2' => '23bdd43c',
|
||||
'rsrc/externals/javelin/core/Event.js' => '85ea0626',
|
||||
'rsrc/externals/javelin/core/Stratcom.js' => '6c53634d',
|
||||
'rsrc/externals/javelin/core/__tests__/event-stop-and-kill.js' => '717554e4',
|
||||
|
@ -523,7 +525,7 @@ return array(
|
|||
'diviner-shared-css' => '5a337049',
|
||||
'font-fontawesome' => 'e2e712fe',
|
||||
'font-lato' => '564bfc7a',
|
||||
'font-roboto-slab' => 'cda88637',
|
||||
'font-roboto-slab' => 'f24a53cb',
|
||||
'global-drag-and-drop-css' => '697324ad',
|
||||
'harbormaster-css' => '49d64eb4',
|
||||
'herald-css' => '826075fa',
|
||||
|
@ -1785,9 +1787,6 @@ return array(
|
|||
'javelin-util',
|
||||
'phabricator-notification-css',
|
||||
),
|
||||
'cda88637' => array(
|
||||
'phui-fontkit-css',
|
||||
),
|
||||
'cf86d16a' => array(
|
||||
'javelin-behavior',
|
||||
'javelin-dom',
|
||||
|
@ -1949,6 +1948,9 @@ return array(
|
|||
'javelin-install',
|
||||
'javelin-util',
|
||||
),
|
||||
'f24a53cb' => array(
|
||||
'phui-fontkit-css',
|
||||
),
|
||||
'f36e01af' => array(
|
||||
'javelin-behavior',
|
||||
'javelin-behavior-device',
|
||||
|
|
|
@ -4,11 +4,19 @@
|
|||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Slab';
|
||||
font-style: normal;
|
||||
src: local('RobotoSlab'),
|
||||
url(/rsrc/externals/font/robotoslab/RobotoSlab.woff2)
|
||||
format('woff2'),
|
||||
url(/rsrc/externals/font/robotoslab/RobotoSlab.woff)
|
||||
format('woff');
|
||||
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');
|
||||
|
||||
}
|
||||
|
|
0
webroot/rsrc/externals/font/robotoslab/LICENSE.txt
vendored
Normal file → Executable file
0
webroot/rsrc/externals/font/robotoslab/LICENSE.txt
vendored
Normal file → Executable file
Binary file not shown.
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.eot
vendored
Normal file
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.eot
vendored
Normal file
Binary file not shown.
8190
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.svg
vendored
Normal file
8190
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.svg
vendored
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 656 KiB |
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.ttf
vendored
Normal file
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.ttf
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.woff2
vendored
Normal file
BIN
webroot/rsrc/externals/font/robotoslab/robotoslab-regular.woff2
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue