Skip to content

Commit

Permalink
force JuliaMono font
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jan 21, 2021
1 parent af08383 commit 35ffa33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ You can also clone the repostiory and open the notebooks in [docs/src](https://g
* _(recommended)_ FFTW.jl built with [`JULIA_FFTW_PROVIDER=MKL`](https://juliamath.github.io/FFTW.jl/stable/#Installation-1) for faster CPU FFTs
* _(recommended)_ Python 3 + matplotlib (used for plotting)
* _(recommended)_ [pycamb](https://github.com/cmbant/CAMB) to generate $C_\ell$'s
* _(recommended)_ [JuliaMono](https://github.com/cormullion/juliamono/releases) font to ensure characters like `f̃, ϕ, ∇, ℓ`, etc... are rendered correctly
* _(optional)_ [healpy](https://github.com/healpy/healpy) for experimental curved sky support

### Native installation
Expand Down
6 changes: 3 additions & 3 deletions docs/src-staging/assets/cmblensing.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pre.language-output {
src: url("JuliaMono-Regular.ttf");
}

pre, code, kbd {
font-family: 'JuliaMono-Regular', Monaco, courier, monospace;
font-size: 0.90em;
code, pre {
font-family: 'JuliaMono-Regular', Monaco, courier, monospace !important;
font-size: 0.90em !important;
}

0 comments on commit 35ffa33

Please sign in to comment.