Skip to content

Commit

Permalink
[fonts][GDPR][m] Remove DS Store, Fix the params, font-weight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-sharma12 committed Oct 9, 2023
1 parent b5738f3 commit 5f6227d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckanext/ubdc/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("../../../base/fonts/stylesheet.css?family=Open+Sans:300,200,400,600,600,700");
@import url("../../../base/fonts/stylesheet.css");
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
Expand Down
Binary file removed ckanext/ubdc/public/base/fonts/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion ckanext/ubdc/public/base/fonts/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@font-face {
font-family: "OpenSans";
font-style: normal;
font-weight: 300;
src: local("Open Sans Regular"), local("OpenSans-Regular"),
url("OpenSans.ttf") format("truetype");
}
2 changes: 1 addition & 1 deletion ckanext/ubdc/public/base/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $imagePath: "../../../base/images";
$spritePath: "#{$imagePath}/sprite-ckan-icons.png";
$bgPath: "#{$imagePath}/bg.png";
$FontAwesomePath: "../../../base/vendor/font-awesome/font";
@import url('../../../base/fonts/stylesheet.css?family=Open+Sans:300,200,400,600,600,700');
@import url('../../../base/fonts/stylesheet.css');

// Branding colors
$brandPrimary: #F37021;
Expand Down

0 comments on commit 5f6227d

Please sign in to comment.