Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Agregado Titillium font
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 26, 2020
1 parent a1bc44c commit ea119bc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions fonts.org
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,19 @@ unzip -o libre-baskerville.zip && \
rm libre-baskerville.zip
#+end_src

** Titillium

#+begin_src shell :dir ~/.fonts
curl -L https://www.fontsquirrel.com/fonts/download/Titillium --output titillium.zip && \
unzip -o titillium.zip && \
rm titillium.zip
#+end_src

** EtBook

[[https://edwardtufte.github.io/et-book/][Sitio web]]

#+begin_src shell :dit /tmp
#+begin_src shell :dir /tmp
git clone https://github.com/edwardtufte/et-book.git && \
mv et-book/et-book ~/.fonts
#+end_src
Expand Down Expand Up @@ -238,6 +246,6 @@ git clone https://github.com/sebschub/FontPro.git

* Actualizar el /cache/ de fuentes

#+BEGIN_SRC shell :dir /sudo::
#+begin_src shell
fc-cache -f -v
#+END_SRC
#+end_src

0 comments on commit ea119bc

Please sign in to comment.