diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-31 21:59:35 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:59 +0100 |
commit | 815c26850266eba2e4e5d02509487452624b1c64 (patch) | |
tree | 48aeca1a7e52003127e6924ef71cf539a034b903 /gui/resources | |
parent | cd1d46a26b923260b6c87cc93a0723b8166c609e (diff) |
[ui] fonts + bugfixing
Diffstat (limited to 'gui/resources')
-rw-r--r-- | gui/resources/alert.svg | 4 | ||||
-rw-r--r-- | gui/resources/fonts/Montserrat-Regular.ttf | bin | 0 -> 245708 bytes | |||
-rw-r--r-- | gui/resources/fonts/Montserrat-SemiBold.ttf | bin | 0 -> 243816 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/gui/resources/alert.svg b/gui/resources/alert.svg new file mode 100644 index 0000000..cd178eb --- /dev/null +++ b/gui/resources/alert.svg @@ -0,0 +1,4 @@ +<svg width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <path fill="#494c4e" d="M12 2l10 20H2L12 2m0-2c-.758 0-1.45.428-1.79 1.106l-10 20c-.31.62-.276 1.356.09 1.946.363.59 1.007.948 1.7.948h20c.693 0 1.337-.36 1.7-.95.365-.59.4-1.325.09-1.945l-10-20C13.45.428 12.756 0 12 0z"/> + <path fill="#494c4e" d="M12 20c-.832 0-1.507-.672-1.507-1.5S11.168 17 12 17s1.507.672 1.507 1.5S12.832 20 12 20zm.985-4.806c-.093.47-.505.806-.985.806s-.892-.337-.985-.806l-.996-5c-.06-.293.017-.598.208-.83.19-.23.476-.364.776-.364h1.99c.302 0 .587.134.777.365.192.23.27.536.21.83l-.995 5z"/> +</svg> diff --git a/gui/resources/fonts/Montserrat-Regular.ttf b/gui/resources/fonts/Montserrat-Regular.ttf Binary files differnew file mode 100644 index 0000000..8d443d5 --- /dev/null +++ b/gui/resources/fonts/Montserrat-Regular.ttf diff --git a/gui/resources/fonts/Montserrat-SemiBold.ttf b/gui/resources/fonts/Montserrat-SemiBold.ttf Binary files differnew file mode 100644 index 0000000..f8a43f2 --- /dev/null +++ b/gui/resources/fonts/Montserrat-SemiBold.ttf |