Use NerdFont Symbols

This commit is contained in:
James Patrick 2024-01-28 18:51:17 -05:00 committed by James Patrick
parent c3f85f9a81
commit 4adc3dfc99
1 changed files with 17 additions and 1 deletions

18
emacs/dist/tufte.css vendored
View File

@ -1,8 +1,24 @@
@charset "UTF-8";
[class^="section-number-"] {
display: none;
}
#table-of-contents {
display: none;
}
/* Import ET Book styles
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-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");
@ -82,7 +98,7 @@ body {
margin-right: auto;
padding-left: 12.5%;
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD",
"Book Antiqua", Georgia, serif;
"Book Antiqua", Georgia, serif, "NerdFontsSymbols Nerd Font";
background-color: #fffff8;
color: #111;
max-width: 1400px;