aboutsummaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-26 20:54:12 -0700
committerGitHub <[email protected]>2017-05-26 20:54:12 -0700
commit733c0926810a467782895f2f15ee2384f7c6c330 (patch)
treeddb0dd6ad55205648b8fe6b8a5b27d8f85cf5b50 /docs/about
parentb872a6f807d7c3fca072588ec1459cec0cae9a15 (diff)
downloadbootstrap-733c0926810a467782895f2f15ee2384f7c6c330.tar.xz
bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.zip
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/brand.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/about/brand.md b/docs/about/brand.md
index 601051c2f..32c40b9c4 100644
--- a/docs/about/brand.md
+++ b/docs/about/brand.md
@@ -14,14 +14,14 @@ Have a need for Bootstrap's brand resources? Great! We have only a few guideline
## Mark and logo
-Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in Helvetica Neue Bold. **Do not use the Twitter bird** in association with Bootstrap.
+Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap.
<div class="bd-brand-logos">
<div class="bd-brand-item">
- <div class="bd-booticon bd-booticon-lg">B</div>
+ <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-solid.svg" alt="Bootstrap" width="144" height="144">
</div>
<div class="bd-brand-item inverse">
- <div class="bd-booticon bd-booticon-lg bd-booticon-inverse">B</div>
+ <img class="svg" src="{{ site.baseurl }}/assets/brand/bootstrap-outline.svg" alt="Bootstrap" width="144" height="144">
</div>
</div>
<div class="bd-brand-logos">