HiDPI fix
@ -26,6 +26,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* HiDPI */
@media screen and (min-width: 3000px) and (min-height: 1200px) {
html {
zoom: 2.0;
}
/* Global Styles */
@font-face {