Skip to content

Commit 8b022c7

Browse files
authored
Merge pull request #9045 from ebarboni/fontfix
apidoc font linked to main site
2 parents 05653fd + 7892e4d commit 8b022c7

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

nbbuild/javadoctools/export2html.xsl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@
4747
<xsl:text>API List</xsl:text>
4848
</xsl:element>
4949
<link rel="stylesheet" href="netbeans.css" type="text/css"/>
50-
<link rel="icon" type="image/png" sizes="32x32" href="//netbeans.apache.org/favicon-32x32.png" />
51-
<link rel="icon" type="image/png" sizes="16x16" href="//netbeans.apache.org/favicon-16x16.png" />
52-
53-
50+
<link rel="icon" type="image/png" sizes="32x32" href="https://netbeans.apache.org/favicon-32x32.png" />
51+
<link rel="icon" type="image/png" sizes="16x16" href="https://netbeans.apache.org/favicon-16x16.png" />
5452
</head>
5553

5654
<body>
@@ -585,4 +583,4 @@
585583

586584
</xsl:template>
587585

588-
</xsl:stylesheet>
586+
</xsl:stylesheet>

nbbuild/javadoctools/javadoc-generic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Javadoc style sheet
2121
*/
2222

23-
@import url('fonts/dejavu.css');
23+
@import url('https://netbeans.apache.org/_/css/font-dejavu.css');
2424
/*
2525
* These CSS custom properties (variables) define the core color and font
2626
* properties used in this stylesheet.

nbbuild/javadoctools/jsonhelp.xsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ committed to the repository for legal reasons. You need to download it:
169169
</div>
170170
</xsl:template>
171171
<xsl:template name="htmlfooter">
172+
<script src="https://netbeans.apache.org/_/js/vendor/jquery.min.js"></script>
172173
<script>
173174
$('.modulesclasslist').hide();
174175

@@ -233,9 +234,8 @@ committed to the repository for legal reasons. You need to download it:
233234
<meta name="msapplication-TileColor" content="#ffc40d" />
234235
<meta name="theme-color" content="#ffffff"/>
235236
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
236-
<link rel="icon" type="image/png" sizes="32x32" href="//netbeans.apache.org/favicon-32x32.png" />
237-
<link rel="icon" type="image/png" sizes="16x16" href="//netbeans.apache.org/favicon-16x16.png" />
238-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
237+
<link rel="icon" type="image/png" sizes="32x32" href="https://netbeans.apache.org/favicon-32x32.png" />
238+
<link rel="icon" type="image/png" sizes="16x16" href="https://netbeans.apache.org/favicon-16x16.png" />
239239
</head>
240240
</xsl:template>
241241
<xsl:template name="htmlmainmenu">

0 commit comments

Comments
 (0)