Move font files outside sass folder
This commit is contained in:
parent
f9d49db12a
commit
a99e3c1980
14 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
@import './lib/index';
|
@import './lib/index';
|
||||||
@import './partials/index';
|
@import './partials/index';
|
||||||
@import './fonts/index';
|
|
||||||
@import './components/index';
|
@import './components/index';
|
||||||
@import './elements/index';
|
@import './elements/index';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Rubik;
|
font-family: Rubik;
|
||||||
src: url('./fonts/Rubik-Regular.ttf');
|
src: url('../assets/fonts/Rubik-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Rubik;
|
font-family: Rubik;
|
||||||
src: url('./fonts/Rubik-Bold.ttf');
|
src: url('../assets/fonts/Rubik-Bold.ttf');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
@import './colors';
|
@import './colors';
|
||||||
|
@import './fonts';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue