Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing font #118

Closed
wwitekk opened this issue Aug 20, 2019 · 0 comments
Closed

Missing font #118

wwitekk opened this issue Aug 20, 2019 · 0 comments

Comments

@wwitekk
Copy link

wwitekk commented Aug 20, 2019

Hi,
Today I did:
npm install "@vf-alchemy/vattenfall-design-system"

so I am using "@vf-alchemy/vattenfall-design-system": "^7.12.4",

In file \node_modules@vf-alchemy\vattenfall-design-system\scss_fonts.scss

there is declaration:
@font-face {
font-family: 'vf-icons';
src: url($fontPath + '/vf-icons.eot?o2vgyw');
src: url($fontPath + '/vf-icons.eot?o2vgyw#iefix') format('embedded-opentype'),
url($fontPath + '/vf-icons.ttf?o2vgyw') format('truetype'),
url($fontPath + '/vf-icons.woff?o2vgyw') format('woff'),
url($fontPath + '/vf-icons.svg?o2vgywd#vf-icons') format('svg');
font-weight: normal;
font-style: normal;
}

but in folder: \node_modules@vf-alchemy\vattenfall-design-system\dist\fonts

the 'vf-icons.eot' is missing.

Can you remove the @font-face declaration or add the font?

Witold

@wwitekk wwitekk closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant