atom-term icon indicating copy to clipboard operation
atom-term copied to clipboard

How to change the font and font size?

Open ycdesu opened this issue 10 years ago • 6 comments

I'm using mac OS X mavericks. There's no configurations for font and font size. How do I configure them? thanks

ycdesu avatar May 07 '14 09:05 ycdesu

@tjmehta. IMHO it will be very good to get this in a configuration, just for now. What do you think? When I get some time, maybe I open a PR to it.

kelvinst avatar May 07 '14 20:05 kelvinst

Sounds like a good idea! Would love a PR, will look into it when I get some free time— Typed using my thumbs..

On Wed, May 7, 2014 at 1:34 PM, Kelvin Raffael Stinghen [email protected] wrote:

@tjmehta. IMHO it will be very good to get this in a configuration, just for now. What do you think? When I get some time, maybe I open a PR to it.

Reply to this email directly or view it on GitHub: https://github.com/tjmehta/atom-term/issues/8#issuecomment-42479577

tjmehta avatar May 07 '14 21:05 tjmehta

I want this too. For now, maybe fork the repo and modify some code somewhere? Point us in the right direction? EDIT: Ahh, https://github.com/tjmehta/atom-term/blob/master/stylesheets/term.less.

davenotik avatar May 16 '14 22:05 davenotik

FYI, here's an example that I found in term.js that was a good baseline for tweaking my term.less file:

.terminal {
  float: left;
  border: #000 solid 5px;
  font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
  font-size: 11px;
  color: #f0f0f0;
  background: #000;
}
.terminal-cursor {
  color: #000;
  background: #f0f0f0;
}

KylePDavis avatar Aug 04 '14 18:08 KylePDavis

Thanks for the information. I have now tweaked the fonts and font size to my liking.

marktyers avatar Aug 18 '15 12:08 marktyers

I am open to PRs and adding contributors. 

I unfortunately am not currently using atom

actively.

—@tjmehta Typed using my thumbs..

On Tue, Aug 18, 2015 at 8:32 AM, Mark Tyers [email protected] wrote:

Thanks for the information. I have now tweaked the fonts and font size to my liking.

Reply to this email directly or view it on GitHub: https://github.com/tjmehta/atom-term/issues/8#issuecomment-132193293

tjmehta avatar Aug 18 '15 15:08 tjmehta