diff options
Diffstat (limited to 'build/font')
-rw-r--r-- | build/font/css.hbs | 4 | ||||
-rw-r--r-- | build/font/scss.hbs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/font/css.hbs b/build/font/css.hbs index 6f2aa30..76f27ce 100644 --- a/build/font/css.hbs +++ b/build/font/css.hbs @@ -1,7 +1,7 @@ /*! - * Bootstrap Icons (https://icons.getbootstrap.com/) + * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/) * Copyright 2019-2023 The Bootstrap Authors - * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md) + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ @font-face { diff --git a/build/font/scss.hbs b/build/font/scss.hbs index 710b45c..e3bfaf0 100644 --- a/build/font/scss.hbs +++ b/build/font/scss.hbs @@ -1,7 +1,7 @@ /*! - * Bootstrap Icons (https://icons.getbootstrap.com/) + * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/) * Copyright 2019-2023 The Bootstrap Authors - * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md) + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ ${{ name }}-font: "{{ name }}" !default; |