mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Docker build in CI (#8312)
* Fix Docker build CI * Bump nginx-alpine version to 1.27
This commit is contained in:
parent
b87925d253
commit
8d530cf102
5 changed files with 10 additions and 10 deletions
|
@ -58,7 +58,7 @@ module.exports.woff2BrowserPlugin = () => {
|
|||
style: normal;
|
||||
display: swap;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Assistant";
|
||||
src: url(${OSS_FONTS_CDN}Assistant-Medium-DrcxCXg3.woff2)
|
||||
|
@ -68,7 +68,7 @@ module.exports.woff2BrowserPlugin = () => {
|
|||
style: normal;
|
||||
display: swap;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Assistant";
|
||||
src: url(${OSS_FONTS_CDN}Assistant-SemiBold-SCI4bEL9.woff2)
|
||||
|
@ -78,7 +78,7 @@ module.exports.woff2BrowserPlugin = () => {
|
|||
style: normal;
|
||||
display: swap;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Assistant";
|
||||
src: url(${OSS_FONTS_CDN}Assistant-Bold-gm-uSS1B.woff2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue