Skip to content

Commit

Permalink
update some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabiermi committed Jan 22, 2024
1 parent e67bd0f commit a205189
Show file tree
Hide file tree
Showing 19 changed files with 572 additions and 513 deletions.
6 changes: 6 additions & 0 deletions omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ public static function load() {
array(),
'1.0.0',
);
wp_enqueue_style(
'styles.css',
plugin_dir_url( __FILE__ ) . 'module/styles/styles.css?' . time(),
array(),
'1.0.0',
);
}
}

Expand Down
File renamed without changes
97 changes: 97 additions & 0 deletions omnisend/module/assets/fonts/roboto/roboto.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 100;
src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
url("./Roboto-ThinItalic.ttf");
}

@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 300;
src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
url("./Roboto-LightItalic.ttf");
}

@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 400;
src: local("Roboto Italic"), local("Roboto-Italic"),
url("./Roboto-Italic.ttf");
}

@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 500;
src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
url("./Roboto-MediumItalic.ttf");
}

@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 700;
src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
url(/Roboto-BoldItalic.ttf);
}

@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 900;
src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
url("./Roboto-BlackItalic.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 100;
src: local("Roboto Thin"), local("Roboto-Thin"), url("./Roboto-Thin.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 300;
src: local("Roboto Light"), local("Roboto-Light"), url("./Roboto-Light.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: local("Roboto"), local("Roboto-Regular"), url("./Roboto-Regular.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: local("Roboto Medium"), local("Roboto-Medium"),
url("./Roboto-Medium.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 700;
src: local("Roboto Bold"), local("Roboto-Bold"), url("./Roboto-Bold.ttf");
}

@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 900;
src: local("Roboto Black"), local("Roboto-Black"), url("./Roboto-Black.ttf");
}

@font-face {
font-family: "Roboto Light";
font-style: normal;
font-weight: 300;
src: local("Roboto Light"), local("Roboto-Light"), url("./Roboto-Light.ttf");
}
90 changes: 0 additions & 90 deletions omnisend/module/assets/fonts/roboto/roboto/roboto.css

This file was deleted.

Loading

0 comments on commit a205189

Please sign in to comment.