Skip to content

Commit

Permalink
Reference added to apply the Bold/700 font-weight for Atkinson-Hyperl…
Browse files Browse the repository at this point in the history
…egible to website
  • Loading branch information
hujambo-dunia committed Aug 6, 2023
1 parent 4868e59 commit 30983d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions client/src/components/Masthead/Masthead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ onMounted(() => {

<style scoped lang="scss">
@import "theme/blue.scss";
@import "@fontsource/atkinson-hyperlegible/700.css";
#masthead {
padding: 0;
Expand Down
4 changes: 0 additions & 4 deletions client/src/style/scss/base.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
* {
-webkit-font-smoothing: antialiased;
}

// Bootstrap variables and core framework
@import "~bootstrap/scss/_functions.scss";
@import "theme/blue.scss";
Expand Down

0 comments on commit 30983d5

Please sign in to comment.