first commit; migrate code from minimal/docs-server

This commit is contained in:
2023-04-29 14:48:17 -07:00
commit c366c1e605
124 changed files with 6694 additions and 0 deletions

107
vendor/open-sans/open-sans-v34.css vendored Normal file
View File

@@ -0,0 +1,107 @@
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local(''),
url('open-sans-v34-300.woff2') format('woff2'),
url('open-sans-v34-300.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: local(''),
url('open-sans-v34-500.woff2') format('woff2'),
url('open-sans-v34-500.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('open-sans-v34-regular.woff2') format('woff2'),
url('open-sans-v34-regular.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local(''),
url('open-sans-v34-700.woff2') format('woff2'),
url('open-sans-v34-700.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local(''),
url('open-sans-v34-600.woff2') format('woff2'),
url('open-sans-v34-600.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local(''),
url('open-sans-v34-800.woff2') format('woff2'),
url('open-sans-v34-800.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local(''),
url('open-sans-v34-300italic.woff2') format('woff2'),
url('open-sans-v34-300italic.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local(''),
url('open-sans-v34-italic.woff2') format('woff2'),
url('open-sans-v34-italic.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local(''),
url('open-sans-v34-600italic.woff2') format('woff2'),
url('open-sans-v34-600italic.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
src: local(''),
url('open-sans-v34-500italic.woff2') format('woff2'),
url('open-sans-v34-500italic.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local(''),
url('open-sans-v34-700italic.woff2') format('woff2'),
url('open-sans-v34-700italic.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local(''),
url('open-sans-v34-800italic.woff2') format('woff2'),
url('open-sans-v34-800italic.woff') format('woff');
}