Skip to content

Commit

Permalink
bake font into themes, fix broken test, switch tests to mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Oct 18, 2024
1 parent 9922d15 commit a378049
Show file tree
Hide file tree
Showing 30 changed files with 37 additions and 426 deletions.
2 changes: 1 addition & 1 deletion css/theme/beige.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/league-gothic/league-gothic.css");
@import url("./fonts/league-gothic/league-gothic.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic");


Expand Down
2 changes: 1 addition & 1 deletion css/theme/black-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/source-sans-pro/source-sans-pro.css");
@import url("./fonts/source-sans-pro/source-sans-pro.css");


// Override theme settings (see ../template/settings.scss)
Expand Down
2 changes: 1 addition & 1 deletion css/theme/black.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/source-sans-pro/source-sans-pro.css");
@import url("./fonts/source-sans-pro/source-sans-pro.css");


// Override theme settings (see ../template/settings.scss)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion css/theme/league.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/league-gothic/league-gothic.css");
@import url("./fonts/league-gothic/league-gothic.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic");

// Override theme settings (see ../template/settings.scss)
Expand Down
2 changes: 1 addition & 1 deletion css/theme/moon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/league-gothic/league-gothic.css");
@import url("./fonts/league-gothic/league-gothic.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic");

/**
Expand Down
2 changes: 1 addition & 1 deletion css/theme/solarized.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/league-gothic/league-gothic.css");
@import url("./fonts/league-gothic/league-gothic.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic");


Expand Down
2 changes: 1 addition & 1 deletion css/theme/white-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/source-sans-pro/source-sans-pro.css");
@import url("./fonts/source-sans-pro/source-sans-pro.css");


// Override theme settings (see ../template/settings.scss)
Expand Down
2 changes: 1 addition & 1 deletion css/theme/white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


// Include theme-specific fonts
@import url("/theme/fonts/source-sans-pro/source-sans-pro.css");
@import url("./fonts/source-sans-pro/source-sans-pro.css");


// Override theme settings (see ../template/settings.scss)
Expand Down
321 changes: 0 additions & 321 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit a378049

Please sign in to comment.