6 changed files with 68 additions and 101 deletions
Binary file not shown.
Binary file not shown.
@ -1,123 +1,88 @@ |
|||||||
/* |
/* alegreya-regular - latin */ |
||||||
* DO NOT EDIT THIS FILE. |
|
||||||
* See the following change record for more information, |
|
||||||
* https://www.drupal.org/node/3084859 |
|
||||||
* @preserve |
|
||||||
*/ |
|
||||||
|
|
||||||
/** |
|
||||||
* @file |
|
||||||
* Base Fonts. |
|
||||||
*/ |
|
||||||
|
|
||||||
@font-face { |
@font-face { |
||||||
font-family: 'Libre Bodoni'; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url('../../fonts/LibreBodoni-Bold.woff2') format('woff2'), |
font-family: "Alegreya"; |
||||||
url('../../fonts/LibreBodoni-Bold.woff') format('woff'); |
font-style: normal; |
||||||
font-weight: bold; |
font-weight: 400; |
||||||
font-style: normal; |
src: url("../../fonts/alegreya-v41-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
font-display: swap; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Libre Bodoni'; |
|
||||||
src: url('../../fonts/LibreBodoni-Italic.woff2') format('woff2'), |
|
||||||
url('../../fonts/LibreBodoni-Italic.woff') format('woff'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: italic; |
|
||||||
font-display: swap; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Libre Bodoni'; |
|
||||||
src: url('../../fonts/LibreBodoni-Regular.woff2') format('woff2'), |
|
||||||
url('../../fonts/LibreBodoni-Regular.woff') format('woff'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-display: swap; |
|
||||||
} |
} |
||||||
|
/* alegreya-italic - latin */ |
||||||
@font-face { |
@font-face { |
||||||
font-family: 'Source Sans 3'; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url('../../fonts/SourceSans3-Bold.woff2') format('woff2'), |
font-family: "Alegreya"; |
||||||
url('../../fonts/SourceSans3-Bold.woff') format('woff'); |
font-style: italic; |
||||||
font-weight: bold; |
font-weight: 400; |
||||||
font-style: normal; |
src: url("../../fonts/alegreya-v41-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
font-display: swap; |
|
||||||
} |
} |
||||||
|
/* alegreya-500 - latin */ |
||||||
@font-face { |
@font-face { |
||||||
font-family: 'Source Sans 3'; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url('../../fonts/SourceSans3-Regular.woff2') format('woff2'), |
font-family: "Alegreya"; |
||||||
url('../../fonts/SourceSans3-Regular.woff') format('woff'); |
font-style: normal; |
||||||
font-weight: normal; |
font-weight: 500; |
||||||
font-style: normal; |
src: url("../../fonts/alegreya-v41-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
font-display: swap; |
|
||||||
} |
} |
||||||
|
/* alegreya-500italic - latin */ |
||||||
@font-face { |
@font-face { |
||||||
font-family: 'Source Sans 3'; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url('../../fonts/SourceSans3-Italic.woff2') format('woff2'), |
font-family: "Alegreya"; |
||||||
url('../../fonts/SourceSans3-Italic.woff') format('woff'); |
font-style: italic; |
||||||
font-weight: normal; |
font-weight: 500; |
||||||
font-style: italic; |
src: url("../../fonts/alegreya-v41-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
font-display: swap; |
|
||||||
} |
} |
||||||
|
/* alegreya-600 - latin */ |
||||||
/* |
|
||||||
*old stuff |
|
||||||
*/ |
|
||||||
|
|
||||||
@font-face { |
@font-face { |
||||||
font-family: metropolis; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url("../../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"); |
font-family: "Alegreya"; |
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
font-style: normal; |
||||||
font-display: swap; |
font-weight: 600; |
||||||
|
src: url("../../fonts/alegreya-v41-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
/* barlow-regular - latin */ |
||||||
@font-face { |
@font-face { |
||||||
font-family: metropolis; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url("../../fonts/metropolis/Metropolis-Bold.woff2") format("woff2"); |
font-family: "Barlow"; |
||||||
font-weight: 700; |
|
||||||
font-style: normal; |
font-style: normal; |
||||||
font-display: swap; |
font-weight: 400; |
||||||
|
src: url("../../fonts/barlow-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
/* barlow-italic - latin */ |
||||||
@font-face { |
@font-face { |
||||||
font-family: metropolis; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: url("../../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"); |
font-family: "Barlow"; |
||||||
font-weight: 600; |
font-style: italic; |
||||||
font-style: normal; |
font-weight: 400; |
||||||
font-display: swap; |
src: url("../../fonts/barlow-v13-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
/* barlow-500 - latin */ |
||||||
/* lora-regular - latin */ |
|
||||||
|
|
||||||
@font-face { |
@font-face { |
||||||
font-family: Lora; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: local("Lora Regular"), local("Lora-Regular"), url("../../fonts/lora/lora-v14-latin-regular.woff2") format("woff2"); |
font-family: "Barlow"; |
||||||
font-weight: 400; |
|
||||||
font-style: normal; |
font-style: normal; |
||||||
font-display: swap; |
font-weight: 500; |
||||||
|
src: url("../../fonts/barlow-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
/* barlow-500italic - latin */ |
||||||
/* lora-italic - latin */ |
|
||||||
|
|
||||||
@font-face { |
@font-face { |
||||||
font-family: Lora; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: local("Lora Italic"), local("Lora-Italic"), url("../../fonts/lora/lora-v14-latin-italic.woff2") format("woff2"); |
font-family: "Barlow"; |
||||||
font-weight: 400; |
|
||||||
font-style: italic; |
font-style: italic; |
||||||
font-display: swap; |
font-weight: 500; |
||||||
|
src: url("../../fonts/barlow-v13-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
/* barlow-600 - latin */ |
||||||
/* lora-700 - latin */ |
|
||||||
|
|
||||||
@font-face { |
@font-face { |
||||||
font-family: Lora; |
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ |
||||||
src: local("Lora Bold"), local("Lora-Bold"), url("../../fonts/lora/lora-v14-latin-700.woff2") format("woff2"); |
font-family: "Barlow"; |
||||||
font-weight: 700; |
|
||||||
font-style: normal; |
font-style: normal; |
||||||
font-display: swap; |
font-weight: 600; |
||||||
|
src: url("../../fonts/barlow-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
|
} |
||||||
|
/* barlow-600italic - 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: "Barlow"; |
||||||
|
font-style: italic; |
||||||
|
font-weight: 600; |
||||||
|
src: url("../../fonts/barlow-v13-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue