mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
Matej Focko
7efd5e294b
• Use Iosevka as a default font (with few reasonable fallbacks) • Introduce a „steam machine“ for regenerating graphviz files · Use same monospace fonts for graphviz too Signed-off-by: Matej Focko <mfocko@redhat.com>
17 lines
No EOL
114 B
Text
17 lines
No EOL
114 B
Text
graph {
|
|
a -- c
|
|
a -- e
|
|
|
|
c -- i
|
|
c -- b
|
|
|
|
e -- j
|
|
|
|
i -- d
|
|
|
|
b -- h
|
|
|
|
d -- h
|
|
|
|
h -- j
|
|
} |