tweb/src/scss/components/_typography.scss
morethanwords 4c07c5ee6c Voice recorder check support
Delay for open cached chat
2020-06-06 13:53:23 +03:00

18 lines
229 B
SCSS

a {
text-decoration: none;
}
html {
line-height: 1.5;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
}
// Text Styles
em { font-style: italic; }
strong { font-weight: 500; }
small { font-size: 75%; }