Skip to content
Snippets Groups Projects
Commit ec2193df authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatview: add more sans-serif fonts

by default ubuntu doesn't seem to have good sans-serif fonts

Change-Id: I4b8cfac3865f23421db03b51a5eb0cbbcbf88ece
parent ed563964
No related branches found
No related tags found
No related merge requests found
...@@ -50,10 +50,14 @@ ...@@ -50,10 +50,14 @@
font-family: emoji; font-family: emoji;
/* Fonts for text outside emoji blocks */ /* Fonts for text outside emoji blocks */
src: local('Open sans'), src: local('Muli'),
local('Open sans'),
local('Helvetica'), local('Helvetica'),
local('Segoe UI'), local('Segoe UI'),
local('sans-serif'); local('sans-serif'),
local('Liberation Sans'),
local('Liberation Mono'),
local('Ubuntu');
} }
@font-face { @font-face {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment