Mercurial > hg > ugly-duckling
changeset 292:0724b8f4174f
Font bodge
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 05 May 2017 17:42:42 +0100 |
parents | 71f9286da66f |
children | f16705a58887 |
files | src/styles.css |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/styles.css Fri May 05 15:02:27 2017 +0100 +++ b/src/styles.css Fri May 05 17:42:42 2017 +0100 @@ -39,7 +39,6 @@ body { margin: 0; - font-family: Roboto, sans-serif; overflow: hidden; height: 100%; } @@ -48,3 +47,6 @@ height: 100%; } +* { + font-family: "Source Sans Pro", "Segoe UI", "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; +}