Updates font settings for rendering tests
This updates font name and size for renderinge tests that include TextStyles.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user