@titelmedia/bricks-theme
Advanced tools
Comparing version 2.1.8 to 2.1.29
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.1.29](https://github.com/titel-media/bricks-lerna/compare/v2.1.28...v2.1.29) (2023-12-07) | ||
### Features | ||
- added roboto & helvetica to interview ([e2fcac0](https://github.com/titel-media/bricks-lerna/commit/e2fcac02ec104beaf2ac3bc9fe4f30024efcd0b1)) | ||
## [2.1.8](https://github.com/titel-media/bricks-lerna/compare/v2.1.6...v2.1.8) (2023-09-12) | ||
@@ -8,0 +14,0 @@ |
@@ -30,4 +30,8 @@ "use strict"; | ||
var _tradeGothicLtstdBdcn2 = _interopRequireDefault(require("./fonts/trade-gothic-ltstd-bdcn20.woff2")); | ||
var _robotomonoRegular = _interopRequireDefault(require("./fonts/robotomono-regular.woff")); | ||
var _robotomonoRegular2 = _interopRequireDefault(require("./fonts/robotomono-regular.woff2")); | ||
var _helveticaneue = _interopRequireDefault(require("./fonts/helveticaneue.woff")); | ||
var _helveticaneue2 = _interopRequireDefault(require("./fonts/helveticaneue.woff2")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
const globalFontsNames = ['univers-light', 'univers-roman', 'univers-cond', 'univers-bold-cond', 'univers-black', 'hs-deville', 'monotype-helvetica-display', 'monotype-helvetica-display-medium', 'monotype-helvetica-display-bold', 'trade-gothic']; | ||
const globalFontsNames = ['univers-light', 'univers-roman', 'univers-cond', 'univers-bold-cond', 'univers-black', 'hs-deville', 'monotype-helvetica-display', 'monotype-helvetica-display-medium', 'monotype-helvetica-display-bold', 'trade-gothic', 'robotomono-regular', 'helvetica-neue']; | ||
exports.globalFontsNames = globalFontsNames; | ||
@@ -119,2 +123,16 @@ const GlobalFonts = (0, _styledComponents.createGlobalStyle)` | ||
} | ||
@font-face { | ||
font-family: "robotomono-regular"; | ||
src: local("robotomono-regular"), | ||
url(${_robotomonoRegular2.default}) format("woff2"), | ||
url(${_robotomonoRegular.default}) format("woff"); | ||
} | ||
@font-face { | ||
font-family: "helvetica-neue"; | ||
src: local("helvetica-neue"), | ||
url(${_helveticaneue2.default}) format("woff2"), | ||
url(${_helveticaneue.default}) format("woff"); | ||
} | ||
@@ -121,0 +139,0 @@ * { |
@@ -24,2 +24,6 @@ import { createGlobalStyle } from 'styled-components'; | ||
import TradeGothicWoff2 from './fonts/trade-gothic-ltstd-bdcn20.woff2'; | ||
import RobotoMonoRegularWoff from './fonts/robotomono-regular.woff'; | ||
import RobotoMonoRegularWoff2 from './fonts/robotomono-regular.woff2'; | ||
import HelveticaNeueWoff from './fonts/helveticaneue.woff'; | ||
import HelveticaNeueWoff2 from './fonts/helveticaneue.woff2'; | ||
@@ -37,2 +41,4 @@ export const globalFontsNames = [ | ||
'trade-gothic', | ||
'robotomono-regular', | ||
'helvetica-neue', | ||
]; | ||
@@ -125,2 +131,16 @@ | ||
} | ||
@font-face { | ||
font-family: "robotomono-regular"; | ||
src: local("robotomono-regular"), | ||
url(${RobotoMonoRegularWoff2}) format("woff2"), | ||
url(${RobotoMonoRegularWoff}) format("woff"); | ||
} | ||
@font-face { | ||
font-family: "helvetica-neue"; | ||
src: local("helvetica-neue"), | ||
url(${HelveticaNeueWoff2}) format("woff2"), | ||
url(${HelveticaNeueWoff}) format("woff"); | ||
} | ||
@@ -127,0 +147,0 @@ * { |
{ | ||
"name": "@titelmedia/bricks-theme", | ||
"version": "2.1.8", | ||
"version": "2.1.29", | ||
"description": "styles!", | ||
@@ -27,3 +27,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "438bac832f7eb4c78f5cd802b2a89bf19d991f75" | ||
"gitHead": "c4dfaee97ef7fcc050957b61ae81a3bb053d26c3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2836288
77
539