diff --git a/webcompat/static/css/development/layout/body.css b/webcompat/static/css/development/layout/body.css
index 06f3748fb..a51adb5f1 100644
--- a/webcompat/static/css/development/layout/body.css
+++ b/webcompat/static/css/development/layout/body.css
@@ -82,20 +82,7 @@ html {
}
/*----------Global H Styles----------*/
-h1 {
- font-size: 3.5em;
- font-weight: 700;
-}
-h2 {
- font-size: 2em;
- font-weight: 600;
-}
-h3 {
- font-size: 1.5em;
-}
-h4 {
- font-size: 1.25em;
-}
+
p {
font-size: 1em;
}
diff --git a/webcompat/static/css/development/main.css b/webcompat/static/css/development/main.css
index bbe470bfa..9af531784 100644
--- a/webcompat/static/css/development/main.css
+++ b/webcompat/static/css/development/main.css
@@ -29,6 +29,8 @@
@import "components/filter.css";
@import "components/pagination.css";
@import "components/labels.css";
+@import "components/title.css";
+
/*----------Layout----------*/
@import "layout/body.css";
@import "layout/utilities.css";
diff --git a/webcompat/static/css/development/page/issue-list.css b/webcompat/static/css/development/page/issue-list.css
index d34683ee3..b82a73256 100644
--- a/webcompat/static/css/development/page/issue-list.css
+++ b/webcompat/static/css/development/page/issue-list.css
@@ -6,9 +6,7 @@
font-size:var(--base-font-size);
}
/* Main page title */
-.IssueList-title {
- font-size: 2em;
-}
+.IssueList-title {}
/*Search issues */
.IssueList-search {
background-color:#F7F7F7;
diff --git a/webcompat/static/css/development/page/static.css b/webcompat/static/css/development/page/static.css
index 0bee88666..fa0ad4cf0 100644
--- a/webcompat/static/css/development/page/static.css
+++ b/webcompat/static/css/development/page/static.css
@@ -2,13 +2,6 @@
.page {
background-color: #fff;
}
-.page h2 {
- margin-bottom: 1em;
-}
-.page h4 {
- margin: 0.75em 0 1em;
- font-weight: 700;
-}
.page p {
line-height: 150%;
margin-bottom: 1em;
diff --git a/webcompat/templates/about.html b/webcompat/templates/about.html
index 092212651..d6a4dec81 100644
--- a/webcompat/templates/about.html
+++ b/webcompat/templates/about.html
@@ -3,15 +3,15 @@
{% include "shared/nav.html" %}
- About
- Webcompat.com is developed by volunteers and supported by Mozilla. This site is an open invitation for all web users, developers and browser vendors to get involved in the web compatibility effort. Our goal is to make it easy to report and view problems for any part of the web.
+ About
+ Webcompat.com is developed by volunteers and supported by Mozilla. This site is an open invitation for all web users, developers and browser vendors to get involved in the web compatibility effort. Our goal is to make it easy to report and view problems for any part of the web.
- What is Web Compatibility?
+ What is Web Compatibility?
Web compatibility is about making sure web sites work consistently across all browsers and devices.
Sometimes, sites have bugs or policies that prevent them from working well in every browser. We work to help web developers and site owners identify and fix such issues.
- Web compatibility issues usually follow a three part life cycle:
+ Web compatibility issues usually follow a three part life cycle:
Bug Reporting: Finding and reporting compatibility issues around the web. This is the first and most critical part of the process. We all run into compatibility issues when using the web. Most people do not know how or where to report these issues. Webcompat.com make the process or reporting issues simple.
diff --git a/webcompat/templates/browse-issues.html b/webcompat/templates/browse-issues.html
index 77cf64805..b20af65dd 100644
--- a/webcompat/templates/browse-issues.html
+++ b/webcompat/templates/browse-issues.html
@@ -1,6 +1,6 @@
-
Browse Issues
+
Browse Issues
-
Untriaged
diff --git a/webcompat/templates/contributors.html b/webcompat/templates/contributors.html
index e1bb52f0b..18fc4f43a 100644
--- a/webcompat/templates/contributors.html
+++ b/webcompat/templates/contributors.html
@@ -6,7 +6,7 @@
-
Welcome aboard!
Get started below...
+ Welcome aboard!
Get started below...
{% include "shared/LightbulbwithBug.html" %}
diff --git a/webcompat/templates/index.html b/webcompat/templates/index.html
index cbd1dfea9..1da13c2de 100644
--- a/webcompat/templates/index.html
+++ b/webcompat/templates/index.html
@@ -5,7 +5,7 @@
-
Bug reporting
for the internet.
+
Bug reporting
for the internet.
Report bug
@@ -15,7 +15,7 @@
Bug reporting
for the internet.
{% include "form.html" %}
-
How It Works
+
How It Works
diff --git a/webcompat/templates/issue-list.html b/webcompat/templates/issue-list.html
index a45008a3f..ee6472074 100644
--- a/webcompat/templates/issue-list.html
+++ b/webcompat/templates/issue-list.html
@@ -6,7 +6,7 @@