Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !8237

Add heading font family variable

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/luishdez/feature/var-heading-family into 3.0.0-wip 12 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: luishdez

Mention at #6342

Compare
  • 3.0.0-wip (base)

and
  • latest version
    cd09f321
    1 commit, 2 years ago

2 files
+ 2
- 0

    Preferences

    File browser
    Compare changes
le‎ss‎
type‎.less‎ +1 -0
variabl‎es.less‎ +1 -0
less/type.less
+ 1
- 0
  • View file @ cd09f321

  • Edit in single-file editor

  • Open in Web IDE


@@ -54,6 +54,7 @@ a.text-success:focus { color: darken(@state-success-text, 10%); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
small {
less/variables.less
+ 1
- 0
  • View file @ cd09f321

  • Edit in single-file editor

  • Open in Web IDE


@@ -53,6 +53,7 @@
@line-height-base: 1.428571429; // 20/14
@line-height-computed: floor(@font-size-base * @line-height-base); // ~20px
@headings-font-family: @font-family-sans-serif;
@headings-font-weight: 500;
@headings-line-height: 1.1;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
css
1
css
    Assign labels
  • Manage project labels

Milestone
v3.0.0
v3.0.0
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: twbs/bootstrap!8237
Source branch: github/fork/luishdez/feature/var-heading-family

Menu

Explore Projects Groups Snippets