mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-21 21:32:13 +01:00
upgrade fontawesome to v6.5.1 (#351)
This commit is contained in:
parent
98385b1e0d
commit
3fa6494493
4
public/fontawesome/css/brands.min.css
vendored
4
public/fontawesome/css/brands.min.css
vendored
File diff suppressed because one or more lines are too long
6
public/fontawesome/css/fontawesome.min.css
vendored
6
public/fontawesome/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
2
public/fontawesome/css/sharp-regular.min.css
vendored
2
public/fontawesome/css/sharp-regular.min.css
vendored
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
2
public/fontawesome/css/sharp-solid.min.css
vendored
2
public/fontawesome/css/sharp-solid.min.css
vendored
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
2
public/fontawesome/css/solid.min.css
vendored
2
public/fontawesome/css/solid.min.css
vendored
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -91,17 +91,11 @@ function loadBaseFonts() {
|
||||
return;
|
||||
}
|
||||
isBaseFontsLoaded = true;
|
||||
let faFont = new FontFace("FontAwesome", "url(public/fonts/fontawesome-webfont-4.7.woff2)", {
|
||||
style: "normal",
|
||||
weight: "normal",
|
||||
});
|
||||
let mmFont = new FontFace("Martian Mono", "url(public/fonts/MartianMono-VariableFont_wdth,wght.ttf)", {
|
||||
style: "normal",
|
||||
weight: "normal",
|
||||
});
|
||||
addToFontFaceSet(document.fonts, faFont);
|
||||
addToFontFaceSet(document.fonts, mmFont);
|
||||
faFont.load();
|
||||
mmFont.load();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user