summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorelectrikmilk <brandonjordan124@gmail.com>2022-09-11 12:07:48 -0400
committerSam Atkins <atkinssj@gmail.com>2022-09-14 10:50:33 +0100
commitb0f9ad00008a48d98d4681e7622c7921783167d9 (patch)
tree3167f700a95df214d0d8b06fb2a7e2cf80662c46 /Base/res
parentd0a1775369fc8ff6d9b6197a38b93c7567823f96 (diff)
downloadserenity-b0f9ad00008a48d98d4681e7622c7921783167d9.zip
Base: Add existing @font-face test to welcome page
This adds the existing `@font-face` test page to the welcome page.
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/html/misc/welcome.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index e3462f0cde..32fd74c1a3 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -139,6 +139,7 @@
<li><a href="calc.html">calc()</a></li>
<li><a href="css-import.html">@import</a></li>
<li><a href="media-queries.html">@media queries</a></li>
+ <li><a href="font-face.html">@font-face</a></li>
<li><a href="margin-collapse-1.html">margin collapsing 1</a></li>
<li><a href="margin-collapse-2.html">margin collapsing 2</a></li>
<li><a href="position-absolute-from-edges.html">position: absolute, offset from edges</a></li>