├── .gitignore ├── 404.html ├── AUTHORS.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTORS.txt ├── Gemfile ├── Gemfile.lock ├── LICENSE.txt ├── README.md ├── _config.yml ├── _data ├── credits.json ├── icons.json └── navigation.json ├── _includes └── beatrice │ ├── 00-global │ ├── _00-variables.scss │ ├── _00-webfonts.scss │ ├── _01-breakpoints.scss │ ├── _02-colors.scss │ ├── _03-helpers.scss │ └── _04-text-sizes.scss │ ├── 01-atoms │ ├── 00-html │ │ └── _html-elements.scss │ ├── 01-typography │ │ ├── _01-typography.scss │ │ ├── _02-links.scss │ │ └── _03-lists.scss │ └── 02-forms │ │ └── slider │ │ ├── _md-slider.scss │ │ ├── _slider.scss │ │ ├── md-slider.html │ │ ├── md-slider.js │ │ └── slider.html │ ├── 02-molecules │ ├── 00-button │ │ ├── _button.scss │ │ ├── button.html │ │ └── button.js │ ├── 01-menus │ │ └── main-menu.html │ ├── 02-blockquote │ │ └── _blockquote.scss │ ├── 03-card │ │ ├── _card.scss │ │ └── card.html │ ├── 09-slider-group │ │ ├── _slider-group.scss │ │ └── slider-group.html │ ├── 10-hero-animation │ │ ├── _hero-animation.scss │ │ ├── _hero.scss │ │ ├── hero-animation-2.js │ │ ├── hero-animation.html │ │ └── hero-animation.js │ ├── 11-prettify │ │ └── _prettify.scss │ └── 12-gf-friends-badge │ │ ├── _gf-friends-badge.scss │ │ ├── gf-friends-badge.html │ │ └── gf-friends-badge.js │ ├── 03-organisms │ ├── 00-global │ │ └── _global-layout.scss │ ├── 01-top-app-bar │ │ ├── _top-app-bar.scss │ │ ├── top-app-bar.html │ │ └── top-app-bar.js │ ├── 02-footer │ │ ├── _footer.scss │ │ └── footer.html │ ├── 04-card-grid │ │ └── _card-grid.scss │ ├── 05-drawer │ │ ├── _drawer.scss │ │ ├── drawer.html │ │ └── drawer.js │ ├── 06-content-section │ │ ├── _content-section.scss │ │ └── content-section.html │ ├── 07-home-grid │ │ └── _home-grid.scss │ ├── 08-split-header │ │ ├── _split-header.html │ │ └── _split-header.scss │ └── 10-embeds │ │ ├── _axis-container.scss │ │ ├── a-overlays │ │ └── a-overlays.html │ │ ├── ascender-descender │ │ └── ascender-descender.html │ │ ├── axis-component.html │ │ ├── axis-component.scss │ │ ├── casual │ │ └── casual.html │ │ ├── grade │ │ └── grade.html │ │ ├── italic-combined │ │ └── italic-combined.html │ │ ├── italic │ │ └── italic.html │ │ ├── optical-size-auto │ │ └── optical-size-auto.html │ │ ├── optical-size │ │ └── optical-size.html │ │ ├── slant-italics │ │ └── slant-italics.html │ │ ├── slant │ │ └── slant.html │ │ ├── weight │ │ └── weight.html │ │ └── width │ │ └── width.html │ ├── 04-layouts │ └── basic-page │ │ ├── _basic-page.scss │ │ └── basic-page.html │ ├── header.html │ ├── meta_close.html │ ├── meta_open.html │ └── styles.scss ├── _layouts └── beatrice_page.html ├── _resources ├── article-an-exploration-of-variable-fonts.md ├── article-an-introduction-to-variable-fonts.md ├── article-dalton-maag-variable-fonts-opinion.md ├── article-graphical-ui-control-variable-fonts.md ├── article-interactivity-and-animation-with-variable-fonts.md ├── article-introducing-opentype-variable-fonts.md ├── article-perfromance-benefits-of-variable-fonts.md ├── article-variable-fonts-responsive-design.md ├── article-what-are-variable-fonts-how-they-benefit.md ├── book-on-web-typography.md ├── book-responsive-typography.md ├── video-dynamic-typography-variable-fonts.md ├── video-hi-hoi.md ├── video-variable-fonts-flexible-nature-screens.md ├── video-vfs-are-here-what-now.md ├── website-axis-praxis.md ├── website-fontgoggles.md ├── website-play-typedetail.md ├── website-practical-typography.md ├── website-pro-web-typography.md ├── website-samsa.md ├── website-typography-practice.md ├── website-understanding-typography.md ├── website-v-fonts.md ├── website-variable-fonts-developers.md ├── website-variable-fonts-rwtio.md ├── website-variable-fonts.md ├── website-very-able-fonts.md ├── website-wakamaifondue.md └── website-web-typography-news.md ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── assets ├── css │ ├── 03-organisms │ │ └── 10-embeds │ │ │ ├── axis-component.css │ │ │ ├── axis-component.css.map │ │ │ └── scss │ │ │ ├── axis-demo-styles.css │ │ │ └── axis-demo-styles.css.map │ ├── styles.css │ └── styles.css.map ├── fonts │ ├── Material-Icons-v50.woff2 │ ├── Recursive_VF_1.043--subset_range_english_basic.woff2 │ ├── RobotoExtremo-VF-slnt-alpha.woff2 │ ├── embeds │ │ ├── Amstelvar-Roman-VF.woff2 │ │ ├── Inter-V-subset.woff2 │ │ ├── jost-VF-subset.woff2 │ │ ├── literata-VF-italic.woff2 │ │ └── literata-VF-regular.woff2 │ ├── roboto-slab │ │ ├── roboto-slab-v10-latin_latin-ext-700.eot │ │ ├── roboto-slab-v10-latin_latin-ext-700.svg │ │ ├── roboto-slab-v10-latin_latin-ext-700.ttf │ │ ├── roboto-slab-v10-latin_latin-ext-700.woff │ │ ├── roboto-slab-v10-latin_latin-ext-700.woff2 │ │ ├── roboto-slab-v10-latin_latin-ext-regular.eot │ │ ├── roboto-slab-v10-latin_latin-ext-regular.svg │ │ ├── roboto-slab-v10-latin_latin-ext-regular.ttf │ │ ├── roboto-slab-v10-latin_latin-ext-regular.woff │ │ └── roboto-slab-v10-latin_latin-ext-regular.woff2 │ └── roboto │ │ ├── roboto-v20-latin_latin-ext-700.eot │ │ ├── roboto-v20-latin_latin-ext-700.svg │ │ ├── roboto-v20-latin_latin-ext-700.ttf │ │ ├── roboto-v20-latin_latin-ext-700.woff │ │ ├── roboto-v20-latin_latin-ext-700.woff2 │ │ ├── roboto-v20-latin_latin-ext-700italic.eot │ │ ├── roboto-v20-latin_latin-ext-700italic.svg │ │ ├── roboto-v20-latin_latin-ext-700italic.ttf │ │ ├── roboto-v20-latin_latin-ext-700italic.woff │ │ ├── roboto-v20-latin_latin-ext-700italic.woff2 │ │ ├── roboto-v20-latin_latin-ext-italic.eot │ │ ├── roboto-v20-latin_latin-ext-italic.svg │ │ ├── roboto-v20-latin_latin-ext-italic.ttf │ │ ├── roboto-v20-latin_latin-ext-italic.woff │ │ ├── roboto-v20-latin_latin-ext-italic.woff2 │ │ ├── roboto-v20-latin_latin-ext-regular.eot │ │ ├── roboto-v20-latin_latin-ext-regular.svg │ │ ├── roboto-v20-latin_latin-ext-regular.ttf │ │ ├── roboto-v20-latin_latin-ext-regular.woff │ │ └── roboto-v20-latin_latin-ext-regular.woff2 ├── img │ ├── Component 1.png │ ├── Component 2.png │ ├── Group 82.png │ ├── a_texture.jpg │ ├── a_texture.png │ ├── a_texture.svg │ ├── about-this-site-feature-image.svg │ ├── about-this-site-first-image.svg │ ├── business_letters_logo.png │ ├── card-design.png │ ├── card-implement.png │ ├── card-resources.png │ ├── code.svg │ ├── designing_with_vf_header.png │ ├── gf_ui_1.jpg │ ├── gf_ui_2.jpg │ ├── gf_ui_3.jpg │ ├── hdr_bkgrnd_italic.png │ ├── hdr_bkgrnd_optical_sizing.png │ ├── hdr_bkgrnd_slant-italics.png │ ├── hdr_bkgrnd_slant.png │ ├── hdr_bkgrnd_weight.png │ ├── hdr_bkgrnd_width.png │ ├── hepta_comparison.jpg │ ├── hero-folder.svg │ ├── hero-sidebar-dot.svg │ ├── home-card-designing.svg │ ├── home-card-implementing.svg │ ├── home-card-resources.svg │ ├── implementing-variable-fonts-feature-image.svg │ ├── implementing-variable-fonts-first-image.svg │ └── optical_sizing_illustrated.jpg └── js │ ├── fontfaceobserver │ ├── LICENSE │ └── fontfaceobserver.js │ ├── google-code-prettify │ ├── LICENSE │ ├── README.md │ ├── lang-Splus.js │ ├── lang-aea.js │ ├── lang-agc.js │ ├── lang-apollo.js │ ├── lang-basic.js │ ├── lang-cbm.js │ ├── lang-cl.js │ ├── lang-clj.js │ ├── lang-css.js │ ├── lang-dart.js │ ├── lang-el.js │ ├── lang-erl.js │ ├── lang-erlang.js │ ├── lang-ex.js │ ├── lang-exs.js │ ├── lang-fs.js │ ├── lang-go.js │ ├── lang-hs.js │ ├── lang-kotlin.js │ ├── lang-lasso.js │ ├── lang-lassoscript.js │ ├── lang-latex.js │ ├── lang-lgt.js │ ├── lang-lisp.js │ ├── lang-ll.js │ ├── lang-llvm.js │ ├── lang-logtalk.js │ ├── lang-ls.js │ ├── lang-lsp.js │ ├── lang-lua.js │ ├── lang-matlab.js │ ├── lang-ml.js │ ├── lang-mumps.js │ ├── lang-n.js │ ├── lang-nemerle.js │ ├── lang-pascal.js │ ├── lang-proto.js │ ├── lang-r.js │ ├── lang-rd.js │ ├── lang-rkt.js │ ├── lang-rust.js │ ├── lang-s.js │ ├── lang-scala.js │ ├── lang-scm.js │ ├── lang-sql.js │ ├── lang-ss.js │ ├── lang-swift.js │ ├── lang-tcl.js │ ├── lang-tex.js │ ├── lang-vb.js │ ├── lang-vbs.js │ ├── lang-vhd.js │ ├── lang-vhdl.js │ ├── lang-wiki.js │ ├── lang-xq.js │ ├── lang-xquery.js │ ├── lang-yaml.js │ ├── lang-yml.js │ ├── prettify.css │ ├── prettify.js │ ├── run_prettify.js │ └── skins │ │ ├── desert.css │ │ ├── doxy.css │ │ ├── sons-of-obsidian.css │ │ └── sunburst.css │ └── main.js ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── gulpfile.js ├── index.html ├── package.json ├── pages ├── about_this_site.html ├── about_variable_fonts.html ├── implementing_variable_fonts.html ├── sample.html └── variable_font_resources.html ├── site.webmanifest └── third_party ├── fontfaceobserver ├── LICENSE └── fontfaceobserver.js └── google-code-prettify ├── LICENSE ├── README.md ├── lang-Splus.js ├── lang-aea.js ├── lang-agc.js ├── lang-apollo.js ├── lang-basic.js ├── lang-cbm.js ├── lang-cl.js ├── lang-clj.js ├── lang-css.js ├── lang-dart.js ├── lang-el.js ├── lang-erl.js ├── lang-erlang.js ├── lang-ex.js ├── lang-exs.js ├── lang-fs.js ├── lang-go.js ├── lang-hs.js ├── lang-kotlin.js ├── lang-lasso.js ├── lang-lassoscript.js ├── lang-latex.js ├── lang-lgt.js ├── lang-lisp.js ├── lang-ll.js ├── lang-llvm.js ├── lang-logtalk.js ├── lang-ls.js ├── lang-lsp.js ├── lang-lua.js ├── lang-matlab.js ├── lang-ml.js ├── lang-mumps.js ├── lang-n.js ├── lang-nemerle.js ├── lang-pascal.js ├── lang-proto.js ├── lang-r.js ├── lang-rd.js ├── lang-rkt.js ├── lang-rust.js ├── lang-s.js ├── lang-scala.js ├── lang-scm.js ├── lang-sql.js ├── lang-ss.js ├── lang-swift.js ├── lang-tcl.js ├── lang-tex.js ├── lang-vb.js ├── lang-vbs.js ├── lang-vhd.js ├── lang-vhdl.js ├── lang-wiki.js ├── lang-xq.js ├── lang-xquery.js ├── lang-yaml.js ├── lang-yml.js ├── prettify.css ├── prettify.js ├── run_prettify.js └── skins ├── desert.css ├── doxy.css ├── sons-of-obsidian.css └── sunburst.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/.gitignore -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/404.html -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/AUTHORS.txt -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/CONTRIBUTORS.txt -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/credits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_data/credits.json -------------------------------------------------------------------------------- /_data/icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_data/icons.json -------------------------------------------------------------------------------- /_data/navigation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_data/navigation.json -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_00-variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_00-variables.scss -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_00-webfonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_00-webfonts.scss -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_01-breakpoints.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_01-breakpoints.scss -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_02-colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_02-colors.scss -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_03-helpers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_03-helpers.scss -------------------------------------------------------------------------------- /_includes/beatrice/00-global/_04-text-sizes.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/00-global/_04-text-sizes.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/00-html/_html-elements.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/00-html/_html-elements.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/01-typography/_01-typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/01-typography/_01-typography.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/01-typography/_02-links.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/01-typography/_02-links.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/01-typography/_03-lists.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/01-typography/_03-lists.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/02-forms/slider/_md-slider.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/02-forms/slider/_md-slider.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/02-forms/slider/_slider.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/02-forms/slider/_slider.scss -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/02-forms/slider/md-slider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/02-forms/slider/md-slider.html -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/02-forms/slider/md-slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/02-forms/slider/md-slider.js -------------------------------------------------------------------------------- /_includes/beatrice/01-atoms/02-forms/slider/slider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/01-atoms/02-forms/slider/slider.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/00-button/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/00-button/_button.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/00-button/button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/00-button/button.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/00-button/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/00-button/button.js -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/01-menus/main-menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/01-menus/main-menu.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/02-blockquote/_blockquote.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/02-blockquote/_blockquote.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/03-card/_card.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/03-card/_card.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/03-card/card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/03-card/card.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/09-slider-group/_slider-group.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/09-slider-group/_slider-group.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/09-slider-group/slider-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/09-slider-group/slider-group.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/10-hero-animation/_hero-animation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/10-hero-animation/_hero-animation.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/10-hero-animation/_hero.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/10-hero-animation/_hero.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/10-hero-animation/hero-animation-2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/10-hero-animation/hero-animation-2.js -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/10-hero-animation/hero-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/10-hero-animation/hero-animation.html -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/10-hero-animation/hero-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/10-hero-animation/hero-animation.js -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/11-prettify/_prettify.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/11-prettify/_prettify.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/12-gf-friends-badge/_gf-friends-badge.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/12-gf-friends-badge/_gf-friends-badge.scss -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/12-gf-friends-badge/gf-friends-badge.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /_includes/beatrice/02-molecules/12-gf-friends-badge/gf-friends-badge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/02-molecules/12-gf-friends-badge/gf-friends-badge.js -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/00-global/_global-layout.scss: -------------------------------------------------------------------------------- 1 | 2 | .page-wrapper { 3 | //overflow-x: hidden; 4 | width: 100%; 5 | } 6 | -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/01-top-app-bar/_top-app-bar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/01-top-app-bar/_top-app-bar.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/01-top-app-bar/top-app-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/01-top-app-bar/top-app-bar.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/01-top-app-bar/top-app-bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/01-top-app-bar/top-app-bar.js -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/02-footer/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/02-footer/_footer.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/02-footer/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/02-footer/footer.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/04-card-grid/_card-grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/04-card-grid/_card-grid.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/05-drawer/_drawer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/05-drawer/_drawer.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/05-drawer/drawer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/05-drawer/drawer.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/05-drawer/drawer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/05-drawer/drawer.js -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/06-content-section/_content-section.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/06-content-section/_content-section.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/06-content-section/content-section.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/07-home-grid/_home-grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/07-home-grid/_home-grid.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/08-split-header/_split-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/08-split-header/_split-header.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/08-split-header/_split-header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/08-split-header/_split-header.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/_axis-container.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/_axis-container.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/a-overlays/a-overlays.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/a-overlays/a-overlays.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/ascender-descender/ascender-descender.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/ascender-descender/ascender-descender.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/axis-component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/axis-component.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/axis-component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/axis-component.scss -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/casual/casual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/casual/casual.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/grade/grade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/grade/grade.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/italic-combined/italic-combined.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/italic-combined/italic-combined.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/italic/italic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/italic/italic.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/optical-size-auto/optical-size-auto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/optical-size-auto/optical-size-auto.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/optical-size/optical-size.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/optical-size/optical-size.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/slant-italics/slant-italics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/slant-italics/slant-italics.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/slant/slant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/slant/slant.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/weight/weight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/weight/weight.html -------------------------------------------------------------------------------- /_includes/beatrice/03-organisms/10-embeds/width/width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/03-organisms/10-embeds/width/width.html -------------------------------------------------------------------------------- /_includes/beatrice/04-layouts/basic-page/_basic-page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/04-layouts/basic-page/_basic-page.scss -------------------------------------------------------------------------------- /_includes/beatrice/04-layouts/basic-page/basic-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/04-layouts/basic-page/basic-page.html -------------------------------------------------------------------------------- /_includes/beatrice/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/header.html -------------------------------------------------------------------------------- /_includes/beatrice/meta_close.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/meta_close.html -------------------------------------------------------------------------------- /_includes/beatrice/meta_open.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/meta_open.html -------------------------------------------------------------------------------- /_includes/beatrice/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_includes/beatrice/styles.scss -------------------------------------------------------------------------------- /_layouts/beatrice_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_layouts/beatrice_page.html -------------------------------------------------------------------------------- /_resources/article-an-exploration-of-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-an-exploration-of-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-an-introduction-to-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-an-introduction-to-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-dalton-maag-variable-fonts-opinion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-dalton-maag-variable-fonts-opinion.md -------------------------------------------------------------------------------- /_resources/article-graphical-ui-control-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-graphical-ui-control-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-interactivity-and-animation-with-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-interactivity-and-animation-with-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-introducing-opentype-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-introducing-opentype-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-perfromance-benefits-of-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-perfromance-benefits-of-variable-fonts.md -------------------------------------------------------------------------------- /_resources/article-variable-fonts-responsive-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-variable-fonts-responsive-design.md -------------------------------------------------------------------------------- /_resources/article-what-are-variable-fonts-how-they-benefit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/article-what-are-variable-fonts-how-they-benefit.md -------------------------------------------------------------------------------- /_resources/book-on-web-typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/book-on-web-typography.md -------------------------------------------------------------------------------- /_resources/book-responsive-typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/book-responsive-typography.md -------------------------------------------------------------------------------- /_resources/video-dynamic-typography-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/video-dynamic-typography-variable-fonts.md -------------------------------------------------------------------------------- /_resources/video-hi-hoi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/video-hi-hoi.md -------------------------------------------------------------------------------- /_resources/video-variable-fonts-flexible-nature-screens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/video-variable-fonts-flexible-nature-screens.md -------------------------------------------------------------------------------- /_resources/video-vfs-are-here-what-now.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/video-vfs-are-here-what-now.md -------------------------------------------------------------------------------- /_resources/website-axis-praxis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-axis-praxis.md -------------------------------------------------------------------------------- /_resources/website-fontgoggles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-fontgoggles.md -------------------------------------------------------------------------------- /_resources/website-play-typedetail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-play-typedetail.md -------------------------------------------------------------------------------- /_resources/website-practical-typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-practical-typography.md -------------------------------------------------------------------------------- /_resources/website-pro-web-typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-pro-web-typography.md -------------------------------------------------------------------------------- /_resources/website-samsa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-samsa.md -------------------------------------------------------------------------------- /_resources/website-typography-practice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-typography-practice.md -------------------------------------------------------------------------------- /_resources/website-understanding-typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-understanding-typography.md -------------------------------------------------------------------------------- /_resources/website-v-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-v-fonts.md -------------------------------------------------------------------------------- /_resources/website-variable-fonts-developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-variable-fonts-developers.md -------------------------------------------------------------------------------- /_resources/website-variable-fonts-rwtio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-variable-fonts-rwtio.md -------------------------------------------------------------------------------- /_resources/website-variable-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-variable-fonts.md -------------------------------------------------------------------------------- /_resources/website-very-able-fonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-very-able-fonts.md -------------------------------------------------------------------------------- /_resources/website-wakamaifondue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-wakamaifondue.md -------------------------------------------------------------------------------- /_resources/website-web-typography-news.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/_resources/website-web-typography-news.md -------------------------------------------------------------------------------- /android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/android-chrome-192x192.png -------------------------------------------------------------------------------- /android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/android-chrome-512x512.png -------------------------------------------------------------------------------- /apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/apple-touch-icon.png -------------------------------------------------------------------------------- /assets/css/03-organisms/10-embeds/axis-component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/03-organisms/10-embeds/axis-component.css -------------------------------------------------------------------------------- /assets/css/03-organisms/10-embeds/axis-component.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/03-organisms/10-embeds/axis-component.css.map -------------------------------------------------------------------------------- /assets/css/03-organisms/10-embeds/scss/axis-demo-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/03-organisms/10-embeds/scss/axis-demo-styles.css -------------------------------------------------------------------------------- /assets/css/03-organisms/10-embeds/scss/axis-demo-styles.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/03-organisms/10-embeds/scss/axis-demo-styles.css.map -------------------------------------------------------------------------------- /assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/styles.css -------------------------------------------------------------------------------- /assets/css/styles.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/css/styles.css.map -------------------------------------------------------------------------------- /assets/fonts/Material-Icons-v50.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/Material-Icons-v50.woff2 -------------------------------------------------------------------------------- /assets/fonts/Recursive_VF_1.043--subset_range_english_basic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/Recursive_VF_1.043--subset_range_english_basic.woff2 -------------------------------------------------------------------------------- /assets/fonts/RobotoExtremo-VF-slnt-alpha.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/RobotoExtremo-VF-slnt-alpha.woff2 -------------------------------------------------------------------------------- /assets/fonts/embeds/Amstelvar-Roman-VF.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/embeds/Amstelvar-Roman-VF.woff2 -------------------------------------------------------------------------------- /assets/fonts/embeds/Inter-V-subset.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/embeds/Inter-V-subset.woff2 -------------------------------------------------------------------------------- /assets/fonts/embeds/jost-VF-subset.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/embeds/jost-VF-subset.woff2 -------------------------------------------------------------------------------- /assets/fonts/embeds/literata-VF-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/embeds/literata-VF-italic.woff2 -------------------------------------------------------------------------------- /assets/fonts/embeds/literata-VF-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/embeds/literata-VF-regular.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.eot -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.svg -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.woff -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-700.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.eot -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.svg -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.woff -------------------------------------------------------------------------------- /assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto-slab/roboto-slab-v10-latin_latin-ext-regular.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700.eot -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700.svg -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700.woff -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.eot -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.svg -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.woff -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-700italic.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.eot -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.svg -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.woff -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-italic.woff2 -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.eot -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.svg -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.ttf -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.woff -------------------------------------------------------------------------------- /assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/fonts/roboto/roboto-v20-latin_latin-ext-regular.woff2 -------------------------------------------------------------------------------- /assets/img/Component 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/Component 1.png -------------------------------------------------------------------------------- /assets/img/Component 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/Component 2.png -------------------------------------------------------------------------------- /assets/img/Group 82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/Group 82.png -------------------------------------------------------------------------------- /assets/img/a_texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/a_texture.jpg -------------------------------------------------------------------------------- /assets/img/a_texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/a_texture.png -------------------------------------------------------------------------------- /assets/img/a_texture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/a_texture.svg -------------------------------------------------------------------------------- /assets/img/about-this-site-feature-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/about-this-site-feature-image.svg -------------------------------------------------------------------------------- /assets/img/about-this-site-first-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/about-this-site-first-image.svg -------------------------------------------------------------------------------- /assets/img/business_letters_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/business_letters_logo.png -------------------------------------------------------------------------------- /assets/img/card-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/card-design.png -------------------------------------------------------------------------------- /assets/img/card-implement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/card-implement.png -------------------------------------------------------------------------------- /assets/img/card-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/card-resources.png -------------------------------------------------------------------------------- /assets/img/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/code.svg -------------------------------------------------------------------------------- /assets/img/designing_with_vf_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/designing_with_vf_header.png -------------------------------------------------------------------------------- /assets/img/gf_ui_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/gf_ui_1.jpg -------------------------------------------------------------------------------- /assets/img/gf_ui_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/gf_ui_2.jpg -------------------------------------------------------------------------------- /assets/img/gf_ui_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/gf_ui_3.jpg -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_italic.png -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_optical_sizing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_optical_sizing.png -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_slant-italics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_slant-italics.png -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_slant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_slant.png -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_weight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_weight.png -------------------------------------------------------------------------------- /assets/img/hdr_bkgrnd_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hdr_bkgrnd_width.png -------------------------------------------------------------------------------- /assets/img/hepta_comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hepta_comparison.jpg -------------------------------------------------------------------------------- /assets/img/hero-folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hero-folder.svg -------------------------------------------------------------------------------- /assets/img/hero-sidebar-dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/hero-sidebar-dot.svg -------------------------------------------------------------------------------- /assets/img/home-card-designing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/home-card-designing.svg -------------------------------------------------------------------------------- /assets/img/home-card-implementing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/home-card-implementing.svg -------------------------------------------------------------------------------- /assets/img/home-card-resources.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/home-card-resources.svg -------------------------------------------------------------------------------- /assets/img/implementing-variable-fonts-feature-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/implementing-variable-fonts-feature-image.svg -------------------------------------------------------------------------------- /assets/img/implementing-variable-fonts-first-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/implementing-variable-fonts-first-image.svg -------------------------------------------------------------------------------- /assets/img/optical_sizing_illustrated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/img/optical_sizing_illustrated.jpg -------------------------------------------------------------------------------- /assets/js/fontfaceobserver/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/fontfaceobserver/LICENSE -------------------------------------------------------------------------------- /assets/js/fontfaceobserver/fontfaceobserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/fontfaceobserver/fontfaceobserver.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/LICENSE -------------------------------------------------------------------------------- /assets/js/google-code-prettify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/README.md -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-Splus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-Splus.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-aea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-aea.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-agc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-agc.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-apollo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-apollo.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-basic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-basic.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-cbm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-cbm.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-cl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-cl.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-clj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-clj.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-css.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-dart.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-el.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-erl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-erl.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-erlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-erlang.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-ex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-ex.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-exs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-exs.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-fs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-fs.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-go.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-go.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-hs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-hs.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-kotlin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-kotlin.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lasso.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lasso.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lassoscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lassoscript.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-latex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-latex.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lgt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lgt.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lisp.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-ll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-ll.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-llvm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-llvm.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-logtalk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-logtalk.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-ls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-ls.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lsp.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-lua.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-matlab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-matlab.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-ml.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-mumps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-mumps.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-n.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-nemerle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-nemerle.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-pascal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-pascal.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-proto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-proto.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-r.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-rd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-rd.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-rkt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-rkt.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-rust.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-rust.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-s.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-s.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-scala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-scala.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-scm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-scm.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-sql.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-ss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-ss.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-swift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-swift.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-tcl.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-tex.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-vb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-vb.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-vbs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-vbs.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-vhd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-vhd.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-vhdl.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-wiki.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-wiki.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-xq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-xq.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-xquery.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-yaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-yaml.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/lang-yml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/lang-yml.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/prettify.css -------------------------------------------------------------------------------- /assets/js/google-code-prettify/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/prettify.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/run_prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/run_prettify.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/skins/desert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/skins/desert.css -------------------------------------------------------------------------------- /assets/js/google-code-prettify/skins/doxy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/skins/doxy.css -------------------------------------------------------------------------------- /assets/js/google-code-prettify/skins/sons-of-obsidian.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/skins/sons-of-obsidian.css -------------------------------------------------------------------------------- /assets/js/google-code-prettify/skins/sunburst.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/google-code-prettify/skins/sunburst.css -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/favicon-16x16.png -------------------------------------------------------------------------------- /favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/favicon-32x32.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/favicon.ico -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/gulpfile.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/package.json -------------------------------------------------------------------------------- /pages/about_this_site.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/pages/about_this_site.html -------------------------------------------------------------------------------- /pages/about_variable_fonts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/pages/about_variable_fonts.html -------------------------------------------------------------------------------- /pages/implementing_variable_fonts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/pages/implementing_variable_fonts.html -------------------------------------------------------------------------------- /pages/sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/pages/sample.html -------------------------------------------------------------------------------- /pages/variable_font_resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/pages/variable_font_resources.html -------------------------------------------------------------------------------- /site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/site.webmanifest -------------------------------------------------------------------------------- /third_party/fontfaceobserver/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/fontfaceobserver/LICENSE -------------------------------------------------------------------------------- /third_party/fontfaceobserver/fontfaceobserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/fontfaceobserver/fontfaceobserver.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/LICENSE -------------------------------------------------------------------------------- /third_party/google-code-prettify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/README.md -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-Splus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-Splus.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-aea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-aea.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-agc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-agc.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-apollo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-apollo.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-basic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-basic.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-cbm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-cbm.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-cl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-cl.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-clj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-clj.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-css.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-dart.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-el.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-erl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-erl.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-erlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-erlang.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-ex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-ex.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-exs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-exs.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-fs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-fs.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-go.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-go.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-hs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-hs.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-kotlin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-kotlin.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lasso.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lasso.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lassoscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lassoscript.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-latex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-latex.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lgt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lgt.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lisp.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-ll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-ll.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-llvm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-llvm.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-logtalk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-logtalk.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-ls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-ls.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lsp.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-lua.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-matlab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-matlab.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-ml.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-mumps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-mumps.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-n.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-nemerle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-nemerle.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-pascal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-pascal.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-proto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-proto.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-r.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-rd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-rd.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-rkt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-rkt.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-rust.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-rust.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-s.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-s.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-scala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-scala.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-scm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-scm.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-sql.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-ss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-ss.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-swift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-swift.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-tcl.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-tex.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-vb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-vb.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-vbs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-vbs.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-vhd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-vhd.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-vhdl.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-wiki.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-wiki.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-xq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-xq.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-xquery.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-yaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-yaml.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/lang-yml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/lang-yml.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/prettify.css -------------------------------------------------------------------------------- /third_party/google-code-prettify/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/prettify.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/run_prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/run_prettify.js -------------------------------------------------------------------------------- /third_party/google-code-prettify/skins/desert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/skins/desert.css -------------------------------------------------------------------------------- /third_party/google-code-prettify/skins/doxy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/skins/doxy.css -------------------------------------------------------------------------------- /third_party/google-code-prettify/skins/sons-of-obsidian.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/skins/sons-of-obsidian.css -------------------------------------------------------------------------------- /third_party/google-code-prettify/skins/sunburst.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpamental/variable-fonts/HEAD/third_party/google-code-prettify/skins/sunburst.css --------------------------------------------------------------------------------