981
pakeitimas
SNėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 13 eilutė: | 13 eilutė: | ||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap'); | ||
/* Main body text */ | |||
font-family: ' | body { | ||
font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important; | |||
line-height: 1.6; | |||
font- | font-size: 16px; | ||
} | } | ||
/* Headings */ | |||
font-family: ' | h1, h2, h3, h4, h5, h6 { | ||
font-family: 'Source Sans 3', 'Atkinson Hyperlegible', Arial, sans-serif !important; | |||
padding-bottom: 8px !important; | |||
font-weight: 600; | |||
} | } | ||
/* Code blocks */ | |||
code, pre { | |||
font-family: 'JetBrains Mono', monospace !important; | font-family: 'JetBrains Mono', monospace !important; | ||
} | } | ||