Skip to content

Commit

Permalink
20231224 - font and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Dec 24, 2023
1 parent 96580f9 commit ca6fb96
Show file tree
Hide file tree
Showing 63 changed files with 3,981 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ website:
format:
html:
theme: cosmo
css: styles.css
css: ["styles.css", "includes/custom.css", "font/css/roboto.css"]
toc: true
toc-depth: 3
toc-title: Contents
Expand Down
144 changes: 144 additions & 0 deletions font/css/roboto.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-100.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: url('../fonts/roboto-v30-latin-100italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-100italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-100italic.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-300.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url('../fonts/roboto-v30-latin-300italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-300italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-300italic.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-regular.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-italic.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-500.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url('../fonts/roboto-v30-latin-500italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-500italic.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-700.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('../fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-700italic.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-900.svg#\1') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url('../fonts/roboto-v30-latin-900italic.eot'); /* IE9 Compat Modes */
src: local(''), local(''),
url('../fonts/roboto-v30-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v30-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v30-latin-900italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v30-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v30-latin-900italic.svg#\1') format('svg'); /* Legacy iOS */
}
Binary file added font/fonts/roboto-v30-latin-100.eot
Binary file not shown.
Loading

0 comments on commit ca6fb96

Please sign in to comment.