Skip to content

Commit

Permalink
Update index.zh-hant.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 27, 2023
1 parent ff6cc4c commit eb83d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/look-and-feel/index.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $palette-blue: darkblue;
首先,我們導入字體,然後在 `assets/main/scss/_custom.scss` 覆蓋 `body-font-family` 變量:

```scss {title="assets/main/scss/_custom.scss"}
@import 'https://fonts.googleapis.com/css2?family=Roboto&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root {
--#{$prefix}body-font-family: 'Roboto', sans-serif;
}
Expand Down

0 comments on commit eb83d85

Please sign in to comment.