Answer the question
In order to leave comments, you need to log in
Why do fonts stack in the root of dist/name_project?
Directory structure
In the file:
src/assets/fonts/fonts.css I include
fonts:
@font-face {
font-family: 'SF UI Text';
src: url('SanFrancisco/SFUIText-HeavyItalic.eot');
src: local('SF UI Text Heavy Italic'), local('SFUIText-HeavyItalic'),
url('SanFrancisco/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
url('SanFrancisco/SFUIText-HeavyItalic.woff') format('woff'),
url('SanFrancisco/SFUIText-HeavyItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question