Skip to content

Commit b0a843d

Browse files
committed
web: disclaimer and version fix for font files
1 parent 091ac6e commit b0a843d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/index.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,14 @@ boxes.features grid .sample em {
294294
font-size: 1.1em;
295295
line-height: 1em;
296296
}
297+
298+
299+
blockquote {
300+
display:inline-block;
301+
border-radius:4px;
302+
background: var(--yellow);
303+
color:black;
304+
padding: 1rem 1.5rem;
305+
margin-bottom: 2rem;
306+
font-weight:500;
307+
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<h1>The Inter typeface family</h1>
3535
</c>
3636
<c span=row>
37-
<blockquote>WEBSITE IS CURRENTLY EXPERIENVING ISSUES WITH LOADING RESOURCES</blockquote>
37+
<blockquote>This website is currently experiencing issues with loading resources</blockquote>
3838
</c>
3939
<c span=1-2 span-s=row>
4040
Inter is a typeface carefully crafted &amp; designed for

0 commit comments

Comments
 (0)