Add fonts/open-sans folder

l couldn’t create fonts/open-sans folder follow its leacher . The slash sigh is reversed. why ? So how can fix it to properly create fonts/open-sans in css folder ?

Hi if your on vscode you can right-click on the css folder and select ‘new folder’ and name this ‘fonts’ then right click on the ‘fonts’ folder and create another folder in there called ‘open-sans’.

Windows uses mainly backslashes for its file path system but also supports forward slashes. So you can replace a backslash with a forward slash in some contexts and it will work the same