Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-codefonts
Some popular fonts for coding
https://github.com/astares/pharo-codefonts
Last synced: about 1 month ago
JSON representation
Some popular fonts for coding
- Host: GitHub
- URL: https://github.com/astares/pharo-codefonts
- Owner: astares
- License: mit
- Created: 2020-10-26T19:08:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T01:35:14.000Z (about 2 years ago)
- Last Synced: 2024-10-31T06:41:52.391Z (3 months ago)
- Language: Smalltalk
- Size: 3.65 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-CodeFonts
Some popular fonts for coding as embedded font for use in [Pharo](http://www.pharo.org) images- [https://github.com/JetBrains/JetBrainsMono](https://github.com/JetBrains/JetBrainsMono)
- [https://github.com/source-foundry/Hack](https://github.com/source-foundry/Hack)[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)## Quick start
### Installation
```Smalltalk
Metacello new
baseline:'CodeFonts';
repository: 'github://astares/Pharo-CodeFonts:main/src';
load
```then open the settings browser
```Smalltalk
SettingBrowser open
```
and select a new code font under *Standard fonts*.If you want to set the font manually you can use:
```Smalltalk
StandardFonts codeFont: (LogicalFont familyName: 'Hack' pointSize: 10)
```or
```Smalltalk
StandardFonts codeFont: (LogicalFont familyName: 'JetBrains Mono' pointSize: 10)
```# Font License
Please respect the font license of each font. Font license is additionally mentioned in class comments of the font description classes