GenericMappingTools / GenericMappingTools/GMT.jl
how to setup a font family and font size for all elements in general
Open
- Dominant language
- Julia
- Stars
- 221
- Forks
- 36
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 17
Description
In Makie, you could do it in
```
fig = Figure(; fontsize = 24, fonts = (; regular= "CMU Serif"))
```
and then all subsequent block will use that.
Or by setting a `theme` with custom attributes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.