// Self-hosted fonts // Remember to add these also to gutenberg/variables/_font-family.scss // with correct paths // Variable fonts @include variablefont('Inter', '../../fonts/inter-variablefont', 1 999); // Regular fonts // @include font('Inter', '../../fonts/inter-400', 400); // @include font('Inter', '../../fonts/inter-400-italic', 400, italic); // @include font('Inter', '../../fonts/inter-500', 500); // @include font('Inter', '../../fonts/inter-600', 600); // @include font('Inter', '../../fonts/inter-700', 700);