Skip to content

Commit

Permalink
[ACS-5166] use published open sans font (#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jun 20, 2023
1 parent 3ea26c2 commit 10935e9
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 160 deletions.
2 changes: 0 additions & 2 deletions app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
}
],
"styles": [
"app/src/assets/fonts/OpenSans/OpenSans.css",
"node_modules/cropperjs/dist/cropper.min.css",
"node_modules/pdfjs-dist/web/pdf_viewer.css",
"projects/aca-content/src/lib/ui/application.scss",
Expand Down Expand Up @@ -244,7 +243,6 @@
"node_modules/moment/min/moment.min.js"
],
"styles": [
"app/src/assets/fonts/OpenSans/OpenSans.css",
"app/src/styles.scss",
"projects/aca-content/src/lib/ui/application.scss"
],
Expand Down
93 changes: 0 additions & 93 deletions app/src/assets/fonts/OpenSans/OFL.txt

This file was deleted.

Binary file removed app/src/assets/fonts/OpenSans/OpenSans-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed app/src/assets/fonts/OpenSans/OpenSans-Light.ttf
Binary file not shown.
Binary file removed app/src/assets/fonts/OpenSans/OpenSans-Medium.ttf
Binary file not shown.
Binary file removed app/src/assets/fonts/OpenSans/OpenSans-Regular.ttf
Binary file not shown.
Binary file removed app/src/assets/fonts/OpenSans/OpenSans-SemiBold.ttf
Binary file not shown.
65 changes: 0 additions & 65 deletions app/src/assets/fonts/OpenSans/OpenSans.css

This file was deleted.

2 changes: 2 additions & 0 deletions app/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import 'material-icons/iconfont/material-icons.css';

/* You can add global styles to this file, and also import other style files */
@import '@fontsource/open-sans';

body,
html {
height: 100%;
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@fontsource/open-sans": "^5.0.3",
"@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1",
"@ngrx/effects": "^14.2.0",
Expand Down

0 comments on commit 10935e9

Please sign in to comment.