Skip to content

Commit

Permalink
move font import so it works
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Oct 17, 2024
1 parent 0095062 commit 630342f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions www/api/data/components/1-styling/componentCss/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

html, body {
margin: 0;
padding: 0;
Expand Down
2 changes: 0 additions & 2 deletions www/api/data/components/1-styling/componentCss/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

:root {
--highlight-dark: #f16623;
--highlight-light: #ff8003;
Expand Down
2 changes: 1 addition & 1 deletion www/api/data/components/1-styling/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"styling","description":""}
{"id":"1-styling","description":""}
4 changes: 2 additions & 2 deletions www/api/data/generated.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<!-- Component CSS -->
<style>
/* extra */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

html, body {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -32,8 +34,6 @@
padding: 5px;
}
/* style */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

:root {
--highlight-dark: #f16623;
--highlight-light: #ff8003;
Expand Down

0 comments on commit 630342f

Please sign in to comment.