mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Add existing @font-face test to welcome page
This adds the existing `@font-face` test page to the welcome page.
This commit is contained in:
parent
d0a1775369
commit
b0f9ad0000
Notes:
sideshowbarker
2024-07-17 07:11:03 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/b0f9ad0000 Pull-request: https://github.com/SerenityOS/serenity/pull/15196 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue