mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 03:27:25 -04:00
FontAwesome: bump to 5.10.2
This commit is contained in:
@@ -4,10 +4,22 @@ import QtQuick 2.9
|
||||
Object {
|
||||
|
||||
FontLoader {
|
||||
source: "./fontawesome-webfont.ttf"
|
||||
source: "./fa-regular-400.ttf"
|
||||
}
|
||||
|
||||
FontLoader {
|
||||
id: brands
|
||||
source: "./fa-brands-400.ttf"
|
||||
}
|
||||
|
||||
FontLoader {
|
||||
id: solid
|
||||
source: "./fa-solid-900.ttf"
|
||||
}
|
||||
|
||||
property string fontFamily: "FontAwesome"
|
||||
property string fontFamilyBrands: brands.name
|
||||
property string fontFamilySolid: solid.name
|
||||
|
||||
// Icons
|
||||
property string addressBook : "\uf2b9"
|
||||
|
||||
BIN
fonts/FontAwesome/fa-brands-400.ttf
Normal file
BIN
fonts/FontAwesome/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
fonts/FontAwesome/fa-regular-400.ttf
Normal file
BIN
fonts/FontAwesome/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
fonts/FontAwesome/fa-solid-900.ttf
Normal file
BIN
fonts/FontAwesome/fa-solid-900.ttf
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user