1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/font/font-oswald.css
Chad Little 8fca881093 [Redesign] Move headers to Oswald font
Summary: Ref T8099, I want to live with this for a few weeks. I've grow to like that it gives more distinction to ObjectBox Headers and fits very nicely as headers in DocumentView. Even if we don't use them for all headers, Documents are much nicer to me at least with a more visually impactful font (Source Sans doesn't make a great header).

Test Plan:
Review dashboards, objects, Diviner, Phriction, Legalpad, and misc other pages.

{F466410}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D13127
2015-06-03 10:23:28 -07:00

32 lines
865 B
CSS

/**
* @provides font-oswald
* @requires phui-fontkit-css
*/
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald'),
local('Oswald-Regular'),
url(/rsrc/externals/font/oswald/Oswald-Regular.woff2)
format('woff2'),
url(/rsrc/externals/font/oswald/Oswald-Regular.woff)
format('woff'),
url(/rsrc/externals/font/oswald/Oswald-Regular.eot)
format('embedded-opentype');
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: local('Oswald'),
local('Oswald-Light'),
url(/rsrc/externals/font/oswald/Oswald-Light.woff2)
format('woff2'),
url(/rsrc/externals/font/oswald/Oswald-Light.woff)
format('woff'),
url(/rsrc/externals/font/oswald/Oswald-Light.eot)
format('embedded-opentype');
}