Skip to content

Commit 5757a1f

Browse files
committed
Add CSS, JS, and TS
1 parent fd66a68 commit 5757a1f

File tree

13 files changed

+51
-5
lines changed

13 files changed

+51
-5
lines changed

bootstrap-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/content/icons/css.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: CSS
3+
categories:
4+
- Brand
5+
tags:
6+
- frontend
7+
- stylesheet
8+
- web
9+
---

docs/content/icons/javascript.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: JavaScript
3+
categories:
4+
- Brand
5+
tags:
6+
- frontend
7+
- js
8+
- web
9+
---

docs/content/icons/typescript.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: TypeScript
3+
categories:
4+
- Brand
5+
tags:
6+
- frontend
7+
- js
8+
- ts
9+
- web
10+
---

font/bootstrap-icons.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@font-face {
88
font-display: block;
99
font-family: "bootstrap-icons";
10-
src: url("./fonts/bootstrap-icons.woff2?359f490d043246b027b75b9b63358dfc") format("woff2"),
11-
url("./fonts/bootstrap-icons.woff?359f490d043246b027b75b9b63358dfc") format("woff");
10+
src: url("./fonts/bootstrap-icons.woff2?3d467865f7fa83ea8fa0d9e559a3fd81") format("woff2"),
11+
url("./fonts/bootstrap-icons.woff?3d467865f7fa83ea8fa0d9e559a3fd81") format("woff");
1212
}
1313

1414
.bi::before,
@@ -2096,3 +2096,6 @@ url("./fonts/bootstrap-icons.woff?359f490d043246b027b75b9b63358dfc") format("wof
20962096
.bi-claude::before { content: "\f914"; }
20972097
.bi-openai::before { content: "\f915"; }
20982098
.bi-perplexity::before { content: "\f916"; }
2099+
.bi-css::before { content: "\f917"; }
2100+
.bi-javascript::before { content: "\f918"; }
2101+
.bi-typescript::before { content: "\f919"; }

font/bootstrap-icons.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,5 +2068,8 @@
20682068
"apple-music": 63763,
20692069
"claude": 63764,
20702070
"openai": 63765,
2071-
"perplexity": 63766
2071+
"perplexity": 63766,
2072+
"css": 63767,
2073+
"javascript": 63768,
2074+
"typescript": 63769
20722075
}

font/bootstrap-icons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

font/bootstrap-icons.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,6 +2103,9 @@ $bootstrap-icons-map: (
21032103
"claude": "\f914",
21042104
"openai": "\f915",
21052105
"perplexity": "\f916",
2106+
"css": "\f917",
2107+
"javascript": "\f918",
2108+
"typescript": "\f919",
21062109
);
21072110

21082111
@each $icon, $codepoint in $bootstrap-icons-map {

font/fonts/bootstrap-icons.woff

408 Bytes
Binary file not shown.

font/fonts/bootstrap-icons.woff2

104 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)