12 lines
169 B
CSS
12 lines
169 B
CSS
.headerText {
|
|
font-family: Arial, "_sans";
|
|
font-size: 16;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.boldText {
|
|
font-family: Arial, "_sans";
|
|
font-size: 11;
|
|
font-weight: bold;
|
|
}
|