981
pakeitimas
SNėra keitimo santraukos |
SNėra keitimo santraukos Žyma: Atmesta |
||
| 12 eilutė: | 12 eilutė: | ||
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap'); | ||
@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'); | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Press+Start+2P&display=swap'); | |||
@font-face { | @font-face { | ||
| 26 eilutė: | 27 eilutė: | ||
body { | body { | ||
font-family: | font-family: Inter, ui-sans-serif, system-ui, sans-serif !important; | ||
font-size: 15px; | |||
line-height: 1.6; | |||
} | |||
h1, h2 { | |||
font-family: 'Press Start 2P', cursive !important; | |||
} | |||
.mw-body-content { | |||
max-width: 850px; | |||
margin: auto; | |||
} | } | ||