atom-language-idris icon indicating copy to clipboard operation
atom-language-idris copied to clipboard

REPL doesn't use configured font

Open DjebbZ opened this issue 8 years ago • 2 comments

Hello,

First : thank you for the package ! Really nice to learn Idris with the book "Type-Driven development with Idris".

Second : it may be related to #139, but the panel doesn't use the configured font. I'm using Fira Code for the ligatures.

I tried the following in the Application : open your Stylesheet (styles.less), with strictly no change :

.atom-panel {
  font-size: 20px;
  font-family: "Fira Code";
}

.tool-panel {
  font-size: 20px;
  font-family: "Fira Code";
}

.panel-heading {
  font-size: 20px;
  font-family: "Fira Code";
}

.line-message .preview {
  font-size: 20px;
  font-family: "Fira Code";
}

Using Atom 1.20.1 on Linux and your plugin v0.4.10.

Feel free to close the ticket if you consider it a duplicate of #139 and/or that I am a "help vampire".

DjebbZ avatar Oct 11 '17 12:10 DjebbZ

I have been experimenting a bit with


.idris-panel {
  font-family: firacode-retina
}
 .idris-repl-output {
   font-family: firacode-retina
 }

which seems to go into the right direction (Max OS X, which might explain the "-retina" add on. If you get it working properly, please post your results here.

For the main editor I have been using firacode without the need to adjust anything in the stylesheets, btw.

justjoheinz avatar Oct 14 '17 15:10 justjoheinz

Please this, yes.

peterb12 avatar Dec 24 '18 19:12 peterb12