Skip to content

Commit

Permalink
Add seperate futura font stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Dec 12, 2023
1 parent 30250de commit e74b4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ $didone: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P0
// Sans-serif font stacks.
$ui-sans-serif: ui-sans-serif, system-ui, sans-serif;
$humanist: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
$geometric: Futura, Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
$geometric: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
$classical: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
$neo: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
$industrial: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
$futura: Futura, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;

// Rounded Sans-serif font stacks.
$ui-rounded: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
Expand Down

0 comments on commit e74b4f9

Please sign in to comment.