mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix fonts
Former-commit-id: c7929a0b540099ac67b93563d97be4b8c6639190
This commit is contained in:
parent
efa2afc5c8
commit
87e75644ec
@ -2,7 +2,7 @@ use conrod_core::text::Font;
|
||||
|
||||
font_ids! {
|
||||
pub struct Fonts {
|
||||
opensans: "/voxygen/font/Metamorphous-Regular.ttf",
|
||||
metamorph: "/voxygen/font/OpenSans-Regular.ttf",
|
||||
opensans: "/voxygen/font/OpenSans-Regular.ttf",
|
||||
metamorph: "/voxygen/font/Metamorphous-Regular.ttf",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user