mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
style updates
- logo - primary colors - text changes
This commit is contained in:
parent
5d74e86222
commit
6136406506
30 changed files with 31066 additions and 6214 deletions
|
|
@ -1,8 +1,31 @@
|
|||
@font-face {
|
||||
font-family: Helvetica Neue Medium;
|
||||
src: url('fonts/helveticaneue/HelveticaNeue Medium.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Helvetica Neue Light;
|
||||
src: url('fonts/helveticaneue/HelveticaNeue Light.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Helvetica Neue Thin;
|
||||
src: url('fonts/helveticaneue/HelveticaNeue Thin.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Helvetica Neue;
|
||||
src: url('fonts/helveticaneue/HelveticaNeue.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Cherolina;
|
||||
src: url('fonts/cherolina/Cherolina.ttf');
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
|
||||
Ubuntu, Cantrell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol';
|
||||
font-family: Helvetica Neue Medium, Arial, sans-serif;
|
||||
font-weight: 400;
|
||||
line-height: 1.8;
|
||||
padding: 0;
|
||||
|
|
@ -52,11 +75,6 @@ body {
|
|||
'Noto Sans Hebrew', sans-serif !important;
|
||||
}
|
||||
|
||||
.he-IL {
|
||||
display: inline-block;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue