Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Working Groups
AsciiDoc WG
asciidoc.org
Commits
53949246
Commit
53949246
authored
Apr 05, 2022
by
Dan Allen
Committed by
Guillaume Grossetie
Apr 05, 2022
Browse files
resolves
#10
set font family on playground editor; move declaration to CSS var
parent
5714c0e0
Pipeline
#3085
passed with stages
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pages/assets/css/_base.css
View file @
53949246
...
...
@@ -20,6 +20,7 @@
--gray-color-900
:
#18191f
;
--brand-font-primary
:
"Inter__subset"
,
"Inter"
,
blinkmacsystemfont
,
-apple-system
,
"Segoe UI"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
"Helvetica"
,
"Arial"
,
sans-serif
;
--brand-font-secondary
:
"Urbanist__subset"
,
"Urbanist"
,
blinkmacsystemfont
,
-apple-system
,
"Segoe UI"
,
"Oxygen"
,
"Ubuntu"
,
"Cantarell"
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
"Helvetica"
,
"Arial"
,
sans-serif
;
--monospace-font
:
"Source Code Pro__subset"
,
"Source Code Pro"
,
monospace
;
}
html
{
...
...
@@ -572,6 +573,7 @@ section.try .toggle {
#editorCode
.cm-scroller
{
border-radius
:
5px
;
font-family
:
var
(
--monospace-font
);
}
#editorCode
.cm-scroller
::-webkit-scrollbar
{
...
...
@@ -1760,7 +1762,7 @@ code,
kbd
,
pre
,
samp
{
font-family
:
"Source Code Pro"
,
ui-monospace
,
SFMono-Regular
,
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
;
font-family
:
var
(
--monospace-font
)
;
font-weight
:
400
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment