Skip to content

Commit e8e93b2

Browse files
version 1.2.5
Update changelog; fix icon fonts URL in style.css.
1 parent 800f669 commit e8e93b2

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## [1.2.5] - 2026-01-24
4+
5+
### Changed
6+
7+
- Fixed icon fonts url in style.css
8+
39
## [1.2.4] - 2026-01-24
410

5-
###
11+
### Added
612

713
- Added project license
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mfp-app",
33
"private": true,
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Material Symbols
5050
@font-face {
5151
font-family: 'Material Symbols Outlined';
5252
font-style: normal;
53-
src: url(material-symbols.woff) format('woff');
53+
src: url("/assets/material-symbols.woff") format('woff');
5454
}
5555

5656
.material-symbols-outlined {

0 commit comments

Comments
 (0)