kencrocken / FiraCodeiScript

Mashup Font of FiraCode and Script12
1.37k stars 177 forks source link

Don't work under linux. #2

Closed Jeremi360 closed 6 years ago

Jeremi360 commented 6 years ago

On Ubuntu 16.04 Fira Code iScript Italic looks the same like base Fira Code Italic :( image

kencrocken commented 6 years ago

Sorry about the trouble.

Make sure all three font files are installed on your system - you may need to reboot after installing.

Maybe one of the ideas in this link will help, https://askubuntu.com/questions/3697/how-do-i-install-fonts

Jeremi360 commented 6 years ago

I install every thing right:

fc-list | grep "Fira Code iScript"
/home/jeremi360/.fonts/Library/F/FiraCodeiScript-Regular.ttf: Fira Code iScript:style=Regular
/home/jeremi360/.fonts/Library/F/FiraCodeiScript-Italic.ttf: Fira Code iScript:style=Italic
/home/jeremi360/.fonts/Library/F/FiraCodeiScript-Bold.ttf: Fira Code iScript:style=Bold
Jeremi360 commented 6 years ago

Close by accident.

andys8 commented 6 years ago

Are you still having trouble? I'm using the font for quite a time with vs code and 16.04.

kencrocken commented 6 years ago

@andys8 That's great ... I saw some instructions in the original ideas thread where the individual laid out the details and got it working in linux - were you able to get this repo working in Linux?

andys8 commented 6 years ago

First off all, let's clarify: This is how it looks on my machine and how it should look, right? image

kencrocken commented 6 years ago

@andys8 Looks good to me ..

andys8 commented 6 years ago

I tried different themes. They behave differently in case which parts are italic and which aren't, but it works. Tested it with "Material Palenight", too.

The fonts are installed in a different folder. The machine I'm using now is Linux Mint.

fc-list | grep "Fira Code iScript"
/home/as/.local/share/fonts/FiraCodeiScript-Italic.ttf: Fira Code iScript:style=Italic
/home/as/.local/share/fonts/FiraCodeiScript-Bold.ttf: Fira Code iScript:style=Bold
/home/as/.local/share/fonts/FiraCodeiScript-Regular.ttf: Fira Code iScript:style=Regular
kencrocken commented 6 years ago

@andys8 Thanks! I'll close this for now ...