You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to generate an SCSS file to include it in the rest of my SCSS. The file generation works fine but to paths to the font files are wrong. So I need an option to set the path to the font files for the @font-face URL values. What I want to have is something like that:
googleWebFonts({fontsDir: './dist/fonts',cssDir: './src/scss/fonts',cssFilename: '_google-fonts.scss',fontsUrl: '/fonts',});```to get inside the generated CSS:```css
@font-face{font-family: 'Roboto';font-style: italic;font-weight: 400;font-display: auto;
src: url(/fonts/Roboto-italic-400.woff)format('woff');unicode-range: U+0-10FFFF;}
I know this is not a bug but a feature request. I would appreciate such an option in a future update.
Many thanks and Greetings
Konrad
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to generate an SCSS file to include it in the rest of my SCSS. The file generation works fine but to paths to the font files are wrong. So I need an option to set the path to the font files for the @font-face URL values. What I want to have is something like that:
I know this is not a bug but a feature request. I would appreciate such an option in a future update.
Many thanks and Greetings
Konrad
The text was updated successfully, but these errors were encountered: