Skip to content

Commit

Permalink
Remove typography
Browse files Browse the repository at this point in the history
Due to a lack of of cross-OS consistency. Hopefully temporary…
  • Loading branch information
Rich Archer committed Apr 25, 2017
1 parent d759ba8 commit c1d5cae
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 211 deletions.
9 changes: 9 additions & 0 deletions app/answers.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
src: url("./assets/OpenSans-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal; }

body {
background-color: #efefef;
font-family: 'Open Sans', sans-serif;
line-height: 1.25em;
font-weight: normal;
letter-spacing: -0.01em;
}

1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h1>In the following exercises, you will be asked to complete a series of CSS ka
<h2>Contents</h2>
<dl>
<dt><a href="css-kata-boilerplate.html">CSS Kata boilerplate</a></dt>
<dt><a href="typography-101.html">Typography 101</a></dt>
<dt><a href="display-inline-block.html">Display: inline, inline-block, and block</a></dt>
<dt><a href="box-model.html">Box model</a></dt>
<dt><a href="css-shapes-101.html">CSS shapes 101</a></dt>
Expand Down
95 changes: 0 additions & 95 deletions app/typography-101.html

This file was deleted.

40 changes: 14 additions & 26 deletions backstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,17 @@
"selectors": [
"#boilerplate-sections"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},

{
"label": "Typography 101: Body text",
"url": "http://localhost:7000/app/typography-101.html",
"selectors": [
"#typography-body-font"
],
"misMatchThreshold" : 0.1
},
{
"label": "Typography 101: Headings",
"url": "http://localhost:7000/app/typography-101.html",
"selectors": [
"#typography-headings"
],
"misMatchThreshold" : 0.1
},
{
"label": "Typography 101: Faux Headings",
"url": "http://localhost:7000/app/typography-101.html",
"selectors": [
"#typography-faux-headings"
],
"misMatchThreshold" : 0.1
},


{
"label": "Display: Stack",
"url": "http://localhost:7000/app/display-inline-block.html",
"selectors": [
"#display-stack-images"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -57,6 +33,7 @@
"selectors": [
"#display-align-images"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -65,6 +42,7 @@
"selectors": [
"#display-align-resize-images"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},

Expand All @@ -74,6 +52,7 @@
"selectors": [
"#box-model-simple-box"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -82,6 +61,7 @@
"selectors": [
"#box-model-simple-border-box"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -90,6 +70,7 @@
"selectors": [
"#box-model-simple-border-margin-box"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},

Expand All @@ -99,6 +80,7 @@
"selectors": [
"#box-align"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -107,6 +89,7 @@
"selectors": [
"#circle-align"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -115,6 +98,7 @@
"selectors": [
"#circle-outlines-align"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -123,6 +107,7 @@
"selectors": [
"#shapes-align"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},

Expand All @@ -132,6 +117,7 @@
"selectors": [
"#position-setup"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -140,6 +126,7 @@
"selectors": [
"#position-bottom"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
},
{
Expand All @@ -148,6 +135,7 @@
"selectors": [
"#position-override"
],
"requireSameDimensions" : false,
"misMatchThreshold" : 0.1
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c1d5cae

Please sign in to comment.