Skip to content

Commit

Permalink
Use inter font family in modal dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Feb 5, 2025
1 parent b4d5935 commit a80ee56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modal-dialog-src/modal-dialog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body .swal2-container {
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
font-feature-settings: 'tnum';
}

body::-webkit-scrollbar,
Expand Down

0 comments on commit a80ee56

Please sign in to comment.