Skip to content

Commit

Permalink
Fixed font
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Jan 8, 2024
1 parent 9709e4b commit a4c9b16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marker",
"private": true,
"author": "Savin Angel-Mario ([email protected])",
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marker"
version = "1.5.1"
version = "1.5.2"
description = "Marker is a minimalist web editor based on Monaco Editor"
authors = ["Savin Angel-Mario"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Marker",
"version": "1.5.1"
"version": "1.5.2"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"resizable": true,
"title": "Marker",
"width": 1024,
"url": "/"
"url": "/"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@font-face {
font-family: Fira Code;
font-family: 'Fira Code', monospace;
src: url("/FiraCode-Regular.ttf");
}

Expand Down

0 comments on commit a4c9b16

Please sign in to comment.