mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-06 01:19:24 +01:00
Add extended woff2 files in Source Sans Pro
Summary: Builds a complete font package for browsers that support woff2. Ref T7066 Test Plan: Visit a test page locally with addtional languages. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7066 Differential Revision: https://secure.phabricator.com/D11545
This commit is contained in:
parent
6a0fb7c37f
commit
958e5c6389
4 changed files with 6 additions and 6 deletions
|
@ -111,7 +111,7 @@ return array(
|
|||
'rsrc/css/core/z-index.css' => '40eb7003',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
'rsrc/css/font/font-awesome.css' => '21b0ced7',
|
||||
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
|
||||
'rsrc/css/font/font-source-sans-pro.css' => 'ffe5dda9',
|
||||
'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3',
|
||||
'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82',
|
||||
'rsrc/css/layout/phabricator-hovercard-view.css' => '893f4783',
|
||||
|
@ -526,7 +526,7 @@ return array(
|
|||
'diffusion-source-css' => '66fdf661',
|
||||
'diviner-shared-css' => '38813222',
|
||||
'font-fontawesome' => '21b0ced7',
|
||||
'font-source-sans-pro' => '91d53463',
|
||||
'font-source-sans-pro' => 'ffe5dda9',
|
||||
'global-drag-and-drop-css' => '697324ad',
|
||||
'harbormaster-css' => '49d64eb4',
|
||||
'herald-css' => '826075fa',
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
font-weight: 400;
|
||||
src: local('Source Sans Pro'),
|
||||
local('SourceSansPro-Regular'),
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansPro.woff)
|
||||
format('woff');
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2) format('woff2'),
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansPro.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -18,6 +18,6 @@
|
|||
font-weight: 700;
|
||||
src: local('Source Sans Pro Bold'),
|
||||
local('SourceSansPro-Bold'),
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansProBold.woff)
|
||||
format('woff');
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2) format('woff2'),
|
||||
url(/rsrc/externals/font/sourcesans/SourceSansProBold.woff) format('woff');
|
||||
}
|
||||
|
|
BIN
webroot/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2
vendored
Normal file
BIN
webroot/rsrc/externals/font/sourcesans/SourceSansPro-Bold.woff2
vendored
Normal file
Binary file not shown.
BIN
webroot/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2
vendored
Normal file
BIN
webroot/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue