Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed Apr 18, 2023
1 parent e8c959a commit db59f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/src/interfaces/input-rich-text-html/tinymce-overrides.css
Expand Up @@ -31,7 +31,7 @@
margin-top: 4px;
color: var(--foreground-normal);
font-size: 24px;
font-family: 'Material Icons';
font-family: 'Material Symbols';
content: 'format_bold';
font-feature-settings: 'liga';
}
Expand All @@ -45,7 +45,7 @@
margin-top: 4px;
color: var(--foreground-normal);
font-size: 24px;
font-family: 'Material Icons';
font-family: 'Material Symbols';
content: 'format_italic';
font-feature-settings: 'liga';
}
Expand All @@ -59,7 +59,7 @@
margin-top: 4px;
color: var(--foreground-normal);
font-size: 24px;
font-family: 'Material Icons';
font-family: 'Material Symbols';
content: 'format_underlined';
font-feature-settings: 'liga';
}
Expand All @@ -73,7 +73,7 @@
margin-top: 4px;
color: var(--foreground-normal);
font-size: 24px;
font-family: 'Material Icons';
font-family: 'Material Symbols';
content: 'insert_link';
font-feature-settings: 'liga';
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/styles/lib/_mapbox.scss
Expand Up @@ -43,7 +43,7 @@
display: flex;
justify-content: center;
font-size: 24px;
font-family: 'Material Icons Outline', sans-serif;
font-family: 'Material Symbols', sans-serif;
font-style: normal;
font-variant: normal;
text-rendering: auto;
Expand Down

0 comments on commit db59f08

Please sign in to comment.