<div class="col-xs-12 col-sm-12 col-lg-12">
<p class="k-block">
<kendo-buttongroup>
<button kendoButton [primary]="true" [togglable]="true"> Rating </button>
<button kendoButton [primary]="true" [togglable]="true"> Invoices </button>
<button kendoButton [primary]="true" [togglable]="true"> Statements </button>
<button kendoButton [primary]="true" [togglable]="true"> Vouchers </button>
<button kendoButton [primary]="true" [togglable]="true"> ChargeBacks </button>
</kendo-buttongroup>
</p>
</div>
Looking at the "computed" styles in the dev console, the font-zie is 10 px. How can I get it larger? Isnt the bootstrap default 14 px?