diff --git a/package.json b/package.json index 06f2693..f4c4602 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marker", "private": true, "author": "Savin Angel-Mario (savin@angelmario.eu)", - "version": "1.5.1", + "version": "1.5.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 40e56c2..f72ba00 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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 = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 37181c1..09c0750 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Marker", - "version": "1.5.1" + "version": "1.5.2" }, "tauri": { "allowlist": { @@ -76,7 +76,7 @@ "resizable": true, "title": "Marker", "width": 1024, - "url": "/" + "url": "/" } ] } diff --git a/src/app.css b/src/app.css index 0071e60..0948ccb 100644 --- a/src/app.css +++ b/src/app.css @@ -1,5 +1,5 @@ @font-face { - font-family: Fira Code; + font-family: 'Fira Code', monospace; src: url("/FiraCode-Regular.ttf"); }