Oracle Apex change font family in the Application :
Copy paste the following or change as necessary :
body, input{
font-family: 'Tahoma', cursive;
font-weight: bolder;
font-size: 12px;
}
Tags:
Oracle Apex
Oracle Apex change font family in the Application :
Copy paste the following or change as necessary :
body, input{
font-family: 'Tahoma', cursive;
font-weight: bolder;
font-size: 12px;
}