CSS di kepala atau tubuh

<head>
 <style>
  .myclass { font-size: 12px; }
 </style>
</head>
// or ...
<body>
 <button style="font-size: 12px;"></button>
</body>
Poised Penguin