mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
fixed font-size, font-family.
This commit is contained in:
parent
a5c273cf68
commit
51cc8fcae6
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
}
|
||||
|
||||
body, td, th, li {
|
||||
font-family:Arial, Verdana, Helvetica, sans-serif;
|
||||
font-size:100%;
|
||||
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
letter-spacing:0.02em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue