Skip to content

Commit

Permalink
Relocation of Font style reference to parent-file which also follows …
Browse files Browse the repository at this point in the history
…conventions
  • Loading branch information
hujambo-dunia committed Aug 8, 2023
1 parent 13a3c36 commit 0fd3df4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion client/src/entry/analysis/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,5 @@ export default {
</script>
<style lang="scss">
@import "@fontsource/atkinson-hyperlegible/700.css";
@import "custom_theme_variables.scss";
</style>
1 change: 1 addition & 0 deletions client/src/onload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "./publicPath";

// Default Font
import "@fontsource/atkinson-hyperlegible";
import "@fontsource/atkinson-hyperlegible/700.css";

import { overrideProductionConsole } from "./console";

Expand Down

0 comments on commit 0fd3df4

Please sign in to comment.