mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-10 16:40:49 +02:00
79 lines
2.1 KiB
SCSS
79 lines
2.1 KiB
SCSS
/* remixicon */
|
|
@font-face {
|
|
font-family: 'remixicon';
|
|
src: url('/fonts/remixicon/remixicon.woff2?v=1') format('woff2');
|
|
font-display: swap;
|
|
}
|
|
|
|
/* source-sans-pro-regular - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-regular.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-600 - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-600italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-700 - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-700italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: local(''),
|
|
url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* jetbrains-mono-regular - latin */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local(''),
|
|
url('/fonts/jetbrains-mono/jetbrains-mono-v12-latin-regular.woff2') format('woff2');
|
|
}
|
|
|
|
/* jetbrains-mono-600 - latin */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local(''),
|
|
url('/fonts/jetbrains-mono/jetbrains-mono-v12-latin-600.woff2') format('woff2');
|
|
}
|