Skip to content

Commit

Permalink
[FIX] demo: Align font family with Odoo
Browse files Browse the repository at this point in the history
Odoo has recently been supporting emoji fonts and characters, which
highlighted a misused of said characters in our library. This commit,
while not being a robust solution, will allow us to detect such issues
more easily.

closes #2358

Task: 3269724
X-original-commit: ea72f14
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Apr 14, 2023
1 parent 49a5ee0 commit f20b7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu,
"Noto Sans", Arial, sans-serif !important;
"Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji" !important;
}
.o-spreadsheet {
height: 100%;
Expand Down

0 comments on commit f20b7be

Please sign in to comment.