Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imgs #1

Open
swyxio opened this issue Jan 25, 2020 · 5 comments
Open

imgs #1

swyxio opened this issue Jan 25, 2020 · 5 comments

Comments

@swyxio
Copy link
Owner

swyxio commented Jan 25, 2020

sveltezen

@swyxio
Copy link
Owner Author

swyxio commented Jan 25, 2020

sveltezen

@bwaidelich
Copy link

Hi,

if this is about the missing icons inside the editor. Those come from the codicon.ttf font that's shipped with the monaco editor. With

@font-face {
	font-family: "codicon";
	src: url(./codicon.ttf) format("truetype");
}

I got those to work.

But this issue might be about something completely unrelated :)

@swyxio
Copy link
Owner Author

swyxio commented Apr 16, 2020

hey :) no this issue is just more for uploading images to github. BUT i think i also have missing icons - for example for code folding. thanks for the tip, might help still

@bwaidelich
Copy link

this issue is just more for uploading images to github

Ah, I see 🙈 :)

i think i also have missing icons - for example for code folding

Yes, exactly. Styles are all there but the icon font is missing

@swyxio
Copy link
Owner Author

swyxio commented Apr 19, 2020

im probably not gonna get around to fixing this - if you like the project and wanna PR, happy to take it :) but otherwise super appreciate the pointer, as Im a monaco newbie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants