diff --git a/fonts/DejaVuSansMono.ttf b/fonts/DejaVuSansMono.ttf deleted file mode 100644 index f7d2785..0000000 Binary files a/fonts/DejaVuSansMono.ttf and /dev/null differ diff --git a/fonts/DroidSansMono.ttf b/fonts/DroidSansMono.ttf new file mode 100644 index 0000000..6e79dad Binary files /dev/null and b/fonts/DroidSansMono.ttf differ diff --git a/styles/fonts.css b/styles/fonts.css index 05383c1..8255826 100755 --- a/styles/fonts.css +++ b/styles/fonts.css @@ -31,6 +31,6 @@ /* DejaVu Sans Mono */ @font-face { - font-family:'DejaVu Sans Mono'; - src:local('DejaVu Sans Mono'), url(../fonts/DejaVuSansMono.ttf) format('truetype'); + font-family:'Droid Sans Mono'; + src:local('Droid Sans Mono'), url(../fonts/DroidSansMono.ttf) format('truetype'); } \ No newline at end of file diff --git a/styles/projection.css b/styles/projection.css index 03b0a62..64b4ef8 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -187,7 +187,7 @@ A { .slide ARTICLE PRE CODE { display:block; white-space:pre; - font-family:'DejaVu Sans Mono', monospace; + font-family:Consolas, 'Droid Sans Mono', monospace; } .slide ARTICLE PRE CODE:before { position:absolute;