Questions tagged [font]
34 questions
0
votes
2 answers
bash_profile white font bold to normal
# my .bash_profile
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
YELLOW="\[\033[0;33m\]"
WHITE="\[\033[1;37m\]"
PS1="\w$YELLOW \$(parse_git_branch)$WHITE\$ "
for some reason the…

tester
- 565
- 8
- 18
0
votes
1 answer
Mac Fonts stored on Ext (Linux File System)
I currently have a PowerPC g5 running Mac OSx. I've network shared one of the external hard drives (which is mac formatted, hfs+ journalled i believe).
I'm now upgrading this to an ubuntu computer, and I want to ditch that external hard drive and…

Jason
- 361
- 7
- 19
0
votes
1 answer
Remote Desktop - Font Size
I hope this is a right group for posting this question. I have Azure VM- Win 2008-R2. When I remote to the Font size is too small. Unfortunately the option to change this has been grayed out and I can't change the size.
Is there a way of changing…

Ardeshir
- 11
- 2
-1
votes
1 answer
How to change the default window font in Windows Server 2016
The Tahoma font that was used for many versions of Windows worked very well. It used to be a snap to change the fonts used.
Setting up my first Server 2016 for a customer today, my eyes hurt from trying to read the default font "Segoe UI". It…

JayRO-GreyBeard
- 17
- 1
- 4