Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.1 released #33

Merged
merged 2 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params:
copyright: "QWeather"
mit: "https://github.com/qwd/Icons/blob/main/LICENSE"
cc: "https://creativecommons.org/licenses/by/4.0/deed.zh"
ver: "1.3.0"
ver: "1.3.1"
qw: "https://www.qweather.com"
dev: "https://dev.qweather.com"
widget: "https://widget.qweather.com"
Expand Down
Binary file modified font/fonts/qweather-icons.ttf
Binary file not shown.
Binary file modified font/fonts/qweather-icons.woff
Binary file not shown.
Binary file modified font/fonts/qweather-icons.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions font/qweather-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

@font-face {
font-family: "qweather-icons";
src: url("./fonts/qweather-icons.woff2?78b6b3398bc87afd33d4383ef3c880b8") format("woff2"),
url("./fonts/qweather-icons.woff?78b6b3398bc87afd33d4383ef3c880b8") format("woff"),
url("./fonts/qweather-icons.ttf?78b6b3398bc87afd33d4383ef3c880b8") format("truetype");
src: url("./fonts/qweather-icons.woff2?7c5ed55880254ecc7b3b7a4b2be61fef") format("woff2"),
url("./fonts/qweather-icons.woff?7c5ed55880254ecc7b3b7a4b2be61fef") format("woff"),
url("./fonts/qweather-icons.ttf?7c5ed55880254ecc7b3b7a4b2be61fef") format("truetype");
}

[class^="qi-"]::before,
Expand Down
4 changes: 3 additions & 1 deletion icons/1029.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/1067.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/1074.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/150.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qweather-icons",
"version": "1.3.0",
"version": "1.3.1",
"description": "Official open source SVG icon and font library for dev.qweather.com",
"author": "dev.qweather.com",
"license": "MIT",
Expand Down