diff --git a/css/slides.css b/css/slides.css index 77f2a5e..e613004 100644 --- a/css/slides.css +++ b/css/slides.css @@ -1,5 +1,5 @@ @font-face{ - font-family: 'Pangolin', cursive; + font-family: Pangolin; font-style: normal; src: url('Pangolin-Regular.ttf') format('truetype'); } diff --git a/notes/notes.css b/notes/notes.css index c1bea07..c48a817 100644 --- a/notes/notes.css +++ b/notes/notes.css @@ -1,5 +1,5 @@ @font-face{ - font-family: 'Pangolin', cursive; + font-family: Pangolin; font-style: normal; src: url('../css/Pangolin-Regular.ttf') format('truetype'); } @@ -27,4 +27,4 @@ b, strong{ h3{ margin-top: 2.5em; margin-bottom: -0.2em; -} \ No newline at end of file +} diff --git a/peeps/peeps.css b/peeps/peeps.css index 27c485c..64acf92 100644 --- a/peeps/peeps.css +++ b/peeps/peeps.css @@ -1,5 +1,5 @@ @font-face{ - font-family: 'Pangolin', cursive; + font-family: Pangolin; font-style: normal; src: url('../css/Pangolin-Regular.ttf') format('truetype'); } @@ -103,4 +103,4 @@ body{ -webkit-columns: 150px 3; -moz-columns: 150px 3; columns: 150px 3; -} \ No newline at end of file +}