- More descriptive name for design system library - Update all imports and configurations - No functional changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
176 B
SCSS
9 lines
176 B
SCSS
$outfit-font-path: "/fonts/outfit/" !default;
|
|
|
|
|
|
@font-face {
|
|
font-family: 'Outfit';
|
|
src: url("#{$outfit-font-path}Outfit-VariableFont_wght.ttf") format("truetype");
|
|
}
|
|
|