ion-label size code example
Example: ionic change size of label
<ion-label stacked class="my-label">Tap and press the buttons to win!</ion-label>
.my-label {
font-size: 4em;
}
<ion-label stacked class="my-label">Tap and press the buttons to win!</ion-label>
.my-label {
font-size: 4em;
}