13 lines
127 B
CSS
13 lines
127 B
CSS
|
label{
|
||
|
/*font-family: Noto Sans;*/
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
|
||
|
#bold{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#small{
|
||
|
font-size: 12px;
|
||
|
}
|