Skip to content

Commit

Permalink
web: disclaimer and version fix for font files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Apr 9, 2020
1 parent 091ac6e commit b0a843d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,14 @@ boxes.features grid .sample em {
font-size: 1.1em;
line-height: 1em;
}


blockquote {
display:inline-block;
border-radius:4px;
background: var(--yellow);
color:black;
padding: 1rem 1.5rem;
margin-bottom: 2rem;
font-weight:500;
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<h1>The Inter typeface family</h1>
</c>
<c span=row>
<blockquote>WEBSITE IS CURRENTLY EXPERIENVING ISSUES WITH LOADING RESOURCES</blockquote>
<blockquote>This website is currently experiencing issues with loading resources</blockquote>
</c>
<c span=1-2 span-s=row>
Inter is a typeface carefully crafted &amp; designed for
Expand Down

0 comments on commit b0a843d

Please sign in to comment.