corrected some readme informations
parent
c599ca9aff
commit
1d2d2a4834
|
@ -6,13 +6,13 @@
|
|||
|
||||
1. Clone the repository
|
||||
```sh
|
||||
$ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git
|
||||
$ git clone https://git.kostianix.de/talks/retrogaming-slides.git
|
||||
```
|
||||
|
||||
1. Install the necessary Font locally on your computer
|
||||
```
|
||||
mkdir ~/.font
|
||||
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.font/
|
||||
mkdir -p ~/.font
|
||||
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf ~/.fonts/
|
||||
```
|
||||
Maybe you have to install your font to ~/.fonts instead of ~/.font, depending on your distro (ubuntu uses ~/.fonts).
|
||||
Also make sure to restart your Browser to make it utilize the font (it looks pixelated).
|
||||
|
|
Loading…
Reference in New Issue