-
Notifications
You must be signed in to change notification settings - Fork 2
/
typography-font-families.less
23 lines (20 loc) · 1.54 KB
/
typography-font-families.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
* Typographic font families to choose from.
*/
// Monospace
@fontFamilyCourier: "Courier New", Courier, monospace;
@fontFamilyMonospace: monospace;
// Serif
@fontFamilyCambria: Cambria, Georgia, Times, 'Times New Roman', serif;
@fontFamilyTimes: Times, "Times New Roman", serif;
@fontFamilyTimesNewRoman: "Times New Roman", Times, serif;
@fontFamilyGaramond: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", Times, serif;
// Sans-serif
@fontFamilyHelvetica: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
//@fontFamilyCalibri: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
@fontFamilyCalibri: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
//@fontFamilyCalibri: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
@fontFamilyVerdana: Verdana, Geneva, sans-serif;
@fontFamilyMyriadPro: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
@fontFamilyHelveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
@fontFamilyArial: Arial, sans-serif;