1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-28 23:48:19 +01:00
phorge-phorge/webroot/rsrc/css/font/font-lato.css
Chad Little 5457135951 [Redesign] Full Lato font kit
Summary: Ref T8755, Adds full fallback support for Lato, the default Phabricator font and champion of Azeroth.

Test Plan: Verify fonts are being used everywhere as expected.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8755

Differential Revision: https://secure.phabricator.com/D13553
2015-07-04 14:30:18 -07:00

72 lines
2.4 KiB
CSS

/**
* @provides font-lato
* @requires phui-fontkit-css
*/
@font-face {
font-family: 'Lato';
font-weight: 700;
font-style: italic;
src: url(/rsrc/externals/font/lato/lato-bolditalic.eot);
src: url(/rsrc/externals/font/lato/lato-bolditalic.eot?#iefix)
format('embedded-opentype'),
url(/rsrc/externals/font/lato/lato-bolditalic.woff2)
format('woff2'),
url(/rsrc/externals/font/lato/lato-bolditalic.woff)
format('woff'),
url(/rsrc/externals/font/lato/lato-bolditalic.ttf)
format('truetype'),
url(/rsrc/externals/font/lato/lato-bolditalic.svg#latobold_italic)
format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 700;
font-style: normal;
src: url(/rsrc/externals/font/lato/lato-bold.eot);
src: url(/rsrc/externals/font/lato/lato-bold.eot?#iefix)
format('embedded-opentype'),
url(/rsrc/externals/font/lato/lato-bold.woff2)
format('woff2'),
url(/rsrc/externals/font/lato/lato-bold.woff)
format('woff'),
url(/rsrc/externals/font/lato/lato-bold.ttf)
format('truetype'),
url(/rsrc/externals/font/lato/lato-bold.svg#latobold)
format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 400;
font-style: italic;
src: url(/rsrc/externals/font/lato/lato-italic.eot);
src: url(/rsrc/externals/font/lato/lato-italic.eot?#iefix)
format('embedded-opentype'),
url(/rsrc/externals/font/lato/lato-italic.woff2)
format('woff2'),
url(/rsrc/externals/font/lato/lato-italic.woff)
format('woff'),
url(/rsrc/externals/font/lato/lato-italic.ttf)
format('truetype'),
url(/rsrc/externals/font/lato/lato-italic.svg#latoitalic)
format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 400;
font-style: normal;
src: url(/rsrc/externals/font/lato/lato-regular.eot);
src: url(/rsrc/externals/font/lato/lato-regular.eot?#iefix)
format('embedded-opentype'),
url(/rsrc/externals/font/lato/lato-regular.woff2)
format('woff2'),
url(/rsrc/externals/font/lato/lato-regular.woff)
format('woff'),
url(/rsrc/externals/font/lato/lato-regular.ttf)
format('truetype'),
url(/rsrc/externals/font/lato/lato-regular.svg#latoregular)
format('svg');
}