mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 19:35:40 +01: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.eot",
|
||||||
"/fonts/roboto-v18-latin-regular.woff",
|
"/fonts/roboto-v18-latin-regular.woff",
|
||||||
"/fonts/roboto-v18-latin-regular.woff2",
|
"/fonts/roboto-v18-latin-regular.woff2",
|
||||||
|
"/fonts/materialdesignicons-webfont.eot",
|
||||||
|
"/fonts/materialdesignicons-webfont.woff",
|
||||||
|
"/fonts/materialdesignicons-webfont.woff2",
|
||||||
"/js/chunk-vendors.js",
|
"/js/chunk-vendors.js",
|
||||||
"/js/app.js"
|
"/js/app.js"
|
||||||
)?;
|
)?;
|
||||||
|
Loading…
Reference in New Issue
Block a user