Skip to content

Commit 4138bde

Browse files
author
Dmitry Antonov
committed
deleted unnecessary fonts
1 parent 8bf896b commit 4138bde

File tree

10 files changed

+7
-2492
lines changed

10 files changed

+7
-2492
lines changed

src/assets/css/ionicons.css

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

src/assets/css/weather-icons.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
*/
2222
@font-face {
2323
font-family: 'weathericons';
24-
src: url('./../fonts/weathericons-regular-webfont.eot');
25-
src: url('./../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./../fonts/weathericons-regular-webfont.woff2') format('woff2'), url('./../fonts/weathericons-regular-webfont.woff') format('woff'), url('./../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('./../fonts/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
24+
src: url('./../fonts/weathericons-regular-webfont.woff2') format('woff2');
2625
font-weight: normal;
2726
font-style: normal;
2827
}

src/assets/fonts/ionicons.eot

-118 KB
Binary file not shown.

src/assets/fonts/ionicons.svg

Lines changed: 0 additions & 2230 deletions
This file was deleted.

src/assets/fonts/ionicons.ttf

-184 KB
Binary file not shown.
-97.4 KB
Binary file not shown.

src/assets/fonts/weathericons-regular-webfont.svg

Lines changed: 0 additions & 257 deletions
This file was deleted.
-97.2 KB
Binary file not shown.
-55.1 KB
Binary file not shown.

src/components/SettingsForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<script>
3737
const { ipcRenderer } = require("electron");
3838
const config = require("electron-json-config");
39-
//const cityList = require("../assets/cityList.js");
40-
const cityList = ["Saransk", "Moscow"];
39+
const cityList = require("../assets/cityList.js"); //эту дичь надоверно поправить стоит
40+
//const cityList = ["Saransk", "Moscow"];
4141
export default {
4242
name: "SettingsForm",
4343
data: function() {

0 commit comments

Comments
 (0)