Skip to content

Commit

Permalink
Add new Blueprint.js v4 font
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed Apr 3, 2024
1 parent c34e136 commit c8dfa5f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fonts/blueprint-16-new/blueprint-icons-16.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@font-face {
font-family: "blueprint-icons-16";
src: url("./blueprint-icons-16.ttf") format("truetype"), url("./blueprint-icons-16.woff") format("woff");
}
Binary file added fonts/blueprint-16-new/blueprint-icons-16.ttf
Binary file not shown.
Binary file added fonts/blueprint-16-new/blueprint-icons-16.woff
Binary file not shown.
5 changes: 5 additions & 0 deletions pemFioi/fontsLoader-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ var importableFonts = function () {
check: '12px "Icons16"',
src: mp+"/fonts/blueprint-16/blueprint-icons-16.css",
cdn: "https://static4.castor-informatique.fr/modules/fonts/blueprint-16/blueprint-icons-16.css"
},
'blueprint-16-new': {
check: '12px "blueprint-icons-16"',
src: mp+"/fonts/blueprint-16-new/blueprint-icons-16.css",
cdn: "https://static4.castor-informatique.fr/modules/fonts/blueprint-16-new/blueprint-icons-16.css"
}
};
}
Expand Down

0 comments on commit c8dfa5f

Please sign in to comment.