mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Add font-family to body
This commit is contained in:
parent
5ddfce32fe
commit
f657f64085
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ body, html {
|
|||
padding:0;
|
||||
color:#000;
|
||||
background:#ffffff;
|
||||
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
.lightgrey {
|
||||
|
|
Loading…
Add table
Reference in a new issue