Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-08-12 03:59:52 +0300
committerGitHub <noreply@github.com>2021-08-12 03:59:52 +0300
commit3613a7d46909c0438dbb8dca01fcb40f481189b6 (patch)
treef9f8bb10e6ddb9e3fd7309ed83546f2528fc357f /font
parent13beaa728fc3c6aa65378b584f27ecac3f7bb1bf (diff)
Add Apple, Windows, and Microsoft (#975)
Co-Authored-By: Kyle Keevill <kylek14@gmail.com>
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css7
-rw-r--r--font/bootstrap-icons.json5
-rw-r--r--font/fonts/bootstrap-icons.woffbin106800 -> 107228 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin79108 -> 79280 bytes
-rw-r--r--font/index.html12
5 files changed, 21 insertions, 3 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index 91b9fcc21..651f7213b 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -1,7 +1,7 @@
@font-face {
font-family: "bootstrap-icons";
- src: url("./fonts/bootstrap-icons.woff2?c0f46bd4a179066373b636ea27738b40") format("woff2"),
-url("./fonts/bootstrap-icons.woff?c0f46bd4a179066373b636ea27738b40") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?3d0efe3c74e17cd482a2fd7900a3486e") format("woff2"),
+url("./fonts/bootstrap-icons.woff?3d0efe3c74e17cd482a2fd7900a3486e") format("woff");
}
[class^="bi-"]::before,
@@ -1388,3 +1388,6 @@ url("./fonts/bootstrap-icons.woff?c0f46bd4a179066373b636ea27738b40") format("wof
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
+.bi-apple::before { content: "\f65b"; }
+.bi-microsoft::before { content: "\f65d"; }
+.bi-windows::before { content: "\f65e"; }
diff --git a/font/bootstrap-icons.json b/font/bootstrap-icons.json
index 14c90721c..1de130082 100644
--- a/font/bootstrap-icons.json
+++ b/font/bootstrap-icons.json
@@ -1368,5 +1368,8 @@
"slash-lg": 63063,
"translate": 63064,
"x-lg": 63065,
- "safe": 63066
+ "safe": 63066,
+ "apple": 63067,
+ "microsoft": 63069,
+ "windows": 63070
} \ No newline at end of file
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index b896d344d..d30363cbc 100644
--- a/font/fonts/bootstrap-icons.woff
+++ b/font/fonts/bootstrap-icons.woff
Binary files differ
diff --git a/font/fonts/bootstrap-icons.woff2 b/font/fonts/bootstrap-icons.woff2
index 6457ab24a..cae92475e 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ
diff --git a/font/index.html b/font/index.html
index a1d33ad9c..3be4ce164 100644
--- a/font/index.html
+++ b/font/index.html
@@ -86,6 +86,10 @@
<div class="label">app</div>
</div>
<div class="icon">
+ <i class="bi bi-apple"></i>
+ <div class="label">apple</div>
+ </div>
+ <div class="icon">
<i class="bi bi-archive-fill"></i>
<div class="label">archive-fill</div>
</div>
@@ -3798,6 +3802,10 @@
<div class="label">mic</div>
</div>
<div class="icon">
+ <i class="bi bi-microsoft"></i>
+ <div class="label">microsoft</div>
+ </div>
+ <div class="icon">
<i class="bi bi-minecart-loaded"></i>
<div class="label">minecart-loaded</div>
</div>
@@ -5466,6 +5474,10 @@
<div class="label">window</div>
</div>
<div class="icon">
+ <i class="bi bi-windows"></i>
+ <div class="label">windows</div>
+ </div>
+ <div class="icon">
<i class="bi bi-wrench"></i>
<div class="label">wrench</div>
</div>