Skip to content

Commit

Permalink
i think all text is Inter now!
Browse files Browse the repository at this point in the history
nice
  • Loading branch information
Wo0fle committed Jun 6, 2023
1 parent a03076b commit 710aa23
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This extension is not on any web stores, so if you would like to use this extens

# Before

![icon](./source/images/before.png)
![icon](./images/before.png)

# After

![icon](./source/images/after.png)
![icon](./images/after.png)

# Here's what my csTimer looks like after using this extension!

![icon](./source/images/my_csTimer.png)
![icon](./images/my_csTimer.png)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"manifest_version": 3,

"name": "Inter Font for csTimer",
"description": "Changes text fonts in csTimer to Inter, as well as making some barely-noticable style changes.",
"version": "1.1",
"description": "Changes text fonts in csTimer to Inter.",
"version": "2",

"content_scripts": [{
"css": ["style.css"],
"matches": ["https://*.cstimer.net/*", "http://*.cstimer.net/*"]
}],

"action": {
"default_icon": "images/icon.png"
"default_icon": "icon.png"
}
}
8 changes: 6 additions & 2 deletions source/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, span, td, input, #lcd, #avgstr span, #leftbar .mybutton div span:not(.icon), #stats, select, #scrambleDiv nobr, #scrambleTxt, #toolsDiv, .popup, .dialog.dialogcfm div, .dialog.dialogoption div, .dialog.dialogstats div, .dialog.dialogexport div, .dialog.dialoglogo div, .dialog.dialogssmgr div, textarea {
font-family: 'Inter'
html, span, td, input, #lcd, #avgstr span, #leftbar .mybutton div span:not(.icon), #stats, select, #scrambleDiv nobr, #scrambleTxt, #toolsDiv, #toolsDiv div, #toolsDiv div div, .popup, .dialog.dialogcfm div, .dialog.dialogoption div, .dialog.dialogstats div, .dialog.dialogexport div, .dialog.dialoglogo div, .dialog.dialogssmgr div, .dialog div, textarea {
font-family: 'Inter';
}

#toolsDiv div div {
font-family: 'Inter' !important;
}

#toolsDiv select , #stats select {
Expand Down

0 comments on commit 710aa23

Please sign in to comment.