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 #2349

Task: 3269724
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
  • Loading branch information
rrahir committed Apr 14, 2023
1 parent 1217b27 commit 4e18d1c
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 @@ -9,7 +9,8 @@ body {
height: 100%;
margin: 0px;
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 {
width: 100%;
Expand Down

0 comments on commit 4e18d1c

Please sign in to comment.