Skip to content

Commit 41ea90c

Browse files
committed
Add Glyphicons Halflings Font and Examples
Summary: This adds in the Glyphicons Halflings Font/Iconset as an option for PHUIIconView along with a standard set of 10 colors. This will be a replacement for the standard action icon set in upcoming diffs, as well as obviously give us more flexibility, less KB, and less design resource time managing images. Test Plan: UIExamples, Diviner Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8798
1 parent 95a405d commit 41ea90c

File tree

15 files changed

+1052
-91
lines changed

15 files changed

+1052
-91
lines changed

resources/celerity/map.php

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,14 @@
109109
'rsrc/css/application/slowvote/slowvote.css' => '266df6a1',
110110
'rsrc/css/application/subscriptions/subscribers-list.css' => '5bb30c78',
111111
'rsrc/css/application/tokens/tokens.css' => '5f7bca25',
112-
'rsrc/css/application/uiexample/example.css' => '4741b891',
112+
'rsrc/css/application/uiexample/example.css' => 'aa291bae',
113113
'rsrc/css/core/core.css' => 'da26ddb2',
114114
'rsrc/css/core/remarkup.css' => '0923dbd6',
115115
'rsrc/css/core/syntax.css' => '3c18c1cb',
116116
'rsrc/css/core/z-index.css' => '0d89d53c',
117117
'rsrc/css/diviner/diviner-shared.css' => '38813222',
118-
'rsrc/css/font/font-source-sans-pro.css' => '225851dd',
118+
'rsrc/css/font/font-glyphicons-halflings.css' => '87018f55',
119+
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
119120
'rsrc/css/layout/phabricator-action-header-view.css' => 'c14dfc57',
120121
'rsrc/css/layout/phabricator-action-list-view.css' => '81383e25',
121122
'rsrc/css/layout/phabricator-crumbs-view.css' => '2d9db584',
@@ -167,8 +168,11 @@
167168
'rsrc/css/sprite-projects.css' => '7578fa56',
168169
'rsrc/css/sprite-status.css' => '8bce1c97',
169170
'rsrc/css/sprite-tokens.css' => '1706b943',
170-
'rsrc/externals/font/SourceSansPro.woff' => '44e50175',
171-
'rsrc/externals/font/SourceSansProBold.woff' => '8799f025',
171+
'rsrc/externals/font/glyphicons/glyphicons-halflings-regular.eot' => '282d455e',
172+
'rsrc/externals/font/glyphicons/glyphicons-halflings-regular.ttf' => 'b7c56991',
173+
'rsrc/externals/font/glyphicons/glyphicons-halflings-regular.woff' => 'bac768cd',
174+
'rsrc/externals/font/sourcesans/SourceSansPro.woff' => '3614608c',
175+
'rsrc/externals/font/sourcesans/SourceSansProBold.woff' => 'cbf46566',
172176
'rsrc/externals/javelin/core/Event.js' => '79473b62',
173177
'rsrc/externals/javelin/core/Stratcom.js' => 'c293f7b9',
174178
'rsrc/externals/javelin/core/__tests__/event-stop-and-kill.js' => '717554e4',
@@ -518,7 +522,8 @@
518522
'diffusion-icons-css' => '384a0f7d',
519523
'diffusion-source-css' => '66fdf661',
520524
'diviner-shared-css' => '38813222',
521-
'font-source-sans-pro' => '225851dd',
525+
'font-glyphicons-halflings' => '87018f55',
526+
'font-source-sans-pro' => '91d53463',
522527
'global-drag-and-drop-css' => '697324ad',
523528
'harbormaster-css' => 'cec833b7',
524529
'herald-css' => '59d48f01',
@@ -718,7 +723,7 @@
718723
'phabricator-textareautils' => 'b3ec3cfc',
719724
'phabricator-tooltip' => '3915d490',
720725
'phabricator-transaction-view-css' => 'ce491938',
721-
'phabricator-ui-example-css' => '4741b891',
726+
'phabricator-ui-example-css' => 'aa291bae',
722727
'phabricator-uiexample-javelin-view' => 'd4a14807',
723728
'phabricator-uiexample-reactor-button' => '44524435',
724729
'phabricator-uiexample-reactor-checkbox' => '7ba325ee',

0 commit comments

Comments
 (0)