Skip to content

Commit

Permalink
Deploying to gh-pages from @ 96e07c3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Nov 7, 2023
1 parent ce90f47 commit ffc0668
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/bundle.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
}

a {
color: rgb(40, 90, 125);
color: #96bedb;
text-decoration: none;
}

Expand All @@ -25,7 +25,7 @@ a:hover {
}

a:visited {
color: rgb(70, 100, 115);
color: #7d9eae;
}

label {
Expand Down
15 changes: 10 additions & 5 deletions locales/en/lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,17 @@
"remove": "Remove"
},
"fonts": {
"local": "Local",
"web": "Web",
"name": "Name",
"url": "URL",
"type": "Font type",
"local": "Local font",
"web": "Web-hosted font",
"name_local": "Name of the font installed on your device",
"name_web": "Name of the font",
"url": "Link to the font file (.woff2, .ttf, .otf)",
"confirm": "Confirm",
"cancel": "Cancel"
"restoreDefault": "Restore default fonts",
"close": "Close",
"tip_local": "**Local font**. If you have a font [installed on your computer](https://faqs.skillcrush.com/article/275-downloading-installing-a-font-on-your-computer), just provide the font name. Make sure the browser is reloaded after the installation. The font won't work on machines not having it installed. Good source of fonts are [Fontdesk](https://fontesk.com) and [DaFont](https://www.dafont.com).",
"tip_web": "**Web-hosted font**. Provide font name and link to the font file hosted online. The best free font hostings are [Google Fonts](https://fonts.google.com) and [CDN Fonts](https://www.cdnfonts.com). To get font file open the link to css provided by these services and manually copy the link to .woff2 of desired variant. To add another variant (e.g. Cyrillic), add the font under a different name."
},
"editor": {
"ordinary": "Ordinary",
Expand Down
2 changes: 1 addition & 1 deletion sw.js.map

Large diffs are not rendered by default.

0 comments on commit ffc0668

Please sign in to comment.