Updates font settings for rendering tests

This updates font name and size for renderinge tests that
include TextStyles.
This commit is contained in:
Kai Volland
2019-03-25 09:40:11 +01:00
parent 3d2711d35e
commit ef061dd4c3
10 changed files with 28 additions and 32 deletions

View File

@@ -17,13 +17,13 @@
display: none;
}
@font-face {
font-family: "Ubuntu Regular";
font-family: "Ubuntu";
src: url("/data/fonts/ubuntu-regular-webfont.eot");
src: url("/data/fonts/ubuntu-regular-webfont.woff") format("woff"),
url("/data/fonts/ubuntu-regular-webfont.svg#filename") format("svg");
}
@font-face {
font-family: "Ubuntu Regular";
font-family: "Ubuntu";
font-weight: bold;
font-style: italic;
src: url("/data/fonts/ubuntu-bold-italic-webfont.eot");