From c54e585f44304b4ccc9f1aab1c35316017a821e9 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 26 Apr 2013 04:35:41 +0200 Subject: [PATCH] Use font-family instead as suggested by @saxamaphone69. --- css/photon.css | 3 --- css/style.css | 1 + css/tomorrow.css | 3 --- css/yotsuba-b.css | 3 --- css/yotsuba.css | 3 --- 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/css/photon.css b/css/photon.css index 448d49a86..cd4d9a702 100644 --- a/css/photon.css +++ b/css/photon.css @@ -3,9 +3,6 @@ background-color: #DDD; border-color: #CCC; } -:root.photon .field { - font-family: arial, helvetica, sans-serif; -} :root.photon .field:focus { border-color: #EA8; } diff --git a/css/style.css b/css/style.css index 1f98a4eb7..22063a186 100644 --- a/css/style.css +++ b/css/style.css @@ -11,6 +11,7 @@ -moz-box-sizing: border-box; box-sizing: border-box; color: #333; + font-family: inherit; font-size: 13px; margin: 0; padding: 2px 4px 3px; diff --git a/css/tomorrow.css b/css/tomorrow.css index cd36d78cb..2d03d4498 100644 --- a/css/tomorrow.css +++ b/css/tomorrow.css @@ -3,9 +3,6 @@ background-color: #282A2E; border-color: #111; } -:root.tomorrow .field { - font-family: arial, helvetica, sans-serif; -} :root.tomorrow .field:focus { border-color: #000; } diff --git a/css/yotsuba-b.css b/css/yotsuba-b.css index 73884a2ac..20b1214fe 100644 --- a/css/yotsuba-b.css +++ b/css/yotsuba-b.css @@ -3,9 +3,6 @@ background-color: #D6DAF0; border-color: #B7C5D9; } -:root.yotsuba-b .field { - font-family: arial, helvetica, sans-serif; -} :root.yotsuba-b .field:focus { border-color: #98E; } diff --git a/css/yotsuba.css b/css/yotsuba.css index bbc9f2478..2cf8b83ba 100644 --- a/css/yotsuba.css +++ b/css/yotsuba.css @@ -3,9 +3,6 @@ background-color: #F0E0D6; border-color: #D9BFB7; } -:root.yotsuba .field { - font-family: arial, helvetica, sans-serif; -} :root.yotsuba .field:focus { border-color: #EA8; }