issues
search
myquery
/
oreoswap-frontend-public
3
stars
9
forks
source link
Create a separate CSS file for fonts
#34
Closed
Rex739
closed
3 years ago
Rex739
commented
3 years ago
create a _fonts.css file in src/css/config folder
move the imported font from src/css/config/_color.css to the new file
set up the font as :root, then move the font property in _color.css to _fonts.css
import the font file in _config.css
ekomic
commented
3 years ago
Solved