Skip to content

Commit

Permalink
Add rel="preload" for xhtml/docbook.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Feb 19, 2025
1 parent 2540063 commit 89094b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse2022-ns/xhtml/docbook.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@

<xsl:if test="$build.for.web = 1">
<!-- https://www.suse.com/assets/css/google-fonts-suse.css?avs=1733925891" -->
<link rel="stylesheet" type="text/css"
<link rel="stylesheet" type="text/css" rel="preload"
href="https://documentation.suse.com/docserv/res/fonts/suse/suse.css" />
</xsl:if>
<!-- <xsl:if test="$daps.header.js.library != ''">
Expand Down

0 comments on commit 89094b6

Please sign in to comment.