My blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add more bootstrap icons

dish a2cb2327 35aa2056

+62 -4
+1 -1
scripts/bootstrap-icons/add-class.py
··· 2 2 import json 3 3 import os 4 4 5 - BASE_PATH = f"{os.environ['ROOT']}/scripts" 5 + BASE_PATH = f"{os.environ['ROOT']}/scripts/bootstrap-icons" 6 6 CLASSES_PATH = f"{BASE_PATH}/src/classes.json" 7 7 8 8 CLASSES = []
+17 -1
scripts/bootstrap-icons/src/classes.json
··· 1 - ["bi-exclamation-triangle"] 1 + [ 2 + "bi-bug", 3 + "bi-check-circle", 4 + "bi-check2", 5 + "bi-chevron-down", 6 + "bi-chevron-right", 7 + "bi-clipboard2-data", 8 + "bi-exclamation-triangle", 9 + "bi-fire", 10 + "bi-info-circle", 11 + "bi-lightning", 12 + "bi-list-ul", 13 + "bi-pencil", 14 + "bi-question-circle", 15 + "bi-quote", 16 + "bi-x-lg" 17 + ]
+44 -2
src/static/icons/bsi.min.css
··· 2 2 @font-face { 3 3 font-display: block; 4 4 font-family: bootstrap-icons; 5 - src: url("/static/icons/bsi.min.woff2?v=1739124270") format("woff2"); 5 + src: url("/static/icons/bsi.min.woff2?v=1740025433") format("woff2"); 6 6 } 7 7 .bi::before, 8 8 [class*=" bi-"]::before, ··· 17 17 vertical-align: -0.125em; 18 18 -webkit-font-smoothing: antialiased; 19 19 -moz-osx-font-smoothing: grayscale; 20 - }.bi-exclamation-triangle::before { 20 + }.bi-bug::before { 21 + content: "\f1dc"; 22 + } 23 + .bi-check-circle::before { 24 + content: "\f26b"; 25 + } 26 + .bi-check2::before { 27 + content: "\f272"; 28 + } 29 + .bi-chevron-down::before { 30 + content: "\f282"; 31 + } 32 + .bi-chevron-right::before { 33 + content: "\f285"; 34 + } 35 + .bi-exclamation-triangle::before { 21 36 content: "\f33b"; 22 37 } 38 + .bi-info-circle::before { 39 + content: "\f431"; 40 + } 41 + .bi-lightning::before { 42 + content: "\f46f"; 43 + } 44 + .bi-list-ul::before { 45 + content: "\f478"; 46 + } 47 + .bi-pencil::before { 48 + content: "\f4cb"; 49 + } 50 + .bi-question-circle::before { 51 + content: "\f505"; 52 + } 53 + .bi-x-lg::before { 54 + content: "\f659"; 55 + } 56 + .bi-quote::before { 57 + content: "\f6b0"; 58 + } 59 + .bi-clipboard2-data::before { 60 + content: "\f727"; 61 + } 62 + .bi-fire::before { 63 + content: "\f7f6"; 64 + }
src/static/icons/bsi.min.woff2

This is a binary file and will not be displayed.