Skip to content

Commit

Permalink
remove the use of fonts.googleapis.com in the modernandsleek theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronm123 committed May 12, 2022
1 parent bd3a5ef commit 2e0da1e
Show file tree
Hide file tree
Showing 8 changed files with 818 additions and 624 deletions.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
982 changes: 360 additions & 622 deletions themes/Nottingham/modernandsleek/modernandsleek.css

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion themes/Nottingham/modernandsleek/modernandsleek.css.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion themes/Nottingham/modernandsleek/modernandsleek.scss
@@ -1,4 +1,16 @@
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
/* libre-franklin-regular - latin-ext_latin */
@font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400;
src: url('../fonts/libre-franklin-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/libre-franklin-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/libre-franklin-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/libre-franklin-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/libre-franklin-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/libre-franklin-v12-latin-ext_latin-regular.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}
@import "scss/_allvariables"; /*start here and set the default values for all the variables*/
@import "scss/_header";
@import "scss/_pagetypes";
Expand Down

0 comments on commit 2e0da1e

Please sign in to comment.