diff --git a/layout/html/document/src/ua.css b/layout/html/document/src/ua.css
index 43fe0a694ee..ad18835caf9 100644
--- a/layout/html/document/src/ua.css
+++ b/layout/html/document/src/ua.css
@@ -333,8 +333,6 @@ IFRAME {
}
INPUT {
vertical-align: bottom;
- font-family: "XXXHACK";
- font-size: 100pt;
}
SELECT {
vertical-align: bottom;
@@ -347,6 +345,4 @@ OPTION {
}
TEXTAREA {
vertical-align: bottom;
- font-family: "XXXHACK";
- font-size: 100pt;
}
diff --git a/layout/style/ua.css b/layout/style/ua.css
index 43fe0a694ee..ad18835caf9 100644
--- a/layout/style/ua.css
+++ b/layout/style/ua.css
@@ -333,8 +333,6 @@ IFRAME {
}
INPUT {
vertical-align: bottom;
- font-family: "XXXHACK";
- font-size: 100pt;
}
SELECT {
vertical-align: bottom;
@@ -347,6 +345,4 @@ OPTION {
}
TEXTAREA {
vertical-align: bottom;
- font-family: "XXXHACK";
- font-size: 100pt;
}