[breaking change] rebuild style struct (#2021)
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = (fontName, ttf) => {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: '${fontName}';
|
||||
src: url('../icon/${ttf}') format('truetype');
|
||||
src: url('./${ttf}') format('truetype');
|
||||
}
|
||||
`;
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './common/var.css';
|
||||
@import '../style/var';
|
||||
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
Reference in New Issue
Block a user