FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/static/src/stylesheets/base/_type.scss at master · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend
/
static
/
src
/
stylesheets
/
base
/
_type.scss
Copy path
More file actions
More file actions
Latest commit
History
History
History
76 lines (60 loc) · 1.43 KB
Breadcrumbs
frontend
/
static
/
src
/
stylesheets
/
base
/
_type.scss
Copy path
File metadata and controls
76 lines (60 loc) · 1.43 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
==========================================================================
Global typography settings
==========================================================================
*/
/*
Root base
==========================================================================
*/
html
{
font-family
:
$f-serif-text
;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
}
body
{
line-height
:
1.5
;
color
:
$brightness-7
;
}
/*
*
* Turn on kerning and ligatures
* Causes issues in Chrome at the moment
*/
html
,
body
{
text-rendering
:
optimizeSpeed
;
}
.should-kern
body
{
text-rendering
:
optimizeLegibility
;
font-feature-settings
:
'
kern
'
;
font-kerning
:
normal
;
//
Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21
font-variant-ligatures
:
common-ligatures
;
}
/*
Base headings
==========================================================================
*/
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin
:
0
;
}
/*
Type helpers
==========================================================================
*/
/*
*
* DEPRECATED:
* Use font-scale mixins instead
*/
//
SerifText
.type-5
{
@extend
%type-5
!optional
; }
/*
Default type elements
==========================================================================
*/
blockquote
{
margin
:
0
;
}
p
{
margin-top
:
0
;
margin-bottom
: (
$gs-baseline
/
3
)
*
2
;
}
h3
{
@include
fs-bodyCopy
(
2
);
font-weight
:
normal
;
margin-bottom
:
7
px
;
}
Back
|
FazBrowse Home
|
New Git URL