Skip to content

Commit

Permalink
Fix example typeface example in init
Browse files Browse the repository at this point in the history
  • Loading branch information
ingebretsen committed Oct 24, 2023
1 parent 4ef3461 commit 21584c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
/// // local font
/// circular:
/// (
/// (src: '../assets/fonts/circular', weight: 500, style: normal),
/// (src: '../assets/fonts/circular', weight: 500, style: normal)
/// (src: '../assets/fonts/circular', weight: 400, style: normal, exts: woff2 woff ttf),
/// (src: '../assets/fonts/circular-bold', weight: 700, style: normal, exts: woff2 woff ttf)
/// )
/// ));
/// ```
Expand Down

0 comments on commit 21584c1

Please sign in to comment.