diff --git a/app/gui2/src/assets/base.css b/app/gui2/src/assets/base.css index dea5820e6a9d..d7e508f94834 100644 --- a/app/gui2/src/assets/base.css +++ b/app/gui2/src/assets/base.css @@ -1,3 +1,6 @@ +/* M PLUS 1 font import. */ +@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500;600&display=swap'); + /* color palette from */ :root { --vt-c-white: #ffffff; @@ -62,7 +65,6 @@ *::after { box-sizing: border-box; margin: 0; - font-weight: normal; } body { @@ -73,22 +75,10 @@ body { transition: color 0.5s, background-color 0.5s; - font-family: - Inter, - -apple-system, - BlinkMacSystemFont, - 'Segoe UI', - Roboto, - Oxygen, - Ubuntu, - Cantarell, - 'Fira Sans', - 'Droid Sans', - 'Helvetica Neue', - sans-serif; + font-family: 'M PLUS 1', sans-serif; font-size: 11.5px; font-weight: 500; - line-height: 174.5%; + line-height: 20px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/app/gui2/src/assets/main.css b/app/gui2/src/assets/main.css index c106dd0f2e45..e846f2cb0e8b 100644 --- a/app/gui2/src/assets/main.css +++ b/app/gui2/src/assets/main.css @@ -8,6 +8,6 @@ body { display: flex; flex-direction: column; flex: 1; - font-weight: normal; + font-weight: 500; cursor: default; } diff --git a/app/gui2/src/components/ExecutionModeSelector.vue b/app/gui2/src/components/ExecutionModeSelector.vue index 5bc479d30cce..8df0bb05c1c2 100644 --- a/app/gui2/src/components/ExecutionModeSelector.vue +++ b/app/gui2/src/components/ExecutionModeSelector.vue @@ -43,25 +43,28 @@ useDocumentEvent('click', onDocumentClick) " /> -
- -
+ +
+ +
+
diff --git a/app/gui2/src/components/GraphNode.vue b/app/gui2/src/components/GraphNode.vue index d53db50041ee..4708d799c170 100644 --- a/app/gui2/src/components/GraphNode.vue +++ b/app/gui2/src/components/GraphNode.vue @@ -392,7 +392,7 @@ function updatePreprocessor(module: string, method: string, ...args: string[]) { @update:type="visualizationType = $event" />
- +
()