@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Source Sans Pro Italic Fonts

Summary: Improves Source Sans Pro italics rendering

Test Plan: Tested a Phriction document with normal and bold italics.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11572

+43 -11
+9 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '8815f87d', 10 + 'core.pkg.css' => '024a3170', 11 11 'core.pkg.js' => '65e04767', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '8af45893', ··· 111 111 'rsrc/css/core/z-index.css' => '40eb7003', 112 112 'rsrc/css/diviner/diviner-shared.css' => '38813222', 113 113 'rsrc/css/font/font-awesome.css' => '21b0ced7', 114 - 'rsrc/css/font/font-source-sans-pro.css' => 'ffe5dda9', 114 + 'rsrc/css/font/font-source-sans-pro.css' => 'f5c0ffcb', 115 115 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 116 116 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', 117 117 'rsrc/css/layout/phabricator-hovercard-view.css' => '893f4783', ··· 151 151 'rsrc/css/sprite-gradient.css' => '4bdb98a7', 152 152 'rsrc/css/sprite-login.css' => 'a355d921', 153 153 'rsrc/css/sprite-main-header.css' => '92720ee2', 154 - 'rsrc/css/sprite-menu.css' => '9457345d', 154 + 'rsrc/css/sprite-menu.css' => '5033f9a1', 155 155 'rsrc/css/sprite-projects.css' => 'b0d9e24f', 156 156 'rsrc/css/sprite-tokens.css' => '1706b943', 157 157 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '5fb6fb0e', 158 158 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => 'a653cb11', 159 159 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => '80526fc8', 160 + 'rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff' => 'd09a7d54', 161 + 'rsrc/externals/font/sourcesans/SourceSansPro-It.woff' => '3f21af52', 160 162 'rsrc/externals/font/sourcesans/SourceSansPro.woff' => '3614608c', 161 163 'rsrc/externals/font/sourcesans/SourceSansProBold.woff' => 'cbf46566', 162 164 'rsrc/externals/javelin/core/Event.js' => '85ea0626', ··· 322 324 'rsrc/image/sprite-login-X2.png' => '5ae6de3a', 323 325 'rsrc/image/sprite-login.png' => '07f2c67c', 324 326 'rsrc/image/sprite-main-header.png' => '83521873', 325 - 'rsrc/image/sprite-menu-X2.png' => 'acea7012', 326 - 'rsrc/image/sprite-menu.png' => '24e76f8a', 327 + 'rsrc/image/sprite-menu-X2.png' => '670cb5d7', 328 + 'rsrc/image/sprite-menu.png' => '8c056996', 327 329 'rsrc/image/sprite-projects-X2.png' => '8c91c839', 328 330 'rsrc/image/sprite-projects.png' => 'ef9dc9b5', 329 331 'rsrc/image/sprite-tokens-X2.png' => 'b4776580', ··· 526 528 'diffusion-source-css' => '66fdf661', 527 529 'diviner-shared-css' => '38813222', 528 530 'font-fontawesome' => '21b0ced7', 529 - 'font-source-sans-pro' => 'ffe5dda9', 531 + 'font-source-sans-pro' => 'f5c0ffcb', 530 532 'global-drag-and-drop-css' => '697324ad', 531 533 'harbormaster-css' => '49d64eb4', 532 534 'herald-css' => '826075fa', ··· 816 818 'sprite-gradient-css' => '4bdb98a7', 817 819 'sprite-login-css' => 'a355d921', 818 820 'sprite-main-header-css' => '92720ee2', 819 - 'sprite-menu-css' => '9457345d', 821 + 'sprite-menu-css' => '5033f9a1', 820 822 'sprite-projects-css' => 'b0d9e24f', 821 823 'sprite-tokens-css' => '1706b943', 822 824 'syntax-highlighting-css' => '56c1ba38',
+34 -4
webroot/rsrc/css/font/font-source-sans-pro.css
··· 8 8 font-weight: 400; 9 9 src: local('Source Sans Pro'), 10 10 local('SourceSansPro-Regular'), 11 - url(/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2) format('woff2'), 12 - url(/rsrc/externals/font/sourcesans/SourceSansPro.woff) format('woff'); 11 + url(/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2) 12 + format('woff2'), 13 + url(/rsrc/externals/font/sourcesans/SourceSansPro.woff) 14 + format('woff'); 13 15 } 14 16 15 17 @font-face { ··· 18 20 font-weight: 700; 19 21 src: local('Source Sans Pro Bold'), 20 22 local('SourceSansPro-Bold'), 21 - url(/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2) format('woff2'), 22 - url(/rsrc/externals/font/sourcesans/SourceSansProBold.woff) format('woff'); 23 + url(/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2) 24 + format('woff2'), 25 + url(/rsrc/externals/font/sourcesans/SourceSansProBold.woff) 26 + format('woff'); 27 + } 28 + 29 + @font-face{ 30 + font-family: 'Source Sans Pro'; 31 + font-weight: 400; 32 + font-style: italic; 33 + font-stretch: normal; 34 + src: local('Source Sans Pro It'), 35 + local('SourceSansPro-It'), 36 + url(/rsrc/externals/font/sourcesans/SourceSansPro-It.woff2) 37 + format('woff2'), 38 + url(/rsrc/externals/font/sourcesans/SourceSansPro-It.woff) 39 + format('woff'); 40 + } 41 + 42 + @font-face{ 43 + font-family: 'Source Sans Pro'; 44 + font-weight: 700; 45 + font-style: italic; 46 + font-stretch: normal; 47 + src: local('Source Sans Pro Bold It'), 48 + local('SourceSansPro-BoldIt'), 49 + url(/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff2) 50 + format('woff'), 51 + url(/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff) 52 + format('woff'); 23 53 }
webroot/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/sourcesans/SourceSansPro-BoldIt.woff2

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/sourcesans/SourceSansPro-It.woff

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/sourcesans/SourceSansPro-It.woff2

This is a binary file and will not be displayed.