UNPKG
responsivewebframework
Version:
latest (2.0.0)
2.0.0
Jalasoft Foundation Front End Framework ========================================
responsivewebframework
/
src
/
less
/
body.less
15 lines
(11 loc)
•
288 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Body
body
{
font-family
:
@font-family-Light
;
font-size
:
@font-size-body
;
color
:
@text-color
;
line-height
:
@body-line-height
;
letter-spacing
:
@letter-space-body
;
background-color
:
@body-bg
; -webkit-
font-smoothing
: antialiased; -moz-osx-
font-smoothing
: antialiased; }