diff options
author | Tobias Markmann <tm@ayena.de> | 2016-04-05 20:26:53 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-04-25 12:44:15 (GMT) |
commit | b58ad7f4b01623a8807b8c268208bd9c8496f4e2 (patch) | |
tree | bc2f61eb97c80db81b2eaa9e26db5209cc1d99dc /Swift/resources/themes/Default/Template.html | |
parent | ef341e4762b1017047555c37dac1dfdc6ba2489d (diff) | |
download | swift-b58ad7f4b01623a8807b8c268208bd9c8496f4e2.zip swift-b58ad7f4b01623a8807b8c268208bd9c8496f4e2.tar.bz2 |
Add Lato font and use it in chat view theme
The font has been imported from the TTF version available
from http://www.latofonts.com/lato-free-fonts/ .
This commit also adds default parameters to all Qt resource
compiler calls, so that files that compress by more than 5%
are compressed with the highest compression level. Ideally
this will lead to smaller resource C++ source code files that
will require less runtime memory when compiled. VS's cl.exe
is particular resource hungry.
Test-Information:
Started Swift and verified the new font is used correctly
in chat views.
Change-Id: I0b450819b0f50041e768deca6e0ef5619b45d7bf
Diffstat (limited to 'Swift/resources/themes/Default/Template.html')
-rw-r--r-- | Swift/resources/themes/Default/Template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/Template.html b/Swift/resources/themes/Default/Template.html index a759ab5..fe2f599 100644 --- a/Swift/resources/themes/Default/Template.html +++ b/Swift/resources/themes/Default/Template.html @@ -3,8 +3,8 @@ <html lang="en"> <head> <meta charset="utf-8"> + <link rel="stylesheet" href="qrc:///themes/Default/lato.css"/> <link rel="stylesheet" href="qrc:///themes/Default/main.css"/> - <!--<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'--> <style id="text-resize-style"> </style> </head> |