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
  • !8332

BS3: Remove Glyphicons

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge bs3_remove_icons into 3.0.0-wip 12 years ago
  • Overview 0
  • Commits 6
  • Pipelines 0
  • Changes 19

As of today, Glyphicons has moved out of Bootstrap 3 and into it's own repository under the twbs organization, where Bootstrap 3 will reside when it launches as well. Moving the Glyphicons font into a separate project makes a lot of sense:

  1. Makes Glyphicons more readily available to the masses, with or without Bootstrap's integration.
  2. Keeps the core project as lean as possible with regards to number of files, build processes, versioning, and more.
  3. Enables the community to more easily swap other icon libraries in and out.

Glyphicons will continue to be the official Bootstrap icon font and will be featured in the Bootstrap 3 documentation for easy access and implementation.

Head on over to glyphicons.getbootstrap.com to check 'em out.

Compare
  • 3.0.0-wip (base)

and
  • latest version
    8cd5d0be
    6 commits, 2 years ago

19 files
+ 24
- 887

    Preferences

    File browser
    Compare changes
do‎cs‎
_inc‎ludes‎
nav-compo‎nents.html‎ +0 -8
nav-cs‎s.html‎ +3 -0
ass‎ets‎
c‎ss‎
docs‎.css‎ +0 -1
fo‎nts‎
glyphiconshalfl‎ings-regular.eot‎ +0 -0
glyphiconshalfl‎ings-regular.otf‎ +0 -0
glyphiconshalfl‎ings-regular.svg‎ +0 -175
glyphiconshalfl‎ings-regular.ttf‎ +0 -0
glyphiconshalfli‎ngs-regular.woff‎ +0 -0
compone‎nts.html‎ +4 -319
css.‎html‎ +14 -0
index‎.html‎ +3 -3
fo‎nts‎
glyphiconshalfl‎ings-regular.eot‎ +0 -0
glyphiconshalfl‎ings-regular.otf‎ +0 -0
glyphiconshalfl‎ings-regular.svg‎ +0 -175
glyphiconshalfl‎ings-regular.ttf‎ +0 -0
glyphiconshalfli‎ngs-regular.woff‎ +0 -0
le‎ss‎
bootstr‎ap.less‎ +0 -1
glyphic‎ons.less‎ +0 -200
variabl‎es.less‎ +0 -5
docs/_includes/nav-components.html
+ 0
- 8
  • View file @ 8cd5d0be

  • Edit in single-file editor

  • Open in Web IDE


<li>
<a href="#icons">Glyphicons</a>
<ul class="nav">
<li><a href="#icons-list">Icon list</a></li>
<li><a href="#icons-how-to">How to use</a></li>
<li><a href="#icons-examples">Examples</a></li>
</ul>
</li>
<li>
<a href="#dropdowns">Dropdowns</a>
<ul class="nav">
docs/_includes/nav-css.html
+ 3
- 0
  • View file @ 8cd5d0be

  • Edit in single-file editor

  • Open in Web IDE


@@ -9,6 +9,9 @@
<li><a href="#overview-container">Container</a></li>
</ul>
</li>
<li>
<a href="#glyphicons">Glyphicons</a>
</li>
<li>
<a href="#grid">Grid system</a>
<ul class="nav">
docs/assets/css/docs.css
+ 0
- 1
  • View file @ 8cd5d0be

  • Edit in single-file editor

  • Open in Web IDE


@@ -95,7 +95,6 @@ body {
}
/* Customize and Download button
-------------------------------------------------- */
docs/assets/fonts/glyphiconshalflings-regular.eot deleted 100755 → 0
+ 0
- 0
  • View file @ cb483b67

glyphiconshalflings-regular.eot

Download
docs/assets/fonts/glyphiconshalflings-regular.otf deleted 100644 → 0
+ 0
- 0
  • View file @ cb483b67

glyphiconshalflings-regular.otf

Download
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    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
Mark Otto
Reference: twbs/bootstrap!8332
Source branch: bs3_remove_icons

Menu

Explore Projects Groups Snippets