2019-01-03 16:00:55 +03:00
|
|
|
/* source-code-pro-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-07-12 21:03:20 +03:00
|
|
|
src:
|
|
|
|
local('Source Code Pro'),
|
|
|
|
local('SourceCodePro-Regular'),
|
2019-01-10 21:51:14 +03:00
|
|
|
url('./source-code-pro-v6-latin/source-code-pro-v6-latin-regular.woff2')
|
|
|
|
format('woff2');
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
/* source-sans-pro-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-07-12 21:03:20 +03:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro'),
|
|
|
|
local('SourceSansPro-Regular'),
|
2019-01-10 21:51:14 +03:00
|
|
|
url('./source-sans-pro-v9-latin/source-sans-pro-v9-latin-regular.woff2')
|
|
|
|
format('woff2');
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
/* source-sans-pro-600 - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2023-07-12 21:03:20 +03:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro Semibold'),
|
|
|
|
local('SourceSansPro-Semibold'),
|
2019-01-10 21:51:14 +03:00
|
|
|
url('./source-sans-pro-v9-latin/source-sans-pro-v9-latin-600.woff2')
|
|
|
|
format('woff2');
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* roboto-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-07-12 21:03:20 +03:00
|
|
|
src:
|
|
|
|
local('Roboto'),
|
|
|
|
local('Roboto-Regular'),
|
2019-01-10 21:51:14 +03:00
|
|
|
url('./roboto-v15-latin/roboto-v15-latin-regular.woff2') format('woff2');
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
/* roboto-mono-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-07-12 21:03:20 +03:00
|
|
|
src:
|
|
|
|
local('Roboto Mono'),
|
|
|
|
local('RobotoMono-Regular'),
|
2019-01-10 21:51:14 +03:00
|
|
|
url('./roboto-mono-v4-latin/roboto-mono-v4-latin-regular.woff2')
|
|
|
|
format('woff2');
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Generated with https://google-webfonts-helper.herokuapp.com */
|