981
pakeitimas
SNėra keitimo santraukos |
Nėra keitimo santraukos Žyma: Atmesta |
||
| 1 eilutė: | 1 eilutė: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Inter:wght@300;400;600&display=swap'); | |||
/** | /** | ||
| 111 eilutė: | 112 eilutė: | ||
body { | body { | ||
font-family: 'Inter', sans-serif; | |||
font-size: 15px; | |||
line-height: 1.6; | |||
} | |||
h1, h2, h3, h4, h5 { | |||
font-family: 'Press Start 2P', cursive; | |||
letter-spacing: 1px; | |||
} | } | ||