Skip to content

Commit

Permalink
Update Open Sans to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 3, 2025
1 parent 8a119c1 commit a8a4b2b
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,46 @@
@import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import '../node_modules/bootstrap/dist/css/bootstrap-theme.min.css';

/** Open Sans from https://gwfh.mranftl.com/fonts/open-sans?subsets=latin */
/* open-sans-300 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local(''),
url('../web/font/open-sans-v27-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../web/font/open-sans-v27-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
src: url('../web/font/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
/* open-sans-300italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: local(''),
url('../web/font/open-sans-v27-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../web/font/open-sans-v27-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-style: italic;
font-weight: 300;
src: url('../web/font/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('../web/font/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../web/font/open-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
src: url('../web/font/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
/* open-sans-500 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local(''),
url('../web/font/open-sans-v27-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../web/font/open-sans-v27-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-weight: 500;
src: url('../web/font/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
/* open-sans-600 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local(''),
url('../web/font/open-sans-v27-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../web/font/open-sans-v27-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-style: normal;
font-weight: 600;
src: url('../web/font/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fontello */
@font-face {
Expand Down
Binary file removed web/font/open-sans-v27-latin-300.woff
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-300.woff2
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-300italic.woff
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-300italic.woff2
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-500.woff
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-500.woff2
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-600.woff
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-600.woff2
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-regular.woff
Binary file not shown.
Binary file removed web/font/open-sans-v27-latin-regular.woff2
Binary file not shown.
Binary file added web/font/open-sans-v40-latin-300.woff2
Binary file not shown.
Binary file added web/font/open-sans-v40-latin-300italic.woff2
Binary file not shown.
Binary file added web/font/open-sans-v40-latin-500.woff2
Binary file not shown.
Binary file added web/font/open-sans-v40-latin-600.woff2
Binary file not shown.
Binary file added web/font/open-sans-v40-latin-regular.woff2
Binary file not shown.

0 comments on commit a8a4b2b

Please sign in to comment.