Skip to content

Commit

Permalink
Merge pull request #369 from nicolas-f/remove_google
Browse files Browse the repository at this point in the history
remove link to google fonts
  • Loading branch information
nicolas-f authored Oct 27, 2022
2 parents 9a0c893 + 473be05 commit b265694
Show file tree
Hide file tree
Showing 13 changed files with 464 additions and 429 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
858 changes: 430 additions & 428 deletions app/src/main/assets/html/help.html

Large diffs are not rendered by default.

24 changes: 23 additions & 1 deletion app/src/main/assets/html/style/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*!
* bootswatch v3.3.7
* Homepage: http://bootswatch.com
Expand All @@ -12,6 +11,29 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* roboto-regular - latin */

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local(''),
url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/assets/html/style/droidserif.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* latin */
@font-face {
font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
src: url('../fonts/DroidSerif-Regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/DroidSerif-Regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/DroidSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

0 comments on commit b265694

Please sign in to comment.