Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
13a7d9e1
Unverified
Commit
13a7d9e1
authored
Mar 11, 2017
by
David Haynes
Browse files
Finish typography
- Using the bootstrap font stack - Responsive font sizes example
parent
f29bb1c0
Pipeline
#1049
passed with stage
in 58 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
13a7d9e1
...
@@ -273,3 +273,24 @@ footer {
...
@@ -273,3 +273,24 @@ footer {
width
:
50%
;
/* 6 columns */
width
:
50%
;
/* 6 columns */
}
}
}
}
html
{
font-size
:
14px
;
}
@include
media-breakpoint-up
(
sm
)
{
html
{
font-size
:
16px
;
}
}
@include
media-breakpoint-up
(
md
)
{
html
{
font-size
:
20px
;
}
}
@include
media-breakpoint-up
(
lg
)
{
html
{
font-size
:
28px
;
}
}
\ No newline at end of file
masonstrap/_variables.scss
View file @
13a7d9e1
...
@@ -264,7 +264,7 @@ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
...
@@ -264,7 +264,7 @@ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
!
default
;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
!
default
;
$font-family-base
:
$font-family-sans-serif
!
default
;
$font-family-base
:
$font-family-sans-serif
!
default
;
$font-size-base
:
0
.9375rem
;
$font-size-base
:
1rem
!
default
;
// Assumes the browser default, typically `16px`
$font-size-lg
:
1
.25rem
!
default
;
$font-size-lg
:
1
.25rem
!
default
;
$font-size-sm
:
.875rem
!
default
;
$font-size-sm
:
.875rem
!
default
;
$font-size-xs
:
.75rem
!
default
;
$font-size-xs
:
.75rem
!
default
;
...
...
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