devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
61 lines (51 loc) • 1.14 kB
text/less
/**
* DevExtreme (widgets/generic/typography.generic.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-s-font-mixin() {
font-weight: 500;
font-size: @GENERIC_S_FONT_SIZE;
}
.dx-theme-generic-typography {
background-color: @typography-bg;
.dx-base-typography();
h1,
.dx-font-xl {
font-weight: 200;
font-size: @GENERIC_XL_FONT_SIZE;
}
h2,
.dx-font-l {
font-weight: normal;
font-size: @GENERIC_L_FONT_SIZE;
}
h3 {
font-weight: normal;
font-size: @GENERIC_H3_FONT_SIZE;
}
.dx-font-m {
font-weight: normal;
font-size: @GENERIC_M_FONT_SIZE;
}
h4,
.dx-font-s {
.dx-s-font-mixin();
}
h5 {
font-weight: 700;
font-size: @GENERIC_H5_FONT_SIZE;
}
h6,
small,
.dx-font-xs {
font-weight: 800;
font-size: @GENERIC_XS_FONT_SIZE;
}
a {
color: @typography-link-color;
}
}