Skip to content

Commit

Permalink
the font is roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jun 21, 2018
1 parent 69bb0b0 commit 45c6961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/class/osparc/theme/osparcdark/Font.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ qx.Theme.define("osparc.theme.osparcdark.Font", {
color: "text",
sources: [
{
family: "Open Sans",
family: "Roboto",
source: [
"osparc/font/roboto-v18-latin-ext_latin-regular.woff",
"osparc/font/roboto-v18-latin-ext_latin-regular.woff2"
Expand All @@ -96,7 +96,7 @@ qx.Theme.define("osparc.theme.osparcdark.Font", {
color: "text",
sources: [
{
family: "Open Sans",
family: "Roboto Mono",
source: [
"osparc/font/roboto-mono-v5-latin-ext_latin-italic.woff",
"osparc/font/roboto-mono-v5-latin-ext_latin-italic.woff2"
Expand Down

0 comments on commit 45c6961

Please sign in to comment.