├── .gitignore ├── LICENSE ├── README.md ├── Some Time Later.otf ├── Some Time Later.sfd ├── Some Time Later.woff2 ├── frac.fea ├── poj.fea ├── specimen.pdf ├── v2.pdf ├── v3.3.svg └── v3.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | stl.ai 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/README.md -------------------------------------------------------------------------------- /Some Time Later.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/Some Time Later.otf -------------------------------------------------------------------------------- /Some Time Later.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/Some Time Later.sfd -------------------------------------------------------------------------------- /Some Time Later.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/Some Time Later.woff2 -------------------------------------------------------------------------------- /frac.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/frac.fea -------------------------------------------------------------------------------- /poj.fea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/poj.fea -------------------------------------------------------------------------------- /specimen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/specimen.pdf -------------------------------------------------------------------------------- /v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/v2.pdf -------------------------------------------------------------------------------- /v3.3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/v3.3.svg -------------------------------------------------------------------------------- /v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctrlcctrlv/some-time-later/HEAD/v3.pdf --------------------------------------------------------------------------------