mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-01-03 15:45:28 +00:00
frontend/rest/assets: add missing webfonts for icons
This commit is contained in:
parent
48fa172169
commit
41918c709c
|
@ -41,6 +41,9 @@ pub fn file_from_string(file_path: &str) -> Option<(String, &'static [u8])> {
|
|||
"/fonts/roboto-v18-latin-regular.eot",
|
||||
"/fonts/roboto-v18-latin-regular.woff",
|
||||
"/fonts/roboto-v18-latin-regular.woff2",
|
||||
"/fonts/materialdesignicons-webfont.eot",
|
||||
"/fonts/materialdesignicons-webfont.woff",
|
||||
"/fonts/materialdesignicons-webfont.woff2",
|
||||
"/js/chunk-vendors.js",
|
||||
"/js/app.js"
|
||||
)?;
|
||||
|
|
Loading…
Reference in a new issue