Skip to content

Commit

Permalink
Update src/core/server/rendering/views/fonts.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
joshuarrrr committed Jun 29, 2023
1 parent 4d83284 commit b983b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/rendering/views/fonts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const Fonts: FunctionComponent<Props> = ({ url, theme }) => {
],
};

// ToDo [NEW THEME]: Remove these fonts and their files when the theme is released
// ToDo [NEW THEME]: Remove these fonts and their files when the theme is released: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/4301
const interUi: FontFace = {
family: 'Inter UI',
variants: [
Expand Down

0 comments on commit b983b10

Please sign in to comment.