Skip to content

Commit

Permalink
Ensure fonts are applied to Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 20, 2025
1 parent 5283dab commit d9a35fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions panel/dist/css/notifications.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.notyf__message {
font-family: var(--bokeh-base-font);
}

.notyf__ripple {
height: calc(100% * 2.75);
}
2 changes: 1 addition & 1 deletion panel/template/material/material.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--bokeh-base-font: inherit;
--bokeh-base-font: Roboto, sans-serif, Verdana;
--mdc-theme-surface: var(--design-surface-color, var(--panel-surface-color));
--mdc-theme-primary: var(--design-primary-color, var(--panel-primary-color));
--mdc-theme-primary-lightened: color-mix(
Expand Down

0 comments on commit d9a35fd

Please sign in to comment.