Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

[W-] Update font-family to use Lume font stack #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/styles/less/errors.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border: 1px solid black;
border-radius: 4px 4px 4px 4px;
color: infotext;
font-family: 'Open Sans', sans-serif;
font-family: var(--lume-g-font-family);
font-size: 10pt;
overflow: hidden;
padding: 2px 5px;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ html[role=api-designer] {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-family: var(--lume-g-font-family);
}

div.container {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/less/shelf.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ div[role=shelf] ul[role=sections] > li[role=section] > ul[role=items] > li {
color: gray;
cursor: pointer;
float: left;
font-family: "Lucida Console", Monaco, monospace;
font-family: var(--lume-g-font-family-code);
font-size: 12px;
font-weight: lighter;
letter-spacing: 0.3px;
Expand Down