Skip to content

Commit

Permalink
2024 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
1John419 committed May 12, 2024
1 parent 710e90b commit 3c3ee61
Show file tree
Hide file tree
Showing 88 changed files with 4,528 additions and 3,173 deletions.
41 changes: 0 additions & 41 deletions .eslintrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions .jsbeautifyrc

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Offline King James Bible Search.

***

Dedicated to our precious Lord and Saviour Jesus Christ.
Dedicated to our precious Lord and Saviour, Jesus Christ of Nazareth.

ALL the power belongs to My King! The glory is all His.

Expand All @@ -26,3 +26,7 @@ It should also support the latest version of the Safari browser, but has not bee
### Contact

`[email protected]`

### Website

`1-john-419.org`
2,637 changes: 1,396 additions & 1,241 deletions bundle.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions css/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../font/roboto-v30-latin-regular.woff2') format('woff2');
src: url('/font/roboto-v30-latin-regular.woff2') format('woff2');
}

.font--roboto {
Expand All @@ -16,8 +15,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url('../font/open-sans-v34-latin-regular.woff2') format('woff2');
src: url('/font/open-sans-v40-latin-regular.woff2') format('woff2');
}

.font--open-sans {
Expand All @@ -29,8 +27,7 @@
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
url('../font/roboto-slab-v24-latin-regular.woff2') format('woff2');
src: url('/font/roboto-slab-v34-latin-regular.woff2') format('woff2');
}

.font--roboto-slab {
Expand All @@ -42,64 +39,67 @@
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'),
url('../font/merriweather-v30-latin-regular.woff2') format('woff2');
src: url('/font/merriweather-v30-latin-regular.woff2') format('woff2');
}

.font--merriweather {
font-family: 'Merriweather', serif;
}

@font-face {
font-family: 'Dancing Script';
font-display: swap;
font-family: 'Courgette';
font-style: normal;
font-weight: 400;
src: local('Dancing Script'), local('DancingScript-Regular'), url('../font/dancing-script-v24-latin-regular.woff2') format('woff2');
src: url('/font/courgette-v17-latin-regular.woff2') format('woff2');
}

.font--dancing-script {
font-family: 'Dancing Script', cursive;
.font--courgette {
font-family: 'Courgette', cursive;
}

@font-face {
font-family: 'Shadows Into Light';
font-display: swap;
font-family: 'Merienda';
font-style: normal;
font-weight: 400;
src: local('Shadows Into Light'), local('ShadowsIntoLight-Regular'), url('../font/shadows-into-light-v15-latin-regular.woff2') format('woff2');
src: url('/font/merienda-v19-latin-regular.woff2') format('woff2');
}

.font--shadows-into-light {
font-family: 'Shadows Into Light', cursive;
.font--merienda {
font-family: 'Mereanda', cursive;
}

@font-face {
font-display: swap;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: local('Roboto Mono'), local('RobotoMono-Regular'), url('../font/roboto-mono-v22-latin-regular.woff2') format('woff2');
src: url('/font/roboto-mono-v23-latin-regular.woff2') format('woff2');
}

.font--roboto-mono {
font-family: 'Roboto Mono', monospace;
}

@font-face {
font-display: swap;
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
src: local('Inconsolata'), local('Inconsolata-Regular'), url('../font/inconsolata-v31-latin-regular.woff2') format('woff2');
src: url('/font/inconsolata-v32-latin-regular.woff2') format('woff2');
}

.font--inconsolata {
font-family: 'Inconsolata', monospace;
}

@font-face {
font-display: swap;
font-family: 'Noto Serif Hebrew';
font-style: normal;
font-weight: 400;
src: local(''),
url('../font/noto-serif-hebrew-v20-latin-regular.woff2') format('woff2');
src: url('/font/noto-serif-hebrew-v25-latin-regular.woff2') format('woff2');
}

.font--hebrew {
Expand Down
Loading

0 comments on commit 3c3ee61

Please sign in to comment.