diff options
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; +} |