mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
10 lines
233 B
CSS
10 lines
233 B
CSS
/*******************************************************************
|
|
styles_fonts.css
|
|
|
|
This CSS file defines font size.
|
|
|
|
*******************************************************************/
|
|
|
|
body, td, th, li {
|
|
font-size:98%;
|
|
}
|