```metadata
title: 'Example: Included Fonts - Legacy'
description: A list of the fonts available in Homebrewery's Legacy renderer.
tags: ''
systems: []
renderer: legacy
```
```css
.phb {
font-size: 25px;
}
.phb .os {
font-family: 'Open Sans';
}
.phb .cb {
font-family: 'CodeBold';
}
.phb .cl {
font-family: 'CodeLight';
}
.phb .ss {
font-family: 'ScalySans';
}
.phb .bs {
font-family: 'BookSanity';
}
.phb .mj {
font-family: 'MrJeeves';
}
.phb .sb {
font-family: 'Solberry';
}
.phb .sssc {
font-family: 'ScalySansSmallCaps';
}
.phb .la {
font-family: 'Lato';
}
.phb .cr {
font-family: 'Courier';
}
.phb .hv {
font-family: 'Helvetica';
}
.phb .ar {
font-family: 'Arial';
}
```
# Included Fonts
- Open Sans
- CodeBold
- CodeLight
- ScalySans
- BookSanity
- MrJeeves
- Solberry
- ScalySansSmallCaps
- Lato
- Courier
- Helvetica
- Arial