File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ ENV ERDDAP_WAR_URL https://github.com/BobSimons/erddap/releases/download/v$ERDDA
77ENV ERDDAP_DATA /erddapData
88
99RUN \
10- curl -fSL "http://coastwatch.pfeg.noaa.gov/erddap/download/BitstreamVeraSans.zip" -o /BitstreamVeraSans.zip && \
11- unzip /BitstreamVeraSans.zip -d ${JAVA_HOME}/lib/fonts/ && \
12- rm /BitstreamVeraSans.zip && \
1310 curl -fSL "${ERDDAP_CONTENT_URL}" -o /erddapContent.zip && \
1411 unzip /erddapContent.zip -d ${CATALINA_HOME} && \
1512 rm /erddapContent.zip && \
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ At ERD, we use "Bitstream Vera Sans"
374374 http://coastwatch.pfeg.noaa.gov/erddap/download/BitstreamVeraSans.zip
375375 and unzip the files into [javaHome]/jre/lib/fonts so Java sees them.
376376-->
377- <fontFamily >Bitstream Vera Sans</fontFamily >
377+ <fontFamily >DejaVu Sans</fontFamily >
378378
379379<!-- When possible (and it isn't always possible), ERDDAP breaks source data requests
380380into chunks to conserve memory. See the description of these tags in messages.xml.
You can’t perform that action at this time.
0 commit comments