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