Skip to content

Commit

Permalink
[fix][s]: Blurry Font test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-mahajan committed Mar 22, 2024
1 parent 91be28a commit b60576b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added ckanext/ubdc/public/base/fonts/OpenSansBold.ttf
Binary file not shown.
10 changes: 9 additions & 1 deletion ckanext/ubdc/public/base/fonts/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
/* Open Sans */
@font-face {
font-family: "Open Sans";
font-style: normal;
src: local("Open Sans Regular"), local("OpenSans-Regular"),
url("OpenSans.ttf") format("truetype");
font-weight: normal;
}

@font-face {
font-family: "Open Sans";
font-style: normal;
src: local("Open Sans Bold"), local("OpenSans-Bold"),
url("OpenSansBold.ttf") format("truetype");
font-weight: bold;
}

0 comments on commit b60576b

Please sign in to comment.