diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2023-01-07 20:15:49 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2023-01-07 20:15:49 +0200 |
commit | a23f08d5c33da938c758728bda20c79a57c76ab9 (patch) | |
tree | 06d6da58518327e3cd78591af4af39bad6e52b29 /lehed/rollid/styles.css | |
parent | 2963d358fecd49fd9b140c4df1fea7de04cb5757 (diff) |
Tsark, rolliValik, Map update
Diffstat (limited to 'lehed/rollid/styles.css')
-rw-r--r-- | lehed/rollid/styles.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lehed/rollid/styles.css b/lehed/rollid/styles.css index 5240092..2885825 100644 --- a/lehed/rollid/styles.css +++ b/lehed/rollid/styles.css @@ -1,3 +1,8 @@ +@font-face { + font-family: 'fontUno'; + src: url('fonts/FirstSchool.ttf'); +} + body{ font-family: 'Cormorant SC', serif !important; } @@ -5,4 +10,17 @@ body{ button{ color: black !important; font-weight: bold !important; -}
\ No newline at end of file + font-size: 1.2rem !important; +} + +p, h2, button { + font-family: 'fontUno' !important; +} + +video { + float: right; + width: 50%; + border-radius: 20px; + margin-left: 20px; + margin-bottom: 20px; +} |