Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
test: use IBM Plex Sans as font family
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
Niklas Kiefer committed Oct 18, 2021
1 parent f25755c commit bfa4b4d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions test/test.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

html, body, .modeler-container, .modeler-container > div {
height: 100%;
margin: 0;

font-family: sans-serif;
font-size: 16px;
font-family: 'IBM Plex Sans', sans-serif;
}

.test-container {
Expand All @@ -30,6 +30,10 @@ html, body, .modeler-container, .modeler-container > div {
position: relative;
flex: none;
height: 100%;
width: 250px;
width: 300px;
border-left: solid 1px #cccccc;
}

.properties-container .bio-properties-panel {
--font-family: 'IBM Plex Sans', sans-serif !important;
}

0 comments on commit bfa4b4d

Please sign in to comment.