optimise fonts
fonts are now loaded in a hierarchy: - title: smallest, loads first, "riki's fluffy little house" characters only - crit: loads next, contains ASCII + some other stuff, in weights 400-900 (for body text and headings) - full: loads last, contains everything (italics & monospace too)
This commit is contained in:
parent
6b707587ef
commit
2de872e664
15 changed files with 122 additions and 21 deletions
27
content/treehouse/dev/fonts.dj
Normal file
27
content/treehouse/dev/fonts.dj
Normal file
|
@ -0,0 +1,27 @@
|
|||
title = "Font set testing page"
|
||||
|
||||
+++
|
||||
|
||||
If all the characters appear in Recursive, all's right with the world.
|
||||
|
||||
≠²³¢€½§·«»–¸
|
||||
πœę©ß←↓→óþ¨~
|
||||
ąśðæŋ’ə…ł´^
|
||||
żźć„”ńµ≤≥ḷ
|
||||
|
||||
*bold text*
|
||||
|
||||
_italic text_
|
||||
|
||||
```cpp
|
||||
// This is a bit of code.
|
||||
int main(void) { return 0; }
|
||||
```
|
||||
|
||||
# Heading 1
|
||||
|
||||
## Heading 2
|
||||
|
||||
### Heading 3
|
||||
|
||||
#### Heading 4
|
Loading…
Add table
Add a link
Reference in a new issue