mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
revert code type and lineheight
This commit is contained in:
parent
bd5168aa62
commit
4a8ccf02a5
@ -17,7 +17,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Source+Serif+Pro"
|
||||
href="https://fonts.googleapis.com/css?family=Source+Code+Pro::ital,wght@0,400;0,600;1,400|Source+Sans+Pro:300,400,600|Source+Serif+Pro"
|
||||
media="screen"
|
||||
rel="stylesheet" />
|
||||
<link
|
||||
|
@ -57,6 +57,6 @@ $sl-playground-heading: 2.75rem;
|
||||
|
||||
// Component Sizes Custom
|
||||
// ----------------------
|
||||
$sl-line-height--console: 1;
|
||||
$sl-line-height--console: 0.875;
|
||||
$sl-width--mac-stadium-icon: 7rem;
|
||||
$sl-width--twitter-link: 8rem;
|
||||
|
@ -8,4 +8,5 @@ $sl-font-family--text: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI',
|
||||
$sl-font-family--display: 'Source Serif Pro', 'Apple Garamond', 'Baskerville',
|
||||
'Times New Roman', 'Droid Serif', times, serif, 'Apple Color Emoji',
|
||||
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
||||
$sl-font-family--code: Menlo, Consolas, "Courier New", Courier, ui-monospace, monospace !default;
|
||||
$sl-font-family--code: 'Source Code Pro', 'SF Mono', monaco, inconsolata,
|
||||
'Fira Mono', 'Droid Sans Mono', monospace, monospace !default;
|
||||
|
Loading…
Reference in New Issue
Block a user