mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +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;
|
padding:0;
|
||||||
color:#000;
|
color:#000;
|
||||||
background:#ffffff;
|
background:#ffffff;
|
||||||
|
font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightgrey {
|
.lightgrey {
|
||||||
|
|
Loading…
Add table
Reference in a new issue