Use NerdFont Symbols
This commit is contained in:
parent
c3f85f9a81
commit
4adc3dfc99
18
emacs/dist/tufte.css
vendored
18
emacs/dist/tufte.css
vendored
|
@ -1,8 +1,24 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
|
[class^="section-number-"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#table-of-contents {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Import ET Book styles
|
/* Import ET Book styles
|
||||||
adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */
|
adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "NerdFontsSymbols Nerd Font";
|
||||||
|
src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFont-Regular.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "et-book";
|
font-family: "et-book";
|
||||||
src: url("https://edwardtufte.github.io/tufte-css/et-book/tufte-css/et-book-roman-line-figures/et-book-roman-line-figures.eot");
|
src: url("https://edwardtufte.github.io/tufte-css/et-book/tufte-css/et-book-roman-line-figures/et-book-roman-line-figures.eot");
|
||||||
|
@ -82,7 +98,7 @@ body {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 12.5%;
|
padding-left: 12.5%;
|
||||||
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD",
|
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD",
|
||||||
"Book Antiqua", Georgia, serif;
|
"Book Antiqua", Georgia, serif, "NerdFontsSymbols Nerd Font";
|
||||||
background-color: #fffff8;
|
background-color: #fffff8;
|
||||||
color: #111;
|
color: #111;
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user