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

fonts cleanup

parent 8e0c9127
......@@ -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
......@@ -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;
......
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