Commit 76d8072d authored by Vadim Makeev's avatar Vadim Makeev

fonts cleanup

parent 8e0c9127
...@@ -31,6 +31,6 @@ ...@@ -31,6 +31,6 @@
/* DejaVu Sans Mono */ /* DejaVu Sans Mono */
@font-face { @font-face {
font-family:'DejaVu Sans Mono'; font-family:'Droid Sans Mono';
src:local('DejaVu Sans Mono'), url(../fonts/DejaVuSansMono.ttf) format('truetype'); src:local('Droid Sans Mono'), url(../fonts/DroidSansMono.ttf) format('truetype');
} }
\ No newline at end of file
...@@ -187,7 +187,7 @@ A { ...@@ -187,7 +187,7 @@ A {
.slide ARTICLE PRE CODE { .slide ARTICLE PRE CODE {
display:block; display:block;
white-space:pre; white-space:pre;
font-family:'DejaVu Sans Mono', monospace; font-family:Consolas, 'Droid Sans Mono', monospace;
} }
.slide ARTICLE PRE CODE:before { .slide ARTICLE PRE CODE:before {
position:absolute; position:absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment