web: disclaimer and version fix for font files
This commit is contained in:
parent
091ac6e8e8
commit
b0a843dee2
2 changed files with 12 additions and 1 deletions
|
|
@ -294,3 +294,14 @@ boxes.features grid .sample em {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
line-height: 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;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ endfor
|
||||||
<h1>The Inter typeface family</h1>
|
<h1>The Inter typeface family</h1>
|
||||||
</c>
|
</c>
|
||||||
<c span=row>
|
<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>
|
||||||
<c span=1-2 span-s=row>
|
<c span=1-2 span-s=row>
|
||||||
Inter is a typeface carefully crafted & designed for
|
Inter is a typeface carefully crafted & designed for
|
||||||
|
|
|
||||||
Reference in a new issue