imported>Catweird |
imported>Catweird |
Строка 1647: |
Строка 1647: |
| -webkit-justify-content: left; | | -webkit-justify-content: left; |
| } | | } |
| }
| |
|
| |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
| |
| @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
| |
| @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
| |
|
| |
| text, * {
| |
| font-family: 'Inter', sans-serif;
| |
| font-weight: 500;
| |
| }
| |
|
| |
| h1, h2, h3 {
| |
| font-family: 'Roboto Slab', sans-serif;
| |
| }
| |
|
| |
| h4, h5, h6, p !important {
| |
| font-family: 'Inter', serif;
| |
| font-weight: 500;
| |
| }
| |
|
| |
| pre, code {
| |
| fontFamily: 'Roboto Mono';
| |
| font-family: 'Roboto Mono';
| |
| font-weight: 500;
| |
| } | | } |