Merge pull request #1823 from msujaws/patch-1
PDF.js should use a consistent font for its user interface
This commit is contained in:
commit
6a751a9acb
@ -11,7 +11,13 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
background-image: url(images/texture.png);
|
background-image: url(images/texture.png);
|
||||||
font-family: Segoe UI, Verdana, sans-serif;
|
}
|
||||||
|
|
||||||
|
body,
|
||||||
|
input,
|
||||||
|
button,
|
||||||
|
select {
|
||||||
|
font: message-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user