ant-design/components/date-picker/style
Thibault Derousseaux 43abea3212 Use tabular-nums font variant instead of switching to Tahoma for figures
Using a completely different font for figures leads to inconsistencies: https://github.com/ant-design/ant-design/issues/9422.
Most modern font systems defaults to [tabular figures](https://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures).
One exception to this is Apple's San Francisco which defaults to [proportional figures](http://martiancraft.com/blog/2015/10/san-francisco-part-2/#special-features-numerals).
There is, however, an official and clean way to switch to tabular figures. It's the [`font-variant` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric) that can be set to `tabular-nums`.

This commit removes the "Monospaced Number" font altogether and use `font-variant: tabular-nums` instead where it was used.
It also moves closer to the sans-serif and monospace [system font stacks used by GitHub](http://markdotto.com/2018/02/07/github-system-fonts/).
2018-08-04 11:28:14 +08:00
..
Calendar.less fix style in range select 2018-07-02 19:51:58 +08:00
DecadePanel.less New component styles (#7731) 2017-09-27 22:32:49 +08:00
index.less Feat week picker (#7404) 2017-08-31 20:44:22 +08:00
index.tsx Improve design of RangePicker presets link 2018-07-11 20:09:58 +08:00
MonthPanel.less New component styles (#7731) 2017-09-27 22:32:49 +08:00
MonthPicker.less upgrade rc-calendar dependency to 9.3.0 (#8353) 2017-11-29 11:23:15 +08:00
Picker.less Use tabular-nums font variant instead of switching to Tahoma for figures 2018-08-04 11:28:14 +08:00
RangePicker.less Fix style of RangePicker with preset ranges, close #10986 2018-06-22 12:13:25 +08:00
TimePicker.less Fix TimePanel jump issue of hovering, close #11460 2018-07-29 15:03:35 +08:00
WeekPicker.less New component styles (#7731) 2017-09-27 22:32:49 +08:00
YearPanel.less New component styles (#7731) 2017-09-27 22:32:49 +08:00