mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
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
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@ body {
|
|||
height: 100%;
|
||||
background-color: #404040;
|
||||
background-image: url(images/texture.png);
|
||||
font-family: Segoe UI, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
body,
|
||||
input,
|
||||
button,
|
||||
select {
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue