You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
2.9 KiB
121 lines
2.9 KiB
/** |
|
* @file |
|
* Base Fonts. |
|
*/ |
|
|
|
@import "media-queries.pcss.css"; |
|
|
|
@font-face { |
|
font-family: 'Libre Bodoni'; |
|
src: url('../../fonts/LibreBodoni-Bold.woff2') format('woff2'), |
|
url('../../fonts/LibreBodoni-Bold.woff') format('woff'); |
|
font-weight: bold; |
|
font-style: normal; |
|
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; |
|
} |
|
|
|
@font-face { |
|
font-family: 'Source Sans 3'; |
|
src: url('../../fonts/SourceSans3-Bold.woff2') format('woff2'), |
|
url('../../fonts/SourceSans3-Bold.woff') format('woff'); |
|
font-weight: bold; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
@font-face { |
|
font-family: 'Source Sans 3'; |
|
src: url('../../fonts/SourceSans3-Regular.woff2') format('woff2'), |
|
url('../../fonts/SourceSans3-Regular.woff') format('woff'); |
|
font-weight: normal; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
@font-face { |
|
font-family: 'Source Sans 3'; |
|
src: url('../../fonts/SourceSans3-Italic.woff2') format('woff2'), |
|
url('../../fonts/SourceSans3-Italic.woff') format('woff'); |
|
font-weight: normal; |
|
font-style: italic; |
|
font-display: swap; |
|
} |
|
|
|
/* |
|
*old stuff |
|
*/ |
|
@font-face { |
|
font-family: metropolis; |
|
src: url("../../fonts/metropolis/Metropolis-Regular.woff2") format("woff2"); |
|
font-weight: normal; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
@font-face { |
|
font-family: metropolis; |
|
src: url("../../fonts/metropolis/Metropolis-Bold.woff2") format("woff2"); |
|
font-weight: 700; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
@font-face { |
|
font-family: metropolis; |
|
src: url("../../fonts/metropolis/Metropolis-SemiBold.woff2") format("woff2"); |
|
font-weight: 600; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
|
|
/* lora-regular - latin */ |
|
@font-face { |
|
font-family: Lora; |
|
src: |
|
local("Lora Regular"), |
|
local("Lora-Regular"), |
|
url("../../fonts/lora/lora-v14-latin-regular.woff2") format("woff2"); |
|
font-weight: 400; |
|
font-style: normal; |
|
font-display: swap; |
|
} |
|
/* lora-italic - latin */ |
|
@font-face { |
|
font-family: Lora; |
|
src: |
|
local("Lora Italic"), |
|
local("Lora-Italic"), |
|
url("../../fonts/lora/lora-v14-latin-italic.woff2") format("woff2"); |
|
font-weight: 400; |
|
font-style: italic; |
|
font-display: swap; |
|
} |
|
/* lora-700 - latin */ |
|
@font-face { |
|
font-family: Lora; |
|
src: |
|
local("Lora Bold"), |
|
local("Lora-Bold"), |
|
url("../../fonts/lora/lora-v14-latin-700.woff2") format("woff2"); |
|
font-weight: 700; |
|
font-style: normal; |
|
font-display: swap; |
|
}
|
|
|