commit c7fe91eb7a3afbcf74044a24578fd78dc9bb6864 Author: theo1 Date: Fri Dec 23 18:40:30 2022 +0100 functional diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..07a0457 --- /dev/null +++ b/Makefile @@ -0,0 +1,72 @@ +PY?=python3 +PELICAN?=pelican +PELICANOPTS= + +BASEDIR=$(CURDIR) +INPUTDIR=$(BASEDIR)/content +OUTPUTDIR=$(BASEDIR)/output +CONFFILE=$(BASEDIR)/pelicanconf.py +PUBLISHCONF=$(BASEDIR)/publishconf.py + + +DEBUG ?= 0 +ifeq ($(DEBUG), 1) + PELICANOPTS += -D +endif + +RELATIVE ?= 0 +ifeq ($(RELATIVE), 1) + PELICANOPTS += --relative-urls +endif + +SERVER ?= "0.0.0.0" + +PORT ?= 0 +ifneq ($(PORT), 0) + PELICANOPTS += -p $(PORT) +endif + + +help: + @echo 'Makefile for a pelican Web site ' + @echo ' ' + @echo 'Usage: ' + @echo ' make html (re)generate the web site ' + @echo ' make clean remove the generated files ' + @echo ' make regenerate regenerate files upon modification ' + @echo ' make publish generate using production settings ' + @echo ' make serve [PORT=8000] serve site at http://localhost:8000' + @echo ' make serve-global [SERVER=0.0.0.0] serve (as root) to $(SERVER):80 ' + @echo ' make devserver [PORT=8000] serve and regenerate together ' + @echo ' make devserver-global regenerate and serve on 0.0.0.0 ' + @echo ' ' + @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html ' + @echo 'Set the RELATIVE variable to 1 to enable relative urls ' + @echo ' ' + +html: + "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) + +clean: + [ ! -d "$(OUTPUTDIR)" ] || rm -rf "$(OUTPUTDIR)" + +regenerate: + "$(PELICAN)" -r "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) + +serve: + "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) + +serve-global: + "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) -b $(SERVER) + +devserver: + "$(PELICAN)" -lr "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) + +devserver-global: + $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -b 0.0.0.0 + +publish: + "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) + + +.PHONY: html help clean regenerate serve serve-global devserver publish \ No newline at end of file diff --git a/__pycache__/pelicanconf.cpython-310.pyc b/__pycache__/pelicanconf.cpython-310.pyc new file mode 100644 index 0000000..31032ca Binary files /dev/null and b/__pycache__/pelicanconf.cpython-310.pyc differ diff --git a/__pycache__/publishconf.cpython-310.pyc b/__pycache__/publishconf.cpython-310.pyc new file mode 100644 index 0000000..05f460f Binary files /dev/null and b/__pycache__/publishconf.cpython-310.pyc differ diff --git a/content/bleutee/calypso.md b/content/bleutee/calypso.md new file mode 100644 index 0000000..ed43820 --- /dev/null +++ b/content/bleutee/calypso.md @@ -0,0 +1,8 @@ +Title: Calypso I +Authors: Furax Barbarossa +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/EpzKLMGEcHU + +C'est un collègue de Villefranche qui m'a fait découvert ce rappeur, le plus grand fan au bas mot. diff --git a/content/bleutee/lifewroteitself.md b/content/bleutee/lifewroteitself.md new file mode 100644 index 0000000..af4cf21 --- /dev/null +++ b/content/bleutee/lifewroteitself.md @@ -0,0 +1,8 @@ +Title: Life Wrote Itself +Authors: Chester Watson +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/c_5rYXz5aRM + +Un rappeur de St Louis que j'ai beaucoup écouté en cette fin d'année. L'écart entre son album "Tin Wooki", qui commence déjà à dater, et ce qu'il fait actuellement est assez impressionant : sa voix est plus profonde, sa production plus recherchée, mais son écriture toujours aussi fine et mystérieuse. diff --git a/content/bleutee/nothingtoprove.md b/content/bleutee/nothingtoprove.md new file mode 100644 index 0000000..dd7b756 --- /dev/null +++ b/content/bleutee/nothingtoprove.md @@ -0,0 +1,8 @@ +Title: Nothing To Prove +Authors: Kae Tempest +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/68FMGZ9DKOU + +Tout son dernier album, tout en gros synthés profonds, est très beau. J'avais un peu du mal avec le côté "poésie déclamée" pendant un moment, mais le ton épique de l'album me le fait complètement oublier. diff --git a/content/bleutee/polyfilla.md b/content/bleutee/polyfilla.md new file mode 100644 index 0000000..09487d5 --- /dev/null +++ b/content/bleutee/polyfilla.md @@ -0,0 +1,8 @@ +Title: Polyfilla +Authors: Loyle Carner +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/pSUyBj_kek4 + +Honnêtement, je recommande tout son album "hugo", et en fait toute sa carrière. Le petit tremblement dans sa voix me touche à chaque fois. diff --git a/content/bleutee/redroom.md b/content/bleutee/redroom.md new file mode 100644 index 0000000..f74844a --- /dev/null +++ b/content/bleutee/redroom.md @@ -0,0 +1,8 @@ +Title: Red Room +Authors: Hiatus Kaiyote +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://www.youtube.com/watch?v=p46Tm9-7i7E + +Un groupe australien dont j'ai beaucoup écouté le premier album et qui n'avait rien sorti depuis presque 10 ans. On peut avoir du mal avec la voix de la chanteuse au début, mais elle fini par rester. diff --git a/content/bleutee/serious.md b/content/bleutee/serious.md new file mode 100644 index 0000000..d3e7ab8 --- /dev/null +++ b/content/bleutee/serious.md @@ -0,0 +1,8 @@ +Title: Serious +Authors: Mansur Brown +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/-QljSw8HivU + +Énorme guitariste de jazz londonien, avec un jeu très rythmique, qui crée des espaces vaporeux que personne n'avait jamais exploré. diff --git a/content/bleutee/silence.md b/content/bleutee/silence.md new file mode 100644 index 0000000..9aebedc --- /dev/null +++ b/content/bleutee/silence.md @@ -0,0 +1,8 @@ +Title: Silence +Authors: Tuerie +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/_YVdhiy7eRA + +Un unique EP existe de ce rappeur, "Bleu Gospel", fait pour être écouté d'une traite. Je l'ai vu en concert à Vénissieux, il était tout gentil. Il est descendu dans le public pour parler de sa dépression, c'était trop beau, j'ai pleuré voilà. diff --git a/content/bleutee/sometimesisingtheblues.md b/content/bleutee/sometimesisingtheblues.md new file mode 100644 index 0000000..bb79c9c --- /dev/null +++ b/content/bleutee/sometimesisingtheblues.md @@ -0,0 +1,8 @@ +Title: Sometimes I Sing The Blues +Authors: Spoek Mathambo +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Link: https://youtu.be/MBzsunzk9hY + +Un album calme et étrange d'un producteur Sud-Africain. Les voix et samples me rendent toujours un peu mélancoliques, un peu comme avec un autre groupe : Space Afrika. diff --git a/content/bleutee/theredbetterbe.md b/content/bleutee/theredbetterbe.md new file mode 100644 index 0000000..a394bca --- /dev/null +++ b/content/bleutee/theredbetterbe.md @@ -0,0 +1,9 @@ +Title: There'd Better Be A Mirror Ball +Authors: Arctic Monkeys +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Bleutée +Tags: +Link: https://youtu.be/FY5CAz6S9kE + +Des fois je pense que j'aime ce groupe juste pour les titres de leurs chansons. Leur nouvel album est très calme, avec piano et orchestre, j'adore la production. diff --git a/content/orangee/balladofdorothy.md b/content/orangee/balladofdorothy.md new file mode 100644 index 0000000..527fc89 --- /dev/null +++ b/content/orangee/balladofdorothy.md @@ -0,0 +1,8 @@ +Title: The Ballad of Dorothy Parker +Authors: Prince +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/5nrdZfBShDU + +Ça a été mon année Prince, j'ai découvert sa musique et son personnage. Celle-ci par exemple, une histoire racontée avec beaucoup d'autodérision. diff --git a/content/orangee/howdeep.md b/content/orangee/howdeep.md new file mode 100644 index 0000000..f668545 --- /dev/null +++ b/content/orangee/howdeep.md @@ -0,0 +1,8 @@ +Title: how deep ? +Authors: Tai Verdes +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/Dpuv0DVbYFA + +Une découverte au hasard d'internet, du groove qui casse la tête. diff --git a/content/orangee/howitfeels.md b/content/orangee/howitfeels.md new file mode 100644 index 0000000..51c332a --- /dev/null +++ b/content/orangee/howitfeels.md @@ -0,0 +1,8 @@ +Title: How It Feels +Authors: Sam Wise +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/nkUKtE1CD7k + +Un rappeur de Londres qui détonne par son côté chaleureux là où ses compères sont plutôt "crachin et doudoune". Son dernier EP "None The Wiser" est aussi très cool. diff --git a/content/orangee/imtight.md b/content/orangee/imtight.md new file mode 100644 index 0000000..e841609 --- /dev/null +++ b/content/orangee/imtight.md @@ -0,0 +1,9 @@ +Title: I'm Tight +Authors: Louis Cole +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Tags: +Link: https://youtu.be/u9XrWB-u1vc + +Un clip IMPORTANT et NÉCESSAIRE - Telerama diff --git a/content/orangee/jfk.md b/content/orangee/jfk.md new file mode 100644 index 0000000..54693ee --- /dev/null +++ b/content/orangee/jfk.md @@ -0,0 +1,8 @@ +Title: JFK2LAX +Authors: Gang Starr +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/Z47I4tQtQV4 + +Un groupe mythique de rap des années 90 que j'avais complètement raté jusqu'à cette année. diff --git a/content/orangee/lifegoeson.md b/content/orangee/lifegoeson.md new file mode 100644 index 0000000..69c7358 --- /dev/null +++ b/content/orangee/lifegoeson.md @@ -0,0 +1,8 @@ +Title: Life Goes On +Authors: Ezra Collective +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/9sS-QEyLycs + +Un album de jazz londonien pétri d'afrobeat qui tue. Venez on va les voir. diff --git a/content/orangee/lifeilive.md b/content/orangee/lifeilive.md new file mode 100644 index 0000000..62575ab --- /dev/null +++ b/content/orangee/lifeilive.md @@ -0,0 +1,8 @@ +Title: Life I Live +Authors: Pete Rock +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/I9wp09cmEO4 + +Pete Rock, J. Dilla, Gang Starr, Black Star : tout plein de groupes de rap underground des années 90 que j'ai découvert grâce à mon coloc-slash-encyclopédie du rap Safa. diff --git a/content/orangee/matteblack.md b/content/orangee/matteblack.md new file mode 100644 index 0000000..2885be1 --- /dev/null +++ b/content/orangee/matteblack.md @@ -0,0 +1,9 @@ +Title: Matte Black +Authors: $uicideboy$ +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Tags: +Link: https://youtu.be/gdEe_lXsULg + +Je sais toujours pas sur quel ton prendre le côté "flingues gang cagoules flingues flingues" de leur esthétique, mais ce son m'a eu. À chaque fois que j'entend le passage "But I'm shi-ning baby girl WILD-ING" j'ai envie de casser un truc. diff --git a/content/orangee/science.md b/content/orangee/science.md new file mode 100644 index 0000000..2f85533 --- /dev/null +++ b/content/orangee/science.md @@ -0,0 +1,8 @@ +Title: Science +Authors: Burna Boy +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/Ppdan_oizvc + +Le dernier album de la superstar nigériane, écouté en boucle sur la route cette été. diff --git a/content/orangee/tommorrowcomestheharvest.md b/content/orangee/tommorrowcomestheharvest.md new file mode 100644 index 0000000..31a3bee --- /dev/null +++ b/content/orangee/tommorrowcomestheharvest.md @@ -0,0 +1,8 @@ +Title: Tomorrow Comes The Harvest +Authors: Tony Allen & Jeff Mills +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Orangée +Link: https://youtu.be/UoeBCPptWxE + +Un mariage improbable entre un producteur de techno de Detroit et le batteur de Fela Kuti, fondateur de l'afrobeat (REP). diff --git a/content/verdoyante/callofthemountains.md b/content/verdoyante/callofthemountains.md new file mode 100644 index 0000000..da5fd82 --- /dev/null +++ b/content/verdoyante/callofthemountains.md @@ -0,0 +1,9 @@ +Title: Call of the Mountains +Authors: Foehn Trio +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/34N_63yglDY + +Trio originaire des Alpes mais formé à Lyon. Le pianiste raconte en concert que cette chanson évoque un téléphérique qu'on peut prendre vers Chamonix, et les paysages qui défilent dessous. On les a vu en concert y'a pas longtemps avec Manon, et c'est louuuuurd diff --git a/content/verdoyante/dribble.md b/content/verdoyante/dribble.md new file mode 100644 index 0000000..6a7b771 --- /dev/null +++ b/content/verdoyante/dribble.md @@ -0,0 +1,9 @@ +Title: Dribble +Authors: Anomalie +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/QLDeUebGpfQ + +Ce pianiste canadien a sorti un album fin 2021, qui a fait le fond musical d'une bonne partie de mon année. J'adore la multiplicité des sons et des groove, tout se renouvelle à chaque seconde. diff --git a/content/verdoyante/fablesoffaubus.md b/content/verdoyante/fablesoffaubus.md new file mode 100644 index 0000000..991dc43 --- /dev/null +++ b/content/verdoyante/fablesoffaubus.md @@ -0,0 +1,9 @@ +Title: Fables of Faubus +Authors: Charles Mingus +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/48eAYnfgrAo + +Mon standard préféré de tous les temps, qui me fait penser à une BO de vieux film d'espion. Il y a un fond engagé à cette chanson, que je vous laisse découvrir. diff --git a/content/verdoyante/kabilytouseg.md b/content/verdoyante/kabilytouseg.md new file mode 100644 index 0000000..9f315d5 --- /dev/null +++ b/content/verdoyante/kabilytouseg.md @@ -0,0 +1,8 @@ +Title: Kabily-touseg +Authors: Mougar +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Link: https://youtu.be/H3Ieuj4pssQ + +À la fusion de la musique folk et kabyle, une énergie de fou. diff --git a/content/verdoyante/roundmidnight.md b/content/verdoyante/roundmidnight.md new file mode 100644 index 0000000..98ba2c3 --- /dev/null +++ b/content/verdoyante/roundmidnight.md @@ -0,0 +1,8 @@ +Title: Round Midnight +Authors: Wes Montgomery +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Link: https://youtu.be/MOm17yw__6U + +J'ai menti c'est ça mon standard préféré. diff --git a/content/verdoyante/spacesamba.md b/content/verdoyante/spacesamba.md new file mode 100644 index 0000000..7b1565e --- /dev/null +++ b/content/verdoyante/spacesamba.md @@ -0,0 +1,9 @@ +Title: Space Samba +Authors: Lydian Collective +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/QzhmE-LHEOw + +Le premier album pleinement produit d'un groupe qui s'était surtout fait connaître avec des vidéos intimistes dans leur studio. Ils arrivent parfois à avoir un son de jeu de Gameboy bizarrement addictif. diff --git a/content/verdoyante/sunshine.md b/content/verdoyante/sunshine.md new file mode 100644 index 0000000..db35387 --- /dev/null +++ b/content/verdoyante/sunshine.md @@ -0,0 +1,9 @@ +Title: Everybody loves the sunshine +Authors: Takuya Kuroda +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/lZ8zu1aRYA8 + +Version très épurée, qui fait magnifiquement ressortir la voix. Dans le même album, "Rising Son" est une des première chanson que j'ai essayé de jouer à la trompette. diff --git a/content/verdoyante/sweetflorence.md b/content/verdoyante/sweetflorence.md new file mode 100644 index 0000000..c316092 --- /dev/null +++ b/content/verdoyante/sweetflorence.md @@ -0,0 +1,9 @@ +Title: Sweet Florence +Authors: Jacob Desvarieux +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://youtu.be/9ncso3viNug + +Super chanson du guitariste guadeloupéen (REP). diff --git a/content/verdoyante/worldmightfallover.md b/content/verdoyante/worldmightfallover.md new file mode 100644 index 0000000..4a36a21 --- /dev/null +++ b/content/verdoyante/worldmightfallover.md @@ -0,0 +1,9 @@ +Title: The World Might Fall Over +Authors: Monomono +Date: 2017-01-03 +Modified: 2020-05-07 +Category: Verdoyante +Tags: +Link: https://www.youtube.com/watch?v=4aMv6l28hx8 + +Tiré de la BO de la saison 3 d'Atlanta, puits sans fond de découvertes musicales stylées. diff --git a/output/archives.html b/output/archives.html new file mode 100644 index 0000000..8b05040 --- /dev/null +++ b/output/archives.html @@ -0,0 +1,72 @@ + + + + + Playlist - Archives + + + +

Archives for Playlist

+ +
+
mar. 03 janvier 2017
+
Call of the Mountains
+
mar. 03 janvier 2017
+
Calypso I
+
mar. 03 janvier 2017
+
Dribble
+
mar. 03 janvier 2017
+
Everybody loves the sunshine
+
mar. 03 janvier 2017
+
Fables of Faubus
+
mar. 03 janvier 2017
+
how deep ?
+
mar. 03 janvier 2017
+
How It Feels
+
mar. 03 janvier 2017
+
I'm Tight
+
mar. 03 janvier 2017
+
JFK2LAX
+
mar. 03 janvier 2017
+
Kabily-touseg
+
mar. 03 janvier 2017
+
Life Goes On
+
mar. 03 janvier 2017
+
Life I Live
+
mar. 03 janvier 2017
+
Life Wrote Itself
+
mar. 03 janvier 2017
+
Matte Black
+
mar. 03 janvier 2017
+
Nothing To Prove
+
mar. 03 janvier 2017
+
Polyfilla
+
mar. 03 janvier 2017
+
Red Room
+
mar. 03 janvier 2017
+
Round Midnight
+
mar. 03 janvier 2017
+
Science
+
mar. 03 janvier 2017
+
Serious
+
mar. 03 janvier 2017
+
Silence
+
mar. 03 janvier 2017
+
Sometimes I Sing The Blues
+
mar. 03 janvier 2017
+
Space Samba
+
mar. 03 janvier 2017
+
Sweet Florence
+
mar. 03 janvier 2017
+
The Ballad of Dorothy Parker
+
mar. 03 janvier 2017
+
The World Might Fall Over
+
mar. 03 janvier 2017
+
There'd Better Be A Mirror Ball
+
mar. 03 janvier 2017
+
Tomorrow Comes The Harvest
+
+ + \ No newline at end of file diff --git a/output/author/anomalie.html b/output/author/anomalie.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/arctic-monkeys.html b/output/author/arctic-monkeys.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/burna-boy.html b/output/author/burna-boy.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/charles-mingus.html b/output/author/charles-mingus.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/chester-watson.html b/output/author/chester-watson.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/ezra-collective.html b/output/author/ezra-collective.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/foehn-trio.html b/output/author/foehn-trio.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/furax-barbarossa.html b/output/author/furax-barbarossa.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/gang-starr.html b/output/author/gang-starr.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/hiatus-kaiyote.html b/output/author/hiatus-kaiyote.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/jacob-desvarieux.html b/output/author/jacob-desvarieux.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/jacob-devarieux.html b/output/author/jacob-devarieux.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/kae-tempest.html b/output/author/kae-tempest.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/louis-cole.html b/output/author/louis-cole.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/loyle-carner.html b/output/author/loyle-carner.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/lydian-collective.html b/output/author/lydian-collective.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/mansur-brown.html b/output/author/mansur-brown.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/monomono.html b/output/author/monomono.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/mougar.html b/output/author/mougar.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/pete-rock.html b/output/author/pete-rock.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/prince.html b/output/author/prince.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/sam-wise.html b/output/author/sam-wise.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/spoek-mathambo.html b/output/author/spoek-mathambo.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/tai-verdes.html b/output/author/tai-verdes.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/takuya-kuroda.html b/output/author/takuya-kuroda.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/tony-allen-jeff-mills.html b/output/author/tony-allen-jeff-mills.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/tuerie.html b/output/author/tuerie.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/uicideboy.html b/output/author/uicideboy.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/wes-montgomery.html b/output/author/wes-montgomery.html new file mode 100644 index 0000000..e69de29 diff --git a/output/author/zazie.html b/output/author/zazie.html new file mode 100644 index 0000000..e69de29 diff --git a/output/authors.html b/output/authors.html new file mode 100644 index 0000000..e69de29 diff --git a/output/call-of-the-mountains.html b/output/call-of-the-mountains.html new file mode 100644 index 0000000..3597fef --- /dev/null +++ b/output/call-of-the-mountains.html @@ -0,0 +1,22 @@ + + + + + Playlist | Call of the Mountains + + + + +
+

Call of the Mountains

+

03.01.2017

+
+
+
+

Trio originaire des Alpes mais formé à Lyon. Le pianiste raconte en concert que cette chanson évoque un téléphérique qu'on peut prendre vers Chamonix, et les paysages qui défilent dessous. On les a vu en concert y'a pas longtemps avec Manon, et c'est louuuuurd

+
+ + + \ No newline at end of file diff --git a/output/calypso-i.html b/output/calypso-i.html new file mode 100644 index 0000000..912e8f5 --- /dev/null +++ b/output/calypso-i.html @@ -0,0 +1,22 @@ + + + + + Playlist | Calypso I + + + + +
+

Calypso I

+

03.01.2017

+
+
+
+

C'est un collègue de Villefranche qui m'a fait découvert ce rappeur, le plus grand fan au bas mot.

+
+ + + \ No newline at end of file diff --git a/output/categories.html b/output/categories.html new file mode 100644 index 0000000..f2106b5 --- /dev/null +++ b/output/categories.html @@ -0,0 +1,13 @@ + + + + + Playlist + + + + + + \ No newline at end of file diff --git a/output/category/bleutee.html b/output/category/bleutee.html new file mode 100644 index 0000000..b4a5528 --- /dev/null +++ b/output/category/bleutee.html @@ -0,0 +1,41 @@ + + + + + Playlist | Bleutée + + + + +

Calypso I

+ 03.01.2017 +

---

+

Life Wrote Itself

+ 03.01.2017 +

---

+

Nothing To Prove

+ 03.01.2017 +

---

+

Polyfilla

+ 03.01.2017 +

---

+

Red Room

+ 03.01.2017 +

---

+

Serious

+ 03.01.2017 +

---

+

Silence

+ 03.01.2017 +

---

+

Sometimes I Sing The Blues

+ 03.01.2017 +

---

+

There'd Better Be A Mirror Ball

+ 03.01.2017 +

---

+ + + \ No newline at end of file diff --git a/output/category/orangee.html b/output/category/orangee.html new file mode 100644 index 0000000..53f670f --- /dev/null +++ b/output/category/orangee.html @@ -0,0 +1,44 @@ + + + + + Playlist | Orangée + + + + +

how deep ?

+ 03.01.2017 +

---

+

How It Feels

+ 03.01.2017 +

---

+

I'm Tight

+ 03.01.2017 +

---

+

JFK2LAX

+ 03.01.2017 +

---

+

Life Goes On

+ 03.01.2017 +

---

+

Life I Live

+ 03.01.2017 +

---

+

Matte Black

+ 03.01.2017 +

---

+

Science

+ 03.01.2017 +

---

+

The Ballad of Dorothy Parker

+ 03.01.2017 +

---

+

Tomorrow Comes The Harvest

+ 03.01.2017 +

---

+ + + \ No newline at end of file diff --git a/output/category/verdoyante.html b/output/category/verdoyante.html new file mode 100644 index 0000000..ecee4f7 --- /dev/null +++ b/output/category/verdoyante.html @@ -0,0 +1,41 @@ + + + + + Playlist | Verdoyante + + + + +

Call of the Mountains

+ 03.01.2017 +

---

+

Dribble

+ 03.01.2017 +

---

+

Everybody loves the sunshine

+ 03.01.2017 +

---

+

Fables of Faubus

+ 03.01.2017 +

---

+

Kabily-touseg

+ 03.01.2017 +

---

+

Round Midnight

+ 03.01.2017 +

---

+

Space Samba

+ 03.01.2017 +

---

+

Sweet Florence

+ 03.01.2017 +

---

+

The World Might Fall Over

+ 03.01.2017 +

---

+ + + \ No newline at end of file diff --git a/output/dribble.html b/output/dribble.html new file mode 100644 index 0000000..3c6af94 --- /dev/null +++ b/output/dribble.html @@ -0,0 +1,22 @@ + + + + + Playlist | Dribble + + + + +
+

Dribble

+

03.01.2017

+
+
+
+

Ce pianiste canadien a sorti un album fin 2021, qui a fait le fond musical d'une bonne partie de mon année. J'adore la multiplicité des sons et des groove, tout se renouvelle à chaque seconde.

+
+ + + \ No newline at end of file diff --git a/output/everybody-loves-the-sunshine.html b/output/everybody-loves-the-sunshine.html new file mode 100644 index 0000000..0ed2442 --- /dev/null +++ b/output/everybody-loves-the-sunshine.html @@ -0,0 +1,22 @@ + + + + + Playlist | Everybody loves the sunshine + + + + +
+

Everybody loves the sunshine

+

03.01.2017

+
+
+
+

Version très épurée, qui fait magnifiquement ressortir la voix. Dans le même album, "Rising Son" est une des première chanson que j'ai essayé de jouer à la trompette.

+
+ + + \ No newline at end of file diff --git a/output/fables-of-faubus.html b/output/fables-of-faubus.html new file mode 100644 index 0000000..f758681 --- /dev/null +++ b/output/fables-of-faubus.html @@ -0,0 +1,22 @@ + + + + + Playlist | Fables of Faubus + + + + +
+

Fables of Faubus

+

03.01.2017

+
+
+
+

Mon standard préféré de tous les temps, qui me fait penser à une BO de vieux film d'espion. Il y a un fond engagé à cette chanson, que je vous laisse découvrir.

+
+ + + \ No newline at end of file diff --git a/output/fablesoffaubus.html b/output/fablesoffaubus.html new file mode 100644 index 0000000..caff0af --- /dev/null +++ b/output/fablesoffaubus.html @@ -0,0 +1,27 @@ + + + + + playlist | Fables of Faubus + + + + + + + +
+

Fables of Faubus

+

03.01.2017

+
+
+
+ +
+ + + \ No newline at end of file diff --git a/output/how-deep.html b/output/how-deep.html new file mode 100644 index 0000000..0dfe176 --- /dev/null +++ b/output/how-deep.html @@ -0,0 +1,22 @@ + + + + + Playlist | how deep ? + + + + +
+

how deep ?

+

03.01.2017

+
+
+
+

Une découverte au hasard d'internet, du groove qui casse la tête.

+
+ + + \ No newline at end of file diff --git a/output/how-it-feels.html b/output/how-it-feels.html new file mode 100644 index 0000000..458f627 --- /dev/null +++ b/output/how-it-feels.html @@ -0,0 +1,22 @@ + + + + + Playlist | How It Feels + + + + +
+

How It Feels

+

03.01.2017

+
+
+
+

Un rappeur de Londres qui détonne par son côté chaleureux là où ses compères sont plutôt "crachin et doudoune". Son dernier EP "None The Wiser" est aussi très cool.

+
+ + + \ No newline at end of file diff --git a/output/im-tight.html b/output/im-tight.html new file mode 100644 index 0000000..fbe4d18 --- /dev/null +++ b/output/im-tight.html @@ -0,0 +1,22 @@ + + + + + Playlist | I'm Tight + + + + +
+

I'm Tight

+

03.01.2017

+
+
+
+

Un clip IMPORTANT et NÉCESSAIRE - Telerama

+
+ + + \ No newline at end of file diff --git a/output/index.html b/output/index.html new file mode 100644 index 0000000..084f166 --- /dev/null +++ b/output/index.html @@ -0,0 +1,149 @@ + + + + + Playlist + + + + +
+

Bleutée

+ + +
+ + +
+

Orangée

+ + +
+ + +
+

Verdoyante

+ + +
+ + + + \ No newline at end of file diff --git a/output/jenvoie-valser.html b/output/jenvoie-valser.html new file mode 100644 index 0000000..e6519e2 --- /dev/null +++ b/output/jenvoie-valser.html @@ -0,0 +1,22 @@ + + + + + Playlist | J'envoie valser + + + + +
+

J'envoie valser

+

03.01.2017

+
+
+
+

Quoi ?

+
+ + + \ No newline at end of file diff --git a/output/jfk2lax.html b/output/jfk2lax.html new file mode 100644 index 0000000..b08c618 --- /dev/null +++ b/output/jfk2lax.html @@ -0,0 +1,22 @@ + + + + + Playlist | JFK2LAX + + + + +
+

JFK2LAX

+

03.01.2017

+
+
+
+

Un groupe mythique de rap des années 90 que j'avais complètement raté jusqu'à cette année.

+
+ + + \ No newline at end of file diff --git a/output/kabily-touseg.html b/output/kabily-touseg.html new file mode 100644 index 0000000..d26c0e5 --- /dev/null +++ b/output/kabily-touseg.html @@ -0,0 +1,22 @@ + + + + + Playlist | Kabily-touseg + + + + +
+

Kabily-touseg

+

03.01.2017

+
+
+
+

À la fusion de la musique folk et kabyle, une énergie de fou.

+
+ + + \ No newline at end of file diff --git a/output/life-goes-on.html b/output/life-goes-on.html new file mode 100644 index 0000000..3840726 --- /dev/null +++ b/output/life-goes-on.html @@ -0,0 +1,22 @@ + + + + + Playlist | Life Goes On + + + + +
+

Life Goes On

+

03.01.2017

+
+
+
+

Un album de jazz londonien pétri d'afrobeat qui tue. Venez on va les voir.

+
+ + + \ No newline at end of file diff --git a/output/life-i-live.html b/output/life-i-live.html new file mode 100644 index 0000000..6cb6150 --- /dev/null +++ b/output/life-i-live.html @@ -0,0 +1,22 @@ + + + + + Playlist | Life I Live + + + + +
+

Life I Live

+

03.01.2017

+
+
+
+

Pete Rock, J. Dilla, Gang Starr, Black Star : tout plein de groupes de rap underground des années 90 que j'ai découvert grâce à mon coloc-slash-encyclopédie du rap Safa.

+
+ + + \ No newline at end of file diff --git a/output/life-wrote-itself.html b/output/life-wrote-itself.html new file mode 100644 index 0000000..b4f6cc6 --- /dev/null +++ b/output/life-wrote-itself.html @@ -0,0 +1,22 @@ + + + + + Playlist | Life Wrote Itself + + + + +
+

Life Wrote Itself

+

03.01.2017

+
+
+
+

Un rappeur de St Louis que j'ai beaucoup écouté en cette fin d'année. L'écart entre son album "Tin Wooki", qui commence déjà à dater, et ce qu'il fait actuellement est assez impressionant : sa voix est plus profonde, sa production plus recherchée, mais son écriture toujours aussi fine et mystérieuse.

+
+ + + \ No newline at end of file diff --git a/output/matte-black.html b/output/matte-black.html new file mode 100644 index 0000000..4e12693 --- /dev/null +++ b/output/matte-black.html @@ -0,0 +1,22 @@ + + + + + Playlist | Matte Black + + + + +
+

Matte Black

+

03.01.2017

+
+
+
+

Je sais toujours pas sur quel ton prendre le côté "flingues gang cagoules flingues flingues" de leur esthétique, mais ce son m'a eu. À chaque fois que j'entend le passage "But I'm shi-ning baby girl WILD-ING" j'ai envie de casser un truc.

+
+ + + \ No newline at end of file diff --git a/output/nothing-to-prove.html b/output/nothing-to-prove.html new file mode 100644 index 0000000..71482fb --- /dev/null +++ b/output/nothing-to-prove.html @@ -0,0 +1,22 @@ + + + + + Playlist | Nothing To Prove + + + + +
+

Nothing To Prove

+

03.01.2017

+
+
+
+

Tout son dernier album, tout en gros synthés profonds, est très beau. J'avais un peu du mal avec le côté "poésie déclamée" pendant un moment, mais le ton épique de l'album me le fait complètement oublier.

+
+ + + \ No newline at end of file diff --git a/output/polyfilla.html b/output/polyfilla.html new file mode 100644 index 0000000..cab6460 --- /dev/null +++ b/output/polyfilla.html @@ -0,0 +1,22 @@ + + + + + Playlist | Polyfilla + + + + +
+

Polyfilla

+

03.01.2017

+
+
+
+

Honnêtement, je recommande tout son album "hugo", et en fait toute sa carrière. Le petit tremblement dans sa voix me touche à chaque fois.

+
+ + + \ No newline at end of file diff --git a/output/red-room.html b/output/red-room.html new file mode 100644 index 0000000..4a98a48 --- /dev/null +++ b/output/red-room.html @@ -0,0 +1,22 @@ + + + + + Playlist | Red Room + + + + +
+

Red Room

+

03.01.2017

+
+
+
+

Un groupe australien dont j'ai beaucoup écouté le premier album et qui n'avait rien sorti depuis presque 10 ans. On peut avoir du mal avec la voix de la chanteuse au début, mais elle fini par rester.

+
+ + + \ No newline at end of file diff --git a/output/round-midnight.html b/output/round-midnight.html new file mode 100644 index 0000000..b796b7e --- /dev/null +++ b/output/round-midnight.html @@ -0,0 +1,22 @@ + + + + + Playlist | Round Midnight + + + + +
+

Round Midnight

+

03.01.2017

+
+
+
+

J'ai menti c'est ça mon standard préféré.

+
+ + + \ No newline at end of file diff --git a/output/science.html b/output/science.html new file mode 100644 index 0000000..5bbba3c --- /dev/null +++ b/output/science.html @@ -0,0 +1,22 @@ + + + + + Playlist | Science + + + + +
+

Science

+

03.01.2017

+
+
+
+

Le dernier album de la superstar nigériane, écouté en boucle sur la route cette été.

+
+ + + \ No newline at end of file diff --git a/output/serious.html b/output/serious.html new file mode 100644 index 0000000..2a27a2b --- /dev/null +++ b/output/serious.html @@ -0,0 +1,22 @@ + + + + + Playlist | Serious + + + + +
+

Serious

+

03.01.2017

+
+
+
+

Énorme guitariste de jazz londonien, avec un jeu très rythmique, qui crée des espaces vaporeux que personne n'avait jamais exploré.

+
+ + + \ No newline at end of file diff --git a/output/silence.html b/output/silence.html new file mode 100644 index 0000000..2d4b5d6 --- /dev/null +++ b/output/silence.html @@ -0,0 +1,22 @@ + + + + + Playlist | Silence + + + + +
+

Silence

+

03.01.2017

+
+
+
+

Un unique EP existe de ce rappeur, "Bleu Gospel", fait pour être écouté d'une traite. Je l'ai vu en concert à Vénissieux, il était tout gentil. Il est descendu dans le public pour parler de sa dépression, c'était trop beau, j'ai pleuré voilà.

+
+ + + \ No newline at end of file diff --git a/output/sometimes-i-sing-the-blues.html b/output/sometimes-i-sing-the-blues.html new file mode 100644 index 0000000..10c57a8 --- /dev/null +++ b/output/sometimes-i-sing-the-blues.html @@ -0,0 +1,22 @@ + + + + + Playlist | Sometimes I Sing The Blues + + + + +
+

Sometimes I Sing The Blues

+

03.01.2017

+
+
+
+

Un album calme et étrange d'un producteur Sud-Africain. Les voix et samples me rendent toujours un peu mélancoliques, un peu comme avec un autre groupe : Space Afrika.

+
+ + + \ No newline at end of file diff --git a/output/space-samba.html b/output/space-samba.html new file mode 100644 index 0000000..730904f --- /dev/null +++ b/output/space-samba.html @@ -0,0 +1,22 @@ + + + + + Playlist | Space Samba + + + + +
+

Space Samba

+

03.01.2017

+
+
+
+

Le premier album pleinement produit d'un groupe qui s'était surtout fait connaître avec des vidéos intimistes dans leur studio. Ils arrivent parfois à avoir un son de jeu de Gameboy bizarrement addictif.

+
+ + + \ No newline at end of file diff --git a/output/sweet-florence.html b/output/sweet-florence.html new file mode 100644 index 0000000..e0d35f3 --- /dev/null +++ b/output/sweet-florence.html @@ -0,0 +1,22 @@ + + + + + Playlist | Sweet Florence + + + + +
+

Sweet Florence

+

03.01.2017

+
+
+
+

Super chanson du guitariste guadeloupéen (REP).

+
+ + + \ No newline at end of file diff --git a/output/tags.html b/output/tags.html new file mode 100644 index 0000000..e69de29 diff --git a/output/the-ballad-of-dorothy-parker.html b/output/the-ballad-of-dorothy-parker.html new file mode 100644 index 0000000..5a01ac7 --- /dev/null +++ b/output/the-ballad-of-dorothy-parker.html @@ -0,0 +1,22 @@ + + + + + Playlist | The Ballad of Dorothy Parker + + + + +
+

The Ballad of Dorothy Parker

+

03.01.2017

+
+
+
+

Ça a été mon année Prince, j'ai découvert sa musique et son personnage. Celle-ci par exemple, une histoire racontée avec beaucoup d'autodérision.

+
+ + + \ No newline at end of file diff --git a/output/the-world-might-fall-over.html b/output/the-world-might-fall-over.html new file mode 100644 index 0000000..f1ecb5c --- /dev/null +++ b/output/the-world-might-fall-over.html @@ -0,0 +1,22 @@ + + + + + Playlist | The World Might Fall Over + + + + +
+

The World Might Fall Over

+

03.01.2017

+
+
+
+

Tiré de la BO de la saison 3 d'Atlanta, puits sans fond de découvertes musicales stylées.

+
+ + + \ No newline at end of file diff --git a/output/theme/css/main.css b/output/theme/css/main.css new file mode 100644 index 0000000..10deadb --- /dev/null +++ b/output/theme/css/main.css @@ -0,0 +1,76 @@ +@font-face { + font-family: karrik; + src: url('/themes/playlist/static/fonts/karrik/Karrik-Regular.ttf'); +} + +body { + max-width: 100vw; + display: flex; + flex-wrap: wrap; + font-family: 'karrik', sans-serif; + height: 100vh; + margin: 0%; + background-color: black; +} + +.column { + height: 100%; +} + +.column ul { + font-size: 1.5em; +} + +ul { + list-style-type: circle; +} + +li { + padding: .5em; +} + +.column a { + text-decoration: none; + color: inherit; +} + +.column a:hover { + text-decoration: underline; +} + +.article .comment { + visibility: hidden; + background-color: black; + color: #fff; + text-align: center; + padding: 1em; + border-radius: 6px; + + position: absolute; + z-index: 1; + opacity: 80%; + + max-width: 20em; +} + +.article:hover .comment{ + visibility: visible; +} + +.Bleutée { + width: 30em; + padding: 2%; + background-color: #84b4e2; +} + +.Orangée { + width: 30em; + padding: 2%; + background-color: #f5b53e; +} + +.Verdoyante { + width: 30em; + padding: 2%; + background-color: #7bd96c; +} diff --git a/output/theme/fonts/karrik/Karrik-Italic.ttf b/output/theme/fonts/karrik/Karrik-Italic.ttf new file mode 100644 index 0000000..fa164bb Binary files /dev/null and b/output/theme/fonts/karrik/Karrik-Italic.ttf differ diff --git a/output/theme/fonts/karrik/Karrik-Regular.ttf b/output/theme/fonts/karrik/Karrik-Regular.ttf new file mode 100644 index 0000000..1440412 Binary files /dev/null and b/output/theme/fonts/karrik/Karrik-Regular.ttf differ diff --git a/output/thered-better-be-a-mirror-ball.html b/output/thered-better-be-a-mirror-ball.html new file mode 100644 index 0000000..a2359d3 --- /dev/null +++ b/output/thered-better-be-a-mirror-ball.html @@ -0,0 +1,22 @@ + + + + + Playlist | There'd Better Be A Mirror Ball + + + + +
+

There'd Better Be A Mirror Ball

+

03.01.2017

+
+
+
+

Des fois je pense que j'aime ce groupe juste pour les titres de leurs chansons. Leur nouvel album est très calme, avec piano et orchestre, j'adore la production.

+
+ + + \ No newline at end of file diff --git a/output/tomorrow-comes-the-harvest.html b/output/tomorrow-comes-the-harvest.html new file mode 100644 index 0000000..99d0fe9 --- /dev/null +++ b/output/tomorrow-comes-the-harvest.html @@ -0,0 +1,22 @@ + + + + + Playlist | Tomorrow Comes The Harvest + + + + +
+

Tomorrow Comes The Harvest

+

03.01.2017

+
+
+
+

Un mariage improbable entre un producteur de techno de Detroit et le batteur de Fela Kuti, fondateur de l'afrobeat (REP).

+
+ + + \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py new file mode 100644 index 0000000..8381cbd --- /dev/null +++ b/pelicanconf.py @@ -0,0 +1,34 @@ +AUTHOR = 'theo' +SITENAME = 'Playlist' +SITEURL = '' + +PATH = 'content' + +TIMEZONE = 'Europe/Rome' + +DEFAULT_LANG = 'fr' + +# Feed generation is usually not desired when developing +FEED_ALL_ATOM = None +CATEGORY_FEED_ATOM = None +TRANSLATION_FEED_ATOM = None +AUTHOR_FEED_ATOM = None +AUTHOR_FEED_RSS = None + +# Blogroll +LINKS = (('Pelican', 'https://getpelican.com/'), + ('Python.org', 'https://www.python.org/'), + ('Jinja2', 'https://palletsprojects.com/p/jinja/'), + ('You can modify those links in your config file', '#'),) + +# Social widget +SOCIAL = (('You can add links in your config file', '#'), + ('Another social link', '#'),) + +DEFAULT_PAGINATION = False + +# Uncomment following line if you want document-relative URLs when developing +#RELATIVE_URLS = True + +THEME = 'themes/playlist' +CSS_FILE = "main.css" diff --git a/publishconf.py b/publishconf.py new file mode 100644 index 0000000..be3909b --- /dev/null +++ b/publishconf.py @@ -0,0 +1,21 @@ +# This file is only used if you use `make publish` or +# explicitly specify it as your config file. + +import os +import sys +sys.path.append(os.curdir) +from pelicanconf import * + +# If your site is available via HTTPS, make sure SITEURL begins with https:// +SITEURL = '' +RELATIVE_URLS = False + +FEED_ALL_ATOM = 'feeds/all.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' + +DELETE_OUTPUT_DIRECTORY = True + +# Following items are often useful when publishing + +#DISQUS_SITENAME = "" +#GOOGLE_ANALYTICS = "" \ No newline at end of file diff --git a/tasks.py b/tasks.py new file mode 100644 index 0000000..1175fc8 --- /dev/null +++ b/tasks.py @@ -0,0 +1,138 @@ +# -*- coding: utf-8 -*- + +import os +import shlex +import shutil +import sys +import datetime + +from invoke import task +from invoke.main import program +from invoke.util import cd +from pelican import main as pelican_main +from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer +from pelican.settings import DEFAULT_CONFIG, get_settings_from_file + +OPEN_BROWSER_ON_SERVE = True +SETTINGS_FILE_BASE = 'pelicanconf.py' +SETTINGS = {} +SETTINGS.update(DEFAULT_CONFIG) +LOCAL_SETTINGS = get_settings_from_file(SETTINGS_FILE_BASE) +SETTINGS.update(LOCAL_SETTINGS) + +CONFIG = { + 'settings_base': SETTINGS_FILE_BASE, + 'settings_publish': 'publishconf.py', + # Output path. Can be absolute or relative to tasks.py. Default: 'output' + 'deploy_path': SETTINGS['OUTPUT_PATH'], + # Host and port for `serve` + 'host': 'localhost', + 'port': 8000, +} + +@task +def clean(c): + """Remove generated files""" + if os.path.isdir(CONFIG['deploy_path']): + shutil.rmtree(CONFIG['deploy_path']) + os.makedirs(CONFIG['deploy_path']) + +@task +def build(c): + """Build local version of site""" + pelican_run('-s {settings_base}'.format(**CONFIG)) + +@task +def rebuild(c): + """`build` with the delete switch""" + pelican_run('-d -s {settings_base}'.format(**CONFIG)) + +@task +def regenerate(c): + """Automatically regenerate site upon file modification""" + pelican_run('-r -s {settings_base}'.format(**CONFIG)) + +@task +def serve(c): + """Serve site at http://$HOST:$PORT/ (default is localhost:8000)""" + + class AddressReuseTCPServer(RootedHTTPServer): + allow_reuse_address = True + + server = AddressReuseTCPServer( + CONFIG['deploy_path'], + (CONFIG['host'], CONFIG['port']), + ComplexHTTPRequestHandler) + + if OPEN_BROWSER_ON_SERVE: + # Open site in default browser + import webbrowser + webbrowser.open("http://{host}:{port}".format(**CONFIG)) + + sys.stderr.write('Serving at {host}:{port} ...\n'.format(**CONFIG)) + server.serve_forever() + +@task +def reserve(c): + """`build`, then `serve`""" + build(c) + serve(c) + +@task +def preview(c): + """Build production version of site""" + pelican_run('-s {settings_publish}'.format(**CONFIG)) + +@task +def livereload(c): + """Automatically reload browser tab upon file modification.""" + from livereload import Server + + def cached_build(): + cmd = '-s {settings_base} -e CACHE_CONTENT=True LOAD_CONTENT_CACHE=True' + pelican_run(cmd.format(**CONFIG)) + + cached_build() + server = Server() + theme_path = SETTINGS['THEME'] + watched_globs = [ + CONFIG['settings_base'], + '{}/templates/**/*.html'.format(theme_path), + ] + + content_file_extensions = ['.md', '.rst'] + for extension in content_file_extensions: + content_glob = '{0}/**/*{1}'.format(SETTINGS['PATH'], extension) + watched_globs.append(content_glob) + + static_file_extensions = ['.css', '.js'] + for extension in static_file_extensions: + static_file_glob = '{0}/static/**/*{1}'.format(theme_path, extension) + watched_globs.append(static_file_glob) + + for glob in watched_globs: + server.watch(glob, cached_build) + + if OPEN_BROWSER_ON_SERVE: + # Open site in default browser + import webbrowser + webbrowser.open("http://{host}:{port}".format(**CONFIG)) + + server.serve(host=CONFIG['host'], port=CONFIG['port'], root=CONFIG['deploy_path']) + + +@task +def publish(c): + """Publish to production via rsync""" + pelican_run('-s {settings_publish}'.format(**CONFIG)) + c.run( + 'rsync --delete --exclude ".DS_Store" -pthrvz -c ' + '-e "ssh -p {ssh_port}" ' + '{} {ssh_user}@{ssh_host}:{ssh_path}'.format( + CONFIG['deploy_path'].rstrip('/') + '/', + **CONFIG)) + + +def pelican_run(cmd): + cmd += ' ' + program.core.remainder # allows to pass-through args to pelican + pelican_main(shlex.split(cmd)) \ No newline at end of file diff --git a/themes/playlist/static/css/main.css b/themes/playlist/static/css/main.css new file mode 100644 index 0000000..10deadb --- /dev/null +++ b/themes/playlist/static/css/main.css @@ -0,0 +1,76 @@ +@font-face { + font-family: karrik; + src: url('/themes/playlist/static/fonts/karrik/Karrik-Regular.ttf'); +} + +body { + max-width: 100vw; + display: flex; + flex-wrap: wrap; + font-family: 'karrik', sans-serif; + height: 100vh; + margin: 0%; + background-color: black; +} + +.column { + height: 100%; +} + +.column ul { + font-size: 1.5em; +} + +ul { + list-style-type: circle; +} + +li { + padding: .5em; +} + +.column a { + text-decoration: none; + color: inherit; +} + +.column a:hover { + text-decoration: underline; +} + +.article .comment { + visibility: hidden; + background-color: black; + color: #fff; + text-align: center; + padding: 1em; + border-radius: 6px; + + position: absolute; + z-index: 1; + opacity: 80%; + + max-width: 20em; +} + +.article:hover .comment{ + visibility: visible; +} + +.Bleutée { + width: 30em; + padding: 2%; + background-color: #84b4e2; +} + +.Orangée { + width: 30em; + padding: 2%; + background-color: #f5b53e; +} + +.Verdoyante { + width: 30em; + padding: 2%; + background-color: #7bd96c; +} diff --git a/themes/playlist/static/fonts/karrik/Karrik-Italic.ttf b/themes/playlist/static/fonts/karrik/Karrik-Italic.ttf new file mode 100644 index 0000000..fa164bb Binary files /dev/null and b/themes/playlist/static/fonts/karrik/Karrik-Italic.ttf differ diff --git a/themes/playlist/static/fonts/karrik/Karrik-Regular.ttf b/themes/playlist/static/fonts/karrik/Karrik-Regular.ttf new file mode 100644 index 0000000..1440412 Binary files /dev/null and b/themes/playlist/static/fonts/karrik/Karrik-Regular.ttf differ diff --git a/themes/playlist/templates/archive.html b/themes/playlist/templates/archive.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/playlist/templates/article.html b/themes/playlist/templates/article.html new file mode 100644 index 0000000..6210f81 --- /dev/null +++ b/themes/playlist/templates/article.html @@ -0,0 +1,16 @@ +{% extends 'base.html' %} + +{% block title %}{{ SITENAME }} | {{ article.title }} {% endblock title %} + +{% block content %} + +
+

{{ article.title }}

+

{{ article.date | strftime('%d.%m.%Y')}}

+
+
+
+ {{ article.content }} +
+ +{% endblock content %} diff --git a/themes/playlist/templates/author.html b/themes/playlist/templates/author.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/playlist/templates/authors.html b/themes/playlist/templates/authors.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/playlist/templates/base.html b/themes/playlist/templates/base.html new file mode 100644 index 0000000..eff8403 --- /dev/null +++ b/themes/playlist/templates/base.html @@ -0,0 +1,16 @@ + + + + + {% block title %}{{ SITENAME }}{% endblock %} + + {% block head %} + {% endblock head %} + + + {% block content %} + {% endblock %} + + diff --git a/themes/playlist/templates/categories.html b/themes/playlist/templates/categories.html new file mode 100644 index 0000000..a66fd0a --- /dev/null +++ b/themes/playlist/templates/categories.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} + +{% endblock content %} \ No newline at end of file diff --git a/themes/playlist/templates/category.html b/themes/playlist/templates/category.html new file mode 100644 index 0000000..2d570c5 --- /dev/null +++ b/themes/playlist/templates/category.html @@ -0,0 +1,46 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} | {{ category }} {% endblock %} + +{% block content %} + +{% if articles_page and articles_paginator.num_pages > 1 %} + + +
+ {% if articles_page.has_previous() %} + « + + {% endif %} + {{ articles_page.number }} / {{ articles_paginator.num_pages }} + + {% if articles_page.has_next() %} + » + {% endif %} +
+ + {% for i in range (0, DEFAULT_PAGINATION ) %} + {% set index = (articles_page.number - 1) * DEFAULT_PAGINATION %} + {% if index + i < articles|length %} + {% set article = articles[index + i] %} +

{{article.title}}

+ {{ article.date |strftime('%d.%m.%Y') }} +

---

+ {% endif %} + {% endfor %} + + {% for article in articles %} + + {% endfor %} + + +{% else %} +{% for article in articles %} +

{{article.title}}

+ {{ article.date |strftime('%d.%m.%Y') }} +

---

+{% endfor %} +{% endif %} + +{% endblock content %} diff --git a/themes/playlist/templates/index.html b/themes/playlist/templates/index.html new file mode 100644 index 0000000..7d9897d --- /dev/null +++ b/themes/playlist/templates/index.html @@ -0,0 +1,23 @@ +{% extends 'base.html' %} + +{% block content %} +{% for category in categories %} +{% set cat = category[0] %} +{% set art = category[1]%} + +
+

{{ cat }}

+ + +
+ +{% endfor %} + +{% endblock content %} diff --git a/themes/playlist/templates/page.html b/themes/playlist/templates/page.html new file mode 100644 index 0000000..d297415 --- /dev/null +++ b/themes/playlist/templates/page.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block title %}{{ SITENAME }} | {{ page.title }} {% endblock title %} + +{% block content %} + +{{ page.content }} + +{% endblock content %} diff --git a/themes/playlist/templates/period_archives.html b/themes/playlist/templates/period_archives.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/playlist/templates/tag.html b/themes/playlist/templates/tag.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/playlist/templates/tags.html b/themes/playlist/templates/tags.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/static/css/fonts.less b/themes/theo_lem/static/css/fonts.less new file mode 100755 index 0000000..9f60dc3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts.less @@ -0,0 +1,4 @@ +@font-face { + font-family: happy; + src: url('/theme/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf'); +} \ No newline at end of file diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.DS_Store new file mode 100755 index 0000000..3141da0 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.gitattributes b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.gitattributes new file mode 100755 index 0000000..dfe0770 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/LICENSE.txt b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/LICENSE.txt new file mode 100755 index 0000000..fd9b59c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/LICENSE.txt @@ -0,0 +1,103 @@ +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL Open Font License v1.1 +==================================================== + + +Preamble +---------- + +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + + +Definitions +------------- + +`"Font Software"` refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +`"Reserved Font Name"` refers to any names specified as such after the +copyright statement(s). + +`"Original Version"` refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +`"Modified Version"` refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +`"Author"` refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + + +Permission & Conditions +------------------------ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1. Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + +2. Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + +3. No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + +4. The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + +5. The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + + +Termination +----------- + +This license becomes null and void if any of the above conditions are +not met. + + + DISCLAIMER + + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/README.md b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/README.md new file mode 100755 index 0000000..a360efe --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/README.md @@ -0,0 +1,19 @@ +# Happy Times at the IKOB + +In December 2016, german graphic designer [Matthias Hübner](http://possible.is/) pitched for the new visual identity of [the IKOB](http://ikob.be/en/), a museum of contemporary art located in Eupen, Belgium. Part of the pitch was the commissioning of a custom typeface, which was planned to be released as an open source license, once it was finished and in use. I was asked to design this typeface as a contemporary rendition of the Times New Roman in two cuts: Regular and Italic. Since the typeface couldn’t be ready for the relaunch of the new design, Matthias decided to do a typographical restart: all communications (Posters, Flyers, Letters) were set in Times New Roman, and this typeface would be replaced gradually with new sets of characters as they were produced. At the end of 2017, the whole set was finally developed and in use ever since. With some minor tweaks and corrections, the typeface will be released as of now under the title: Happy Times at the IKOB. It is now available at the [Velvetyne Type Foundry](http://velvetyne.fr/fonts/happy-times/). + +Happy Times at the IKOB was designed by [Lucas Le Bihan](http://dreamsoffice.fr/). + +## Specimen + +![Ikob](documentation/images/ikob_3.jpg) + +## License + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at +http://scripts.sil.org/OFL + +## Repository Layout + +This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository). diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/.DS_Store new file mode 100755 index 0000000..cd3a2cf Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/bretagne_ikob_informations.pdf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/bretagne_ikob_informations.pdf new file mode 100755 index 0000000..5411ed2 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/bretagne_ikob_informations.pdf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/.DS_Store new file mode 100755 index 0000000..5008ddf Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob.jpg b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob.jpg new file mode 100755 index 0000000..9c31bad Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob.jpg differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_2.jpg b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_2.jpg new file mode 100755 index 0000000..88474de Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_2.jpg differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_3.jpg b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_3.jpg new file mode 100755 index 0000000..8a3f5ad Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_3.jpg differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_4.jpg b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_4.jpg new file mode 100755 index 0000000..1636d5e Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_4.jpg differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_5.jpg b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_5.jpg new file mode 100755 index 0000000..24313c0 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/documentation/images/ikob_5.jpg differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/.DS_Store new file mode 100755 index 0000000..af59bef Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/.DS_Store new file mode 100755 index 0000000..5008ddf Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_bold_master.otf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_bold_master.otf new file mode 100755 index 0000000..4da9662 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_bold_master.otf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_italic_master.otf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_italic_master.otf new file mode 100755 index 0000000..20a16db Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_italic_master.otf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_regular_master.otf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_regular_master.otf new file mode 100755 index 0000000..436b341 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/otf/happy-times-NG_regular_master.otf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/.DS_Store new file mode 100755 index 0000000..5008ddf Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.ttf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.ttf new file mode 100755 index 0000000..4ae380c Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.ttf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff new file mode 100755 index 0000000..5375d7d Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff2 b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff2 new file mode 100755 index 0000000..d62b85d Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_bold_master_web.woff2 differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.ttf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.ttf new file mode 100755 index 0000000..92860d8 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.ttf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff new file mode 100755 index 0000000..ef4f088 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff2 b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff2 new file mode 100755 index 0000000..094fd09 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_italic_master_web.woff2 differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf new file mode 100755 index 0000000..f62ad59 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff new file mode 100755 index 0000000..5e7916b Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff2 b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff2 new file mode 100755 index 0000000..b7dd068 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.woff2 differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/.DS_Store new file mode 100755 index 0000000..40d4828 Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/.DS_Store b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/.DS_Store new file mode 100755 index 0000000..1fd083a Binary files /dev/null and b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/.DS_Store differ diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/features.fea b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/features.fea new file mode 100755 index 0000000..2b5d033 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/features.fea @@ -0,0 +1,57 @@ +# LANGUAGE SYSTEMS + +languagesystem DFLT dflt; +languagesystem latn dflt; + +# FEATURES CLASSES + +@uc = [A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Ntilde Ograve Oacute Ocircumflex Otilde Odieresis Oslash OE Ugrave Uacute Ucircumflex Udieresis Yacute Ydieresis]; +@uc.punct = [hyphen.cap exclamdown.cap questiondown.cap guilsinglleft.cap guilsinglright.cap guillemotleft.cap guillemotright.cap endash.cap emdash.cap periodcentered.cap parenleft.cap parenright.cap bracketleft.cap bracketright.cap braceleft.cap braceright.cap]; + +@lc = [a b c d e f g h i j k l m n o p q r s t u v w x y z agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis ntilde ograve oacute ocircumflex otilde odieresis oslash oe ugrave uacute ucircumflex udieresis yacute ydieresis]; +@lc.all = [@lc dotlessi]; +@lc.punct_uc = [hyphen exclamdown questiondown guilsinglleft guilsinglright guillemotleft guillemotright endash emdash periodcentered parenleft parenright bracketleft bracketright braceleft braceright]; + +@figs.default = [zero one two three four five six seven eight nine]; +@currency.default = [numbersign Euro dollar cent sterling yen]; + +#@figs.inferior = [zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior]; +#@figs.denominator = [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; +#@figs.numerator = [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; + +# FEATURES + +feature aalt { # ALL ALTERNATES + feature case; +} aalt; + +feature ordn { # ORDINALS + lookup ordn_base { + sub @figs.default [O o]' by ordmasculine; + sub @figs.default [A a]' by ordfeminine; + } ordn_base; + lookup ordn_numero { + sub N [O o degree ordmasculine] by numero; + sub n [O o degree ordmasculine] by numero; + } ordn_numero; +} ordn; + +feature case { # CASE FORMS + lookup case_exceptions { + sub dotlessi by I; + } case_exceptions; + lookup case_punctuation { + sub @lc.punct_uc by @uc.punct; + } case_punctuation; +} case; + +feature liga { # LIGATURES + lookup liga_all { + sub f f by ff; + sub f l by fl; + sub f i by fi; + sub f f l by ffl; + sub f f i by ffi; + sub T h by Th; + } liga_all ; +} liga; diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/features.fea b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/features.fea new file mode 100755 index 0000000..c923aec --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/features.fea @@ -0,0 +1 @@ +include(features.fea) \ No newline at end of file diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/fontinfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/fontinfo.plist new file mode 100755 index 0000000..2f8570a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/fontinfo.plist @@ -0,0 +1,156 @@ + + + + + ascender + 750 + capHeight + 750 + copyright + Copyright (c) 2016 by Lucas Le Bihan. All rights reserved. + descender + -250 + familyName + Happy Times at the IKOB New Game Plus Edition + italicAngle + 0 + openTypeHheaAscender + 984 + openTypeHheaDescender + -273 + openTypeHheaLineGap + 0 + openTypeNameDescription + Copyright (c) 2016 by Lucas Le Bihan. All rights reserved. + openTypeNameDesigner + Lucas Le Bihan + openTypeNameDesignerURL + www.lucaslebihan.fr + openTypeNameLicense + Open Font License + openTypeNameLicenseURL + https://fontforge.github.io/OFL-fr.html + openTypeNameManufacturer + Lucas Le Bihan + openTypeOS2CodePageRanges + + 0 + + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Panose + + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + openTypeOS2StrikeoutPosition + 300 + openTypeOS2StrikeoutSize + 34 + openTypeOS2Type + + 2 + + openTypeOS2TypoLineGap + 0 + openTypeOS2UnicodeRanges + + 0 + + openTypeOS2VendorID + bret + openTypeOS2WeightClass + 700 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 984 + openTypeOS2WinDescent + 273 + postscriptBlueValues + + -250 + -240 + -10 + 0 + 510 + 510 + 750 + 760 + + postscriptDefaultWidthX + 500 + postscriptFamilyBlues + + -250 + -240 + -10 + 0 + 510 + 510 + 750 + 760 + + postscriptFamilyOtherBlues + + + postscriptForceBold + + postscriptOtherBlues + + + postscriptStemSnapH + + 55 + 40 + 50 + 35 + 45 + 80 + 85 + + postscriptStemSnapV + + 140 + 160 + 175 + 145 + 125 + 195 + 200 + + postscriptUnderlinePosition + -120 + postscriptUnderlineThickness + 34 + styleMapFamilyName + Happy Times at the IKOB New Game Plus Edition + styleMapStyleName + bold + styleName + Bold + trademark + Happy Times at the IKOB is a trademark of Lucas Le Bihan. + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 500 + year + 2016 + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/AE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/AE_.glif new file mode 100755 index 0000000..c05d56e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/AE_.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1100 + y + 1038 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/A_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/A_.glif new file mode 100755 index 0000000..1f2dc86 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/A_.glif @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 398.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 534 + y + 289 + + + segmentType + line + smooth + + x + 212 + y + 289 + + + segmentType + line + smooth + + x + 212 + y + 235 + + + segmentType + line + smooth + + x + 534 + y + 235 + + + + + points + + + segmentType + line + smooth + + x + 84 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 44 + + + segmentType + line + smooth + + x + 370 + y + 584 + + + segmentType + line + smooth + + x + 380 + y + 584 + + + segmentType + line + smooth + + x + 599 + y + 44 + + + segmentType + line + smooth + + x + 709 + y + 44 + + + segmentType + line + smooth + + x + 413 + y + 760 + + + segmentType + line + smooth + + x + 385 + y + 760 + + + + + points + + + segmentType + line + smooth + + x + 144 + y + 44 + + + segmentType + line + smooth + + x + 84 + y + 44 + + + segmentType + line + smooth + + x + 74 + y + 34 + + + segmentType + line + smooth + + x + 14 + y + 34 + + + segmentType + line + smooth + + x + 14 + y + 0 + + + smooth + + x + 14 + y + 0 + + + smooth + + x + 236 + y + 0 + + + segmentType + curve + smooth + + x + 236 + y + 0 + + + segmentType + line + smooth + + x + 236 + y + 34 + + + segmentType + line + smooth + + x + 154 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 709 + y + 44 + + + segmentType + line + smooth + + x + 599 + y + 44 + + + segmentType + line + smooth + + x + 589 + y + 34 + + + segmentType + line + smooth + + x + 503 + y + 34 + + + segmentType + line + smooth + + x + 503 + y + 0 + + + smooth + + x + 503 + y + 0 + + + smooth + + x + 779 + y + 0 + + + segmentType + curve + smooth + + x + 779 + y + 0 + + + segmentType + line + smooth + + x + 779 + y + 34 + + + segmentType + line + smooth + + x + 719 + y + 34 + + + + + lib + + + name + A + unicodes + + + width + 793 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aacute_.glif new file mode 100755 index 0000000..330ace6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Acircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 0000000..dcada4d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Adieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Adieresis_.glif new file mode 100755 index 0000000..3642b53 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Agrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Agrave_.glif new file mode 100755 index 0000000..48d32a1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Agrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aring_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aring_.glif new file mode 100755 index 0000000..edfc4fa --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Aring_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Atilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Atilde_.glif new file mode 100755 index 0000000..9140c52 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Atilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/B_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/B_.glif new file mode 100755 index 0000000..b3dd1bf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/B_.glif @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 144 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 706 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + segmentType + line + smooth + + x + 396 + y + 0 + + + smooth + + x + 559 + y + 0 + + + smooth + + x + 670 + y + 75 + + + segmentType + curve + smooth + + x + 670 + y + 202 + + + smooth + + x + 670 + y + 311 + + + smooth + + x + 600 + y + 366 + + + segmentType + curve + smooth + + x + 484 + y + 384 + + + segmentType + line + smooth + + x + 484 + y + 394 + + + smooth + + x + 568 + y + 406 + + + smooth + + x + 640 + y + 461 + + + segmentType + curve + smooth + + x + 640 + y + 554 + + + smooth + + x + 640 + y + 682 + + + smooth + + x + 528 + y + 750 + + + segmentType + curve + smooth + + x + 364 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 750 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 696 + + + segmentType + line + smooth + + x + 348 + y + 696 + + + smooth + + x + 446 + y + 696 + + + smooth + + x + 520 + y + 657 + + + segmentType + curve + smooth + + x + 520 + y + 554 + + + smooth + + x + 520 + y + 450 + + + smooth + + x + 446 + y + 408 + + + segmentType + curve + smooth + + x + 348 + y + 408 + + + segmentType + line + smooth + + x + 258 + y + 408 + + + + + points + + + segmentType + line + smooth + + x + 380 + y + 354 + + + smooth + + x + 478 + y + 354 + + + smooth + + x + 550 + y + 306 + + + segmentType + curve + smooth + + x + 550 + y + 202 + + + smooth + + x + 550 + y + 99 + + + smooth + + x + 478 + y + 54 + + + segmentType + curve + smooth + + x + 380 + y + 54 + + + segmentType + line + smooth + + x + 258 + y + 54 + + + segmentType + line + smooth + + x + 258 + y + 354 + + + + + lib + + + name + B + unicodes + + + width + 714 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/CR_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/CR_.glif new file mode 100755 index 0000000..ac5d442 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/CR_.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/C_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/C_.glif new file mode 100755 index 0000000..bd93896 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/C_.glif @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 394.0 + y + 759.0 + + + name + bottom + x + 440.0 + y + -10.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 760 + y + 150 + + + segmentType + line + smooth + + x + 732 + y + 178 + + + smooth + + x + 668 + y + 96 + + + smooth + + x + 588 + y + 50 + + + segmentType + curve + smooth + + x + 474 + y + 50 + + + smooth + + x + 284 + y + 50 + + + smooth + + x + 174 + y + 190 + + + segmentType + curve + smooth + + x + 174 + y + 380 + + + smooth + + x + 174 + y + 560 + + + smooth + + x + 263 + y + 710 + + + segmentType + curve + smooth + + x + 454 + y + 710 + + + smooth + + x + 574 + y + 710 + + + smooth + + x + 694 + y + 654 + + + segmentType + curve + smooth + + x + 694 + y + 528 + + + segmentType + line + smooth + + x + 694 + y + 488 + + + segmentType + line + smooth + + x + 732 + y + 488 + + + segmentType + line + smooth + + x + 732 + y + 750 + + + smooth + + x + 732 + y + 750 + + + smooth + + x + 694 + y + 750 + + + segmentType + curve + smooth + + x + 694 + y + 750 + + + segmentType + line + smooth + + x + 694 + y + 706 + + + segmentType + line + smooth + + x + 684 + y + 706 + + + smooth + + x + 658 + y + 720 + + + smooth + + x + 567 + y + 760 + + + segmentType + curve + smooth + + x + 454 + y + 760 + + + smooth + + x + 210 + y + 760 + + + smooth + + x + 54 + y + 594 + + + segmentType + curve + smooth + + x + 54 + y + 365 + + + smooth + + x + 54 + y + 145 + + + smooth + + x + 216 + y + -10 + + + segmentType + curve + smooth + + x + 440 + y + -10 + + + smooth + + x + 592 + y + -10 + + + smooth + + x + 690 + y + 56 + + + + + lib + + + name + C + unicodes + + + width + 784 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ccedilla_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 0000000..d000beb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/D_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/D_.glif new file mode 100755 index 0000000..6b02f1b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/D_.glif @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 144 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 706 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + segmentType + line + smooth + + x + 374 + y + 0 + + + smooth + + x + 587 + y + 0 + + + smooth + + x + 802 + y + 94 + + + segmentType + curve + smooth + + x + 802 + y + 384 + + + smooth + + x + 802 + y + 654 + + + smooth + + x + 617 + y + 750 + + + segmentType + curve + smooth + + x + 356 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 750 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 696 + + + segmentType + line + smooth + + x + 352 + y + 696 + + + smooth + + x + 570 + y + 696 + + + smooth + + x + 682 + y + 592 + + + segmentType + curve + smooth + + x + 682 + y + 365 + + + smooth + + x + 682 + y + 157 + + + smooth + + x + 571 + y + 54 + + + segmentType + curve + smooth + + x + 364 + y + 54 + + + segmentType + line + smooth + + x + 258 + y + 54 + + + + + lib + + + name + D + unicodes + + + width + 856 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/E_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/E_.glif new file mode 100755 index 0000000..da7e1b5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/E_.glif @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1100 + y + 1038 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 364.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 259 + y + 360 + + + segmentType + line + smooth + + x + 511 + y + 360 + + + segmentType + line + smooth + + x + 521 + y + 350 + + + segmentType + line + smooth + + x + 521 + y + 278 + + + segmentType + line + smooth + + x + 559 + y + 278 + + + segmentType + line + smooth + + x + 559 + y + 496 + + + segmentType + line + smooth + + x + 521 + y + 496 + + + segmentType + line + smooth + + x + 521 + y + 424 + + + segmentType + line + smooth + + x + 511 + y + 414 + + + segmentType + line + smooth + + x + 259 + y + 414 + + + segmentType + line + smooth + + x + 259 + y + 688 + + + segmentType + line + smooth + + x + 495 + y + 688 + + + smooth + + x + 581 + y + 688 + + + smooth + + x + 603 + y + 666 + + + segmentType + curve + smooth + + x + 603 + y + 580 + + + segmentType + line + smooth + + x + 603 + y + 540 + + + segmentType + line + smooth + + x + 641 + y + 540 + + + segmentType + line + smooth + + x + 641 + y + 750 + + + segmentType + line + smooth + + x + 55 + y + 750 + + + segmentType + line + smooth + + x + 55 + y + 716 + + + segmentType + line + smooth + + x + 145 + y + 716 + + + segmentType + line + smooth + + x + 155 + y + 706 + + + segmentType + line + smooth + + x + 155 + y + 45 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + segmentType + line + smooth + + x + 669 + y + 0 + + + segmentType + line + smooth + + x + 669 + y + 220 + + + segmentType + line + smooth + + x + 631 + y + 220 + + + segmentType + line + smooth + + x + 631 + y + 170 + + + smooth + + x + 631 + y + 84 + + + smooth + + x + 609 + y + 62 + + + segmentType + curve + smooth + + x + 523 + y + 62 + + + segmentType + line + smooth + + x + 259 + y + 62 + + + + + lib + + + name + E + unicodes + + + width + 723 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Eacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Eacute_.glif new file mode 100755 index 0000000..24c962e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Eacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ecircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 0000000..9bd90ed --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Edieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Edieresis_.glif new file mode 100755 index 0000000..d8218cd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Egrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Egrave_.glif new file mode 100755 index 0000000..180bd37 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Egrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Euro_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Euro_.glif new file mode 100755 index 0000000..cff178d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Euro_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/F_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/F_.glif new file mode 100755 index 0000000..8379def --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/F_.glif @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 258 + y + 360 + + + segmentType + line + smooth + + x + 530 + y + 360 + + + segmentType + line + smooth + + x + 540 + y + 350 + + + segmentType + line + smooth + + x + 540 + y + 278 + + + segmentType + line + smooth + + x + 578 + y + 278 + + + segmentType + line + smooth + + x + 578 + y + 496 + + + segmentType + line + smooth + + x + 540 + y + 496 + + + segmentType + line + smooth + + x + 540 + y + 424 + + + segmentType + line + smooth + + x + 530 + y + 414 + + + segmentType + line + smooth + + x + 258 + y + 414 + + + segmentType + line + smooth + + x + 258 + y + 688 + + + segmentType + line + smooth + + x + 544 + y + 688 + + + smooth + + x + 630 + y + 688 + + + smooth + + x + 652 + y + 666 + + + segmentType + curve + smooth + + x + 652 + y + 580 + + + segmentType + line + smooth + + x + 652 + y + 540 + + + segmentType + line + smooth + + x + 690 + y + 540 + + + segmentType + line + smooth + + x + 690 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 144 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 706 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 258 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 44 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + smooth + + x + 54 + y + 0 + + + smooth + + x + 388 + y + 0 + + + segmentType + curve + smooth + + x + 388 + y + 0 + + + segmentType + line + smooth + + x + 388 + y + 34 + + + segmentType + line + smooth + + x + 268 + y + 34 + + + + + lib + + + name + F + unicodes + + + width + 704 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/G_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/G_.glif new file mode 100755 index 0000000..4c683f0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/G_.glif @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1215 + y + 556 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 702 + y + 72 + + + segmentType + line + smooth + + x + 702 + y + 0 + + + segmentType + line + smooth + + x + 740 + y + 0 + + + segmentType + line + smooth + + x + 740 + y + 322 + + + segmentType + line + smooth + + x + 750 + y + 332 + + + segmentType + line + smooth + + x + 810 + y + 332 + + + segmentType + line + smooth + + x + 810 + y + 366 + + + segmentType + line + smooth + + x + 556 + y + 366 + + + segmentType + line + smooth + + x + 556 + y + 332 + + + segmentType + line + smooth + + x + 646 + y + 332 + + + segmentType + line + smooth + + x + 656 + y + 322 + + + segmentType + line + smooth + + x + 656 + y + 222 + + + smooth + + x + 656 + y + 110 + + + smooth + + x + 594 + y + 40 + + + segmentType + curve + smooth + + x + 474 + y + 40 + + + smooth + + x + 274 + y + 40 + + + smooth + + x + 174 + y + 190 + + + segmentType + curve + smooth + + x + 174 + y + 380 + + + smooth + + x + 174 + y + 560 + + + smooth + + x + 264 + y + 710 + + + segmentType + curve + smooth + + x + 454 + y + 710 + + + smooth + + x + 574 + y + 710 + + + smooth + + x + 694 + y + 654 + + + segmentType + curve + smooth + + x + 694 + y + 528 + + + segmentType + line + smooth + + x + 694 + y + 488 + + + segmentType + line + smooth + + x + 732 + y + 488 + + + segmentType + line + smooth + + x + 732 + y + 750 + + + segmentType + line + smooth + + x + 694 + y + 750 + + + segmentType + line + smooth + + x + 694 + y + 706 + + + segmentType + line + smooth + + x + 683 + y + 706 + + + smooth + + x + 656 + y + 720 + + + smooth + + x + 568 + y + 760 + + + segmentType + curve + smooth + + x + 454 + y + 760 + + + smooth + + x + 208 + y + 760 + + + smooth + + x + 54 + y + 594 + + + segmentType + curve + smooth + + x + 54 + y + 366 + + + smooth + + x + 54 + y + 145 + + + smooth + + x + 216 + y + -10 + + + segmentType + curve + smooth + + x + 440 + y + -10 + + + smooth + + x + 602 + y + -10 + + + smooth + + x + 665 + y + 50 + + + segmentType + curve + smooth + + x + 692 + y + 72 + + + + + lib + + + name + G + unicodes + + + width + 844 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/H_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/H_.glif new file mode 100755 index 0000000..ea8e8c2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/H_.glif @@ -0,0 +1,684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 676 + y + 402 + + + segmentType + line + smooth + + x + 205 + y + 402 + + + segmentType + line + smooth + + x + 205 + y + 348 + + + segmentType + line + smooth + + x + 676 + y + 348 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 44 + + + segmentType + line + smooth + + x + 258 + y + 706 + + + smooth + + x + 258 + y + 706 + + + smooth + + x + 154 + y + 706 + + + segmentType + curve + smooth + + x + 154 + y + 706 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 44 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + smooth + + x + 54 + y + 0 + + + smooth + + x + 352 + y + 0 + + + segmentType + curve + smooth + + x + 352 + y + 0 + + + segmentType + line + smooth + + x + 352 + y + 34 + + + segmentType + line + smooth + + x + 268 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 258 + y + 706 + + + segmentType + line + smooth + + x + 268 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 750 + + + smooth + + x + 352 + y + 750 + + + smooth + + x + 54 + y + 750 + + + segmentType + curve + smooth + + x + 54 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 144 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 706 + + + + + points + + + segmentType + line + smooth + + x + 742 + y + 44 + + + segmentType + line + smooth + + x + 742 + y + 706 + + + smooth + + x + 742 + y + 706 + + + smooth + + x + 638 + y + 706 + + + segmentType + curve + smooth + + x + 638 + y + 706 + + + segmentType + line + smooth + + x + 638 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 742 + y + 44 + + + segmentType + line + smooth + + x + 638 + y + 44 + + + segmentType + line + smooth + + x + 628 + y + 34 + + + segmentType + line + smooth + + x + 544 + y + 34 + + + segmentType + line + smooth + + x + 544 + y + 0 + + + smooth + + x + 544 + y + 0 + + + smooth + + x + 842 + y + 0 + + + segmentType + curve + smooth + + x + 842 + y + 0 + + + segmentType + line + smooth + + x + 842 + y + 34 + + + segmentType + line + smooth + + x + 752 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 742 + y + 706 + + + segmentType + line + smooth + + x + 752 + y + 716 + + + segmentType + line + smooth + + x + 842 + y + 716 + + + segmentType + line + smooth + + x + 842 + y + 750 + + + smooth + + x + 842 + y + 750 + + + smooth + + x + 544 + y + 750 + + + segmentType + curve + smooth + + x + 544 + y + 750 + + + segmentType + line + smooth + + x + 544 + y + 716 + + + segmentType + line + smooth + + x + 628 + y + 716 + + + segmentType + line + smooth + + x + 638 + y + 706 + + + + + lib + + + name + H + unicodes + + + width + 896 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/I_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/I_.glif new file mode 100755 index 0000000..db27ec2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/I_.glif @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 204.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 252 + y + 44 + + + segmentType + line + smooth + + x + 252 + y + 706 + + + smooth + + x + 252 + y + 706 + + + smooth + + x + 148 + y + 706 + + + segmentType + curve + smooth + + x + 148 + y + 706 + + + segmentType + line + smooth + + x + 148 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 252 + y + 44 + + + segmentType + line + smooth + + x + 148 + y + 44 + + + segmentType + line + smooth + + x + 138 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 0 + + + smooth + + x + 48 + y + 0 + + + smooth + + x + 352 + y + 0 + + + segmentType + curve + smooth + + x + 352 + y + 0 + + + segmentType + line + smooth + + x + 352 + y + 34 + + + segmentType + line + smooth + + x + 262 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 252 + y + 706 + + + segmentType + line + smooth + + x + 262 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 750 + + + smooth + + x + 352 + y + 750 + + + smooth + + x + 48 + y + 750 + + + segmentType + curve + smooth + + x + 48 + y + 750 + + + segmentType + line + smooth + + x + 48 + y + 716 + + + segmentType + line + smooth + + x + 138 + y + 716 + + + segmentType + line + smooth + + x + 148 + y + 706 + + + + + lib + + + name + I + unicodes + + + width + 450 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Iacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Iacute_.glif new file mode 100755 index 0000000..9b2f542 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Iacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Icircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 0000000..88cf3b9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Idieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Idieresis_.glif new file mode 100755 index 0000000..933ba99 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Igrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Igrave_.glif new file mode 100755 index 0000000..af1451b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Igrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/J_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/J_.glif new file mode 100755 index 0000000..17e7f51 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/J_.glif @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 260 + y + 194 + + + segmentType + line + smooth + + x + 260 + y + 706 + + + segmentType + line + smooth + + x + 270 + y + 716 + + + segmentType + line + smooth + + x + 350 + y + 716 + + + segmentType + line + smooth + + x + 350 + y + 750 + + + segmentType + line + smooth + + x + 52 + y + 750 + + + segmentType + line + smooth + + x + 52 + y + 716 + + + segmentType + line + smooth + + x + 146 + y + 716 + + + segmentType + line + smooth + + x + 156 + y + 706 + + + segmentType + line + smooth + + x + 156 + y + 140 + + + smooth + + x + 156 + y + 34 + + + smooth + + x + 116 + y + -32 + + + segmentType + curve + smooth + + x + 14 + y + -52 + + + segmentType + line + smooth + + x + -6 + y + -56 + + + segmentType + line + smooth + + x + 6 + y + -88 + + + segmentType + line + smooth + + x + 18 + y + -86 + + + smooth + + x + 199 + y + -56 + + + smooth + + x + 260 + y + 40 + + + + + lib + + + name + J + unicodes + + + width + 384 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/K_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/K_.glif new file mode 100755 index 0000000..75dd1dc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/K_.glif @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 258 + y + 44 + + + segmentType + line + smooth + + x + 258 + y + 364 + + + segmentType + line + smooth + + x + 268 + y + 364 + + + segmentType + line + smooth + + x + 604 + y + 0 + + + segmentType + line + smooth + + x + 768 + y + 0 + + + segmentType + line + smooth + + x + 768 + y + 34 + + + segmentType + line + smooth + + x + 714 + y + 34 + + + segmentType + line + smooth + + x + 356 + y + 414 + + + segmentType + line + smooth + + x + 676 + y + 716 + + + segmentType + line + smooth + + x + 736 + y + 716 + + + segmentType + line + smooth + + x + 736 + y + 750 + + + segmentType + line + smooth + + x + 496 + y + 750 + + + segmentType + line + smooth + + x + 496 + y + 716 + + + segmentType + line + smooth + + x + 572 + y + 716 + + + segmentType + line + smooth + + x + 582 + y + 706 + + + segmentType + line + smooth + + x + 268 + y + 398 + + + segmentType + line + smooth + + x + 258 + y + 398 + + + segmentType + line + smooth + + x + 258 + y + 706 + + + segmentType + line + smooth + + x + 268 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 716 + + + segmentType + line + smooth + + x + 352 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 144 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 706 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 34 + + + segmentType + line + smooth + + x + 54 + y + 0 + + + segmentType + line + smooth + + x + 362 + y + 0 + + + segmentType + line + smooth + + x + 362 + y + 34 + + + segmentType + line + smooth + + x + 268 + y + 34 + + + + + lib + + + name + K + unicodes + + + width + 782 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/L_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/L_.glif new file mode 100755 index 0000000..e1951e4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/L_.glif @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 253 + y + 706 + + + segmentType + line + smooth + + x + 149 + y + 706 + + + segmentType + line + smooth + + x + 149 + y + 45 + + + segmentType + line + smooth + + x + 138 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 0 + + + segmentType + line + smooth + + x + 643 + y + 0 + + + segmentType + line + smooth + + x + 643 + y + 220 + + + segmentType + line + smooth + + x + 605 + y + 220 + + + segmentType + line + smooth + + x + 605 + y + 170 + + + smooth + + x + 605 + y + 84 + + + smooth + + x + 575 + y + 62 + + + segmentType + curve + smooth + + x + 489 + y + 62 + + + segmentType + line + smooth + + x + 253 + y + 62 + + + + + points + + + segmentType + line + smooth + + x + 253 + y + 706 + + + segmentType + line + smooth + + x + 263 + y + 716 + + + segmentType + line + smooth + + x + 373 + y + 716 + + + segmentType + line + smooth + + x + 373 + y + 750 + + + smooth + + x + 373 + y + 750 + + + smooth + + x + 49 + y + 750 + + + segmentType + curve + smooth + + x + 49 + y + 750 + + + segmentType + line + smooth + + x + 49 + y + 716 + + + segmentType + line + smooth + + x + 139 + y + 716 + + + segmentType + line + smooth + + x + 149 + y + 706 + + + + + lib + + + name + L + unicodes + + + width + 677 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/M_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/M_.glif new file mode 100755 index 0000000..3a2bb33 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/M_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/N_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/N_.glif new file mode 100755 index 0000000..cd1ef73 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/N_.glif @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 1266 + y + 839 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 434.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 216 + y + 586 + + + segmentType + line + smooth + + x + 226 + y + 586 + + + segmentType + line + smooth + + x + 714 + y + 0 + + + segmentType + line + smooth + + x + 748 + y + 0 + + + segmentType + line + smooth + + x + 748 + y + 706 + + + segmentType + line + smooth + + x + 758 + y + 716 + + + segmentType + line + smooth + + x + 838 + y + 716 + + + segmentType + line + smooth + + x + 838 + y + 750 + + + segmentType + line + smooth + + x + 582 + y + 750 + + + segmentType + line + smooth + + x + 582 + y + 716 + + + segmentType + line + smooth + + x + 676 + y + 716 + + + segmentType + line + smooth + + x + 686 + y + 706 + + + segmentType + line + smooth + + x + 686 + y + 205 + + + segmentType + line + smooth + + x + 676 + y + 205 + + + segmentType + line + smooth + + x + 222 + y + 750 + + + segmentType + line + smooth + + x + 24 + y + 750 + + + segmentType + line + smooth + + x + 24 + y + 716 + + + segmentType + line + smooth + + x + 84 + y + 716 + + + segmentType + line + smooth + + x + 154 + y + 646 + + + segmentType + line + smooth + + x + 154 + y + 44 + + + segmentType + line + smooth + + x + 144 + y + 34 + + + segmentType + line + smooth + + x + 50 + y + 34 + + + segmentType + line + smooth + + x + 50 + y + 0 + + + segmentType + line + smooth + + x + 320 + y + 0 + + + segmentType + line + smooth + + x + 320 + y + 34 + + + segmentType + line + smooth + + x + 226 + y + 34 + + + segmentType + line + smooth + + x + 216 + y + 44 + + + + + lib + + + name + N + unicodes + + + width + 872 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ntilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ntilde_.glif new file mode 100755 index 0000000..5ec66da --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/OE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/OE_.glif new file mode 100755 index 0000000..fbb3847 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/OE_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/O_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/O_.glif new file mode 100755 index 0000000..378d182 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/O_.glif @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 725 + y + 692 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1838.9319431538488 + y + 1482.0696184099938 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 414.0 + y + 759.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 424 + y + 34 + + + smooth + + x + 280 + y + 34 + + + smooth + + x + 174 + y + 170 + + + segmentType + curve + smooth + + x + 174 + y + 380 + + + smooth + + x + 174 + y + 580 + + + smooth + + x + 264 + y + 716 + + + segmentType + curve + smooth + + x + 404 + y + 716 + + + smooth + + x + 548 + y + 716 + + + smooth + + x + 654 + y + 580 + + + segmentType + curve + smooth + + x + 654 + y + 370 + + + smooth + + x + 654 + y + 170 + + + smooth + + x + 564 + y + 34 + + + + + points + + + segmentType + curve + smooth + + x + 414 + y + -10 + + + smooth + + x + 621 + y + -10 + + + smooth + + x + 774 + y + 158 + + + segmentType + curve + smooth + + x + 774 + y + 386 + + + smooth + + x + 774 + y + 616 + + + smooth + + x + 631 + y + 760 + + + segmentType + curve + smooth + + x + 414 + y + 760 + + + smooth + + x + 207 + y + 760 + + + smooth + + x + 54 + y + 592 + + + segmentType + curve + smooth + + x + 54 + y + 364 + + + smooth + + x + 54 + y + 134 + + + smooth + + x + 197 + y + -10 + + + + + lib + + + name + O + unicodes + + + width + 828 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oacute_.glif new file mode 100755 index 0000000..f245069 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ocircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 0000000..a8f94af --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Odieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Odieresis_.glif new file mode 100755 index 0000000..c0d6a9b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ograve_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ograve_.glif new file mode 100755 index 0000000..b0ae03d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ograve_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oslash_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oslash_.glif new file mode 100755 index 0000000..7e5f43e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Oslash_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Otilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Otilde_.glif new file mode 100755 index 0000000..8cf748c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Otilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/P_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/P_.glif new file mode 100755 index 0000000..b17d40c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/P_.glif @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 252 + y + 335 + + + segmentType + line + smooth + + x + 252 + y + 389 + + + segmentType + line + smooth + + x + 356 + y + 389 + + + smooth + + x + 454 + y + 389 + + + smooth + + x + 524 + y + 427 + + + segmentType + curve + smooth + + x + 524 + y + 536 + + + smooth + + x + 524 + y + 645 + + + smooth + + x + 454 + y + 696 + + + segmentType + curve + smooth + + x + 356 + y + 696 + + + segmentType + line + smooth + + x + 252 + y + 696 + + + segmentType + line + smooth + + x + 252 + y + 750 + + + segmentType + line + smooth + + x + 368 + y + 750 + + + smooth + + x + 532 + y + 750 + + + smooth + + x + 644 + y + 669 + + + segmentType + curve + smooth + + x + 644 + y + 536 + + + smooth + + x + 644 + y + 403 + + + smooth + + x + 532 + y + 335 + + + segmentType + curve + smooth + + x + 368 + y + 335 + + + + + points + + + segmentType + line + smooth + + x + 252 + y + 750 + + + segmentType + line + smooth + + x + 252 + y + 44 + + + segmentType + line + smooth + + x + 262 + y + 34 + + + segmentType + line + smooth + + x + 380 + y + 34 + + + segmentType + line + smooth + + x + 380 + y + 0 + + + segmentType + line + smooth + + x + 48 + y + 0 + + + segmentType + line + smooth + + x + 48 + y + 34 + + + segmentType + line + smooth + + x + 138 + y + 34 + + + segmentType + line + smooth + + x + 148 + y + 44 + + + segmentType + line + smooth + + x + 148 + y + 706 + + + segmentType + line + smooth + + x + 138 + y + 716 + + + segmentType + line + smooth + + x + 48 + y + 716 + + + segmentType + line + smooth + + x + 48 + y + 750 + + + + + lib + + + name + P + unicodes + + + width + 678 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Q_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Q_.glif new file mode 100755 index 0000000..2d174a1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Q_.glif @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + baseGlyph + O + transformation + + 1 + 0 + 0 + 1 + 0 + 0 + + + + contours + + + points + + + segmentType + line + smooth + + x + 457 + y + 194 + + + segmentType + line + smooth + + x + 696 + y + -44 + + + segmentType + line + smooth + + x + 730 + y + -10 + + + segmentType + line + smooth + + x + 610 + y + 110 + + + segmentType + line + smooth + + x + 600 + y + 129 + + + segmentType + line + smooth + + x + 590 + y + 129 + + + segmentType + line + smooth + + x + 491 + y + 228 + + + + + lib + + + name + Q + unicodes + + + width + 828 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/R_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/R_.glif new file mode 100755 index 0000000..89e7053 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/R_.glif @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + 0 + magnetic + 5 + name + + showMeasurements + 1 + x + 838 + y + 995 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 252 + y + 360 + + + segmentType + line + smooth + + x + 328 + y + 360 + + + segmentType + line + smooth + + x + 613 + y + 0 + + + segmentType + line + smooth + + x + 788 + y + 0 + + + segmentType + line + smooth + + x + 788 + y + 34 + + + segmentType + line + smooth + + x + 718 + y + 34 + + + segmentType + line + smooth + + x + 449 + y + 360 + + + segmentType + line + smooth + + x + 449 + y + 370 + + + smooth + + x + 544 + y + 384 + + + smooth + + x + 644 + y + 444 + + + segmentType + curve + smooth + + x + 644 + y + 556 + + + smooth + + x + 644 + y + 670 + + + smooth + + x + 550 + y + 750 + + + segmentType + curve + smooth + + x + 380 + y + 750 + + + segmentType + line + smooth + + x + 48 + y + 750 + + + segmentType + line + smooth + + x + 48 + y + 716 + + + segmentType + line + smooth + + x + 138 + y + 716 + + + segmentType + line + smooth + + x + 148 + y + 706 + + + segmentType + line + smooth + + x + 148 + y + 44 + + + segmentType + line + smooth + + x + 138 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 34 + + + segmentType + line + smooth + + x + 48 + y + 0 + + + segmentType + line + smooth + + x + 360 + y + 0 + + + segmentType + line + smooth + + x + 360 + y + 34 + + + segmentType + line + smooth + + x + 262 + y + 34 + + + segmentType + line + smooth + + x + 252 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 252 + y + 696 + + + segmentType + line + smooth + + x + 352 + y + 696 + + + smooth + + x + 454 + y + 696 + + + smooth + + x + 524 + y + 658 + + + segmentType + curve + smooth + + x + 524 + y + 560 + + + smooth + + x + 524 + y + 445 + + + smooth + + x + 420 + y + 394 + + + segmentType + curve + smooth + + x + 252 + y + 394 + + + + + lib + + + name + R + unicodes + + + width + 781 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/S_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/S_.glif new file mode 100755 index 0000000..73af563 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/S_.glif @@ -0,0 +1,605 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 66 + y + 576 + + + smooth + + x + 66 + y + 485 + + + smooth + + x + 123 + y + 437 + + + segmentType + curve + smooth + + x + 187 + y + 392 + + + segmentType + line + smooth + + x + 317 + y + 300 + + + smooth + + x + 400 + y + 241 + + + smooth + + x + 425 + y + 206 + + + segmentType + curve + smooth + + x + 425 + y + 142 + + + smooth + + x + 425 + y + 72 + + + smooth + + x + 376 + y + 34 + + + segmentType + curve + smooth + + x + 293 + y + 34 + + + smooth + + x + 164 + y + 34 + + + smooth + + x + 92 + y + 136 + + + segmentType + curve + smooth + + x + 92 + y + 226 + + + segmentType + line + smooth + + x + 92 + y + 258 + + + segmentType + line + smooth + + x + 54 + y + 258 + + + segmentType + line + smooth + + x + 54 + y + -1 + + + smooth + + x + 54 + y + -1 + + + smooth + + x + 92 + y + -1 + + + segmentType + curve + smooth + + x + 92 + y + -1 + + + segmentType + line + smooth + + x + 92 + y + 43 + + + segmentType + line + smooth + + x + 103 + y + 43 + + + smooth + + x + 132 + y + 28 + + + smooth + + x + 205 + y + -10 + + + segmentType + curve + smooth + + x + 303 + y + -10 + + + smooth + + x + 439 + y + -10 + + + smooth + + x + 537 + y + 61 + + + segmentType + curve + smooth + + x + 537 + y + 192 + + + smooth + + x + 537 + y + 268 + + + smooth + + x + 479 + y + 333 + + + segmentType + curve + smooth + + x + 404 + y + 384 + + + segmentType + line + smooth + + x + 270 + y + 474 + + + smooth + + x + 208 + y + 516 + + + smooth + + x + 164 + y + 544 + + + segmentType + curve + smooth + + x + 164 + y + 612 + + + smooth + + x + 164 + y + 676 + + + smooth + + x + 202 + y + 716 + + + segmentType + curve + smooth + + x + 276 + y + 716 + + + smooth + + x + 399 + y + 716 + + + smooth + + x + 465 + y + 613 + + + segmentType + curve + smooth + + x + 465 + y + 524 + + + segmentType + line + smooth + + x + 465 + y + 490 + + + segmentType + line + smooth + + x + 503 + y + 490 + + + segmentType + line + smooth + + x + 503 + y + 750 + + + smooth + + x + 503 + y + 750 + + + smooth + + x + 465 + y + 750 + + + segmentType + curve + smooth + + x + 465 + y + 750 + + + segmentType + line + smooth + + x + 465 + y + 706 + + + segmentType + line + smooth + + x + 455 + y + 706 + + + smooth + + x + 424 + y + 724 + + + smooth + + x + 364 + y + 760 + + + segmentType + curve + smooth + + x + 274 + y + 760 + + + smooth + + x + 164 + y + 760 + + + smooth + + x + 66 + y + 706 + + + + + lib + + + name + S + unicodes + + + width + 591 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/T_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/T_.glif new file mode 100755 index 0000000..fab0305 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/T_.glif @@ -0,0 +1,395 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 533 + y + 989 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 394 + y + 44 + + + segmentType + line + smooth + + x + 394 + y + 688 + + + smooth + + x + 394 + y + 688 + + + smooth + + x + 290 + y + 688 + + + segmentType + curve + smooth + + x + 290 + y + 688 + + + segmentType + line + smooth + + x + 290 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 394 + y + 44 + + + segmentType + line + smooth + + x + 290 + y + 44 + + + segmentType + line + smooth + + x + 280 + y + 34 + + + segmentType + line + smooth + + x + 190 + y + 34 + + + segmentType + line + smooth + + x + 190 + y + 0 + + + smooth + + x + 190 + y + 0 + + + smooth + + x + 494 + y + 0 + + + segmentType + curve + smooth + + x + 494 + y + 0 + + + segmentType + line + smooth + + x + 494 + y + 34 + + + segmentType + line + smooth + + x + 404 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 52 + y + 580 + + + smooth + + x + 52 + y + 666 + + + smooth + + x + 74 + y + 688 + + + segmentType + curve + smooth + + x + 160 + y + 688 + + + segmentType + line + smooth + + x + 524 + y + 688 + + + smooth + + x + 610 + y + 688 + + + smooth + + x + 632 + y + 666 + + + segmentType + curve + smooth + + x + 632 + y + 580 + + + segmentType + line + smooth + + x + 632 + y + 540 + + + segmentType + line + smooth + + x + 670 + y + 540 + + + segmentType + line + smooth + + x + 670 + y + 750 + + + segmentType + line + smooth + + x + 14 + y + 750 + + + segmentType + line + smooth + + x + 14 + y + 540 + + + segmentType + line + smooth + + x + 52 + y + 540 + + + + + lib + + + name + T + unicodes + + + width + 684 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Th_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Th_.glif new file mode 100755 index 0000000..632ef2e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Th_.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/U_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/U_.glif new file mode 100755 index 0000000..e1c89cb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/U_.glif @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 414.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 410 + y + -10 + + + smooth + + x + 592 + y + -10 + + + smooth + + x + 694 + y + 88 + + + segmentType + curve + smooth + + x + 694 + y + 300 + + + segmentType + line + smooth + + x + 694 + y + 706 + + + segmentType + line + smooth + + x + 704 + y + 716 + + + segmentType + line + smooth + + x + 784 + y + 716 + + + segmentType + line + smooth + + x + 784 + y + 750 + + + segmentType + line + smooth + + x + 528 + y + 750 + + + segmentType + line + smooth + + x + 528 + y + 716 + + + segmentType + line + smooth + + x + 622 + y + 716 + + + segmentType + line + smooth + + x + 632 + y + 706 + + + segmentType + line + smooth + + x + 632 + y + 300 + + + smooth + + x + 632 + y + 115 + + + smooth + + x + 551 + y + 60 + + + segmentType + curve + smooth + + x + 435 + y + 60 + + + smooth + + x + 318 + y + 60 + + + smooth + + x + 236 + y + 107 + + + segmentType + curve + smooth + + x + 236 + y + 278 + + + segmentType + line + smooth + + x + 236 + y + 706 + + + smooth + + x + 236 + y + 706 + + + smooth + + x + 132 + y + 706 + + + segmentType + curve + smooth + + x + 132 + y + 706 + + + segmentType + line + smooth + + x + 132 + y + 276 + + + smooth + + x + 132 + y + 62 + + + smooth + + x + 244 + y + -10 + + + + + points + + + segmentType + line + smooth + + x + 236 + y + 706 + + + segmentType + line + smooth + + x + 246 + y + 716 + + + segmentType + line + smooth + + x + 340 + y + 716 + + + segmentType + line + smooth + + x + 340 + y + 750 + + + smooth + + x + 340 + y + 750 + + + smooth + + x + 42 + y + 750 + + + segmentType + curve + smooth + + x + 42 + y + 750 + + + segmentType + line + smooth + + x + 42 + y + 716 + + + segmentType + line + smooth + + x + 122 + y + 716 + + + segmentType + line + smooth + + x + 132 + y + 706 + + + + + lib + + + name + U + unicodes + + + width + 818 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Uacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Uacute_.glif new file mode 100755 index 0000000..97be786 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Uacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ucircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 0000000..c7662ed --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Udieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Udieresis_.glif new file mode 100755 index 0000000..2f3dc68 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ugrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ugrave_.glif new file mode 100755 index 0000000..e742650 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/V_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/V_.glif new file mode 100755 index 0000000..a82ba32 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/V_.glif @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 675 + y + 706 + + + segmentType + line + smooth + + x + 607 + y + 706 + + + segmentType + line + smooth + + x + 404 + y + 190 + + + segmentType + line + smooth + + x + 394 + y + 190 + + + segmentType + line + smooth + + x + 198 + y + 706 + + + segmentType + line + smooth + + x + 84 + y + 706 + + + segmentType + line + smooth + + x + 368 + y + -10 + + + segmentType + line + smooth + + x + 390 + y + -10 + + + + + points + + + segmentType + line + smooth + + x + 607 + y + 706 + + + segmentType + line + smooth + + x + 675 + y + 706 + + + segmentType + line + smooth + + x + 685 + y + 716 + + + segmentType + line + smooth + + x + 741 + y + 716 + + + segmentType + line + smooth + + x + 741 + y + 750 + + + smooth + + x + 741 + y + 750 + + + smooth + + x + 519 + y + 750 + + + segmentType + curve + smooth + + x + 519 + y + 750 + + + segmentType + line + smooth + + x + 519 + y + 716 + + + segmentType + line + smooth + + x + 597 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 84 + y + 706 + + + segmentType + line + smooth + + x + 198 + y + 706 + + + segmentType + line + smooth + + x + 208 + y + 716 + + + segmentType + line + smooth + + x + 298 + y + 716 + + + segmentType + line + smooth + + x + 298 + y + 750 + + + smooth + + x + 298 + y + 750 + + + smooth + + x + 14 + y + 750 + + + segmentType + curve + smooth + + x + 14 + y + 750 + + + segmentType + line + smooth + + x + 14 + y + 716 + + + segmentType + line + smooth + + x + 74 + y + 716 + + + + + lib + + + name + V + unicodes + + + width + 755 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/W_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/W_.glif new file mode 100755 index 0000000..e38cb1b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/W_.glif @@ -0,0 +1,594 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 598 + y + 623 + + + segmentType + line + smooth + + x + 534 + y + 623 + + + segmentType + line + smooth + + x + 380 + y + 190 + + + segmentType + line + smooth + + x + 370 + y + 190 + + + segmentType + line + smooth + + x + 198 + y + 706 + + + segmentType + line + smooth + + x + 84 + y + 706 + + + segmentType + line + smooth + + x + 340 + y + -10 + + + segmentType + line + smooth + + x + 362 + y + -10 + + + segmentType + line + smooth + + x + 537 + y + 474 + + + segmentType + line + smooth + + x + 547 + y + 474 + + + + + points + + + segmentType + line + smooth + + x + 84 + y + 706 + + + segmentType + line + smooth + + x + 198 + y + 706 + + + segmentType + line + smooth + + x + 208 + y + 716 + + + segmentType + line + smooth + + x + 308 + y + 716 + + + segmentType + line + smooth + + x + 308 + y + 750 + + + smooth + + x + 308 + y + 750 + + + smooth + + x + 14 + y + 750 + + + segmentType + curve + smooth + + x + 14 + y + 750 + + + segmentType + line + smooth + + x + 14 + y + 716 + + + segmentType + line + smooth + + x + 74 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 1007 + y + 706 + + + segmentType + line + smooth + + x + 939 + y + 706 + + + segmentType + line + smooth + + x + 760 + y + 190 + + + segmentType + line + smooth + + x + 750 + y + 190 + + + segmentType + line + smooth + + x + 578 + y + 706 + + + segmentType + line + smooth + + x + 464 + y + 706 + + + segmentType + line + smooth + + x + 720 + y + -10 + + + segmentType + line + smooth + + x + 742 + y + -10 + + + + + points + + + segmentType + line + smooth + + x + 939 + y + 706 + + + segmentType + line + smooth + + x + 1007 + y + 706 + + + segmentType + line + smooth + + x + 1017 + y + 716 + + + segmentType + line + smooth + + x + 1073 + y + 716 + + + segmentType + line + smooth + + x + 1073 + y + 750 + + + smooth + + x + 1073 + y + 750 + + + smooth + + x + 851 + y + 750 + + + segmentType + curve + smooth + + x + 851 + y + 750 + + + segmentType + line + smooth + + x + 851 + y + 716 + + + segmentType + line + smooth + + x + 929 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 464 + y + 706 + + + segmentType + line + smooth + + x + 578 + y + 706 + + + segmentType + line + smooth + + x + 588 + y + 716 + + + segmentType + line + smooth + + x + 688 + y + 716 + + + segmentType + line + smooth + + x + 688 + y + 750 + + + smooth + + x + 688 + y + 750 + + + smooth + + x + 394 + y + 750 + + + segmentType + curve + smooth + + x + 394 + y + 750 + + + segmentType + line + smooth + + x + 394 + y + 716 + + + segmentType + line + smooth + + x + 454 + y + 716 + + + + + lib + + + name + W + unicodes + + + width + 1087 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/X_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/X_.glif new file mode 100755 index 0000000..d2eab9e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/X_.glif @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 636 + y + 706 + + + segmentType + line + smooth + + x + 710 + y + 706 + + + segmentType + line + smooth + + x + 720 + y + 716 + + + segmentType + line + smooth + + x + 790 + y + 716 + + + segmentType + line + smooth + + x + 790 + y + 750 + + + smooth + + x + 790 + y + 750 + + + smooth + + x + 546 + y + 750 + + + segmentType + curve + smooth + + x + 546 + y + 750 + + + segmentType + line + smooth + + x + 546 + y + 716 + + + segmentType + line + smooth + + x + 626 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 124 + y + 706 + + + segmentType + line + smooth + + x + 250 + y + 706 + + + segmentType + line + smooth + + x + 260 + y + 716 + + + segmentType + line + smooth + + x + 364 + y + 716 + + + segmentType + line + smooth + + x + 364 + y + 750 + + + smooth + + x + 364 + y + 750 + + + smooth + + x + 30 + y + 750 + + + segmentType + curve + smooth + + x + 30 + y + 750 + + + segmentType + line + smooth + + x + 30 + y + 716 + + + segmentType + line + smooth + + x + 114 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 723 + y + 44 + + + segmentType + line + smooth + + x + 250 + y + 706 + + + segmentType + line + smooth + + x + 124 + y + 706 + + + segmentType + line + smooth + + x + 598 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 710 + y + 706 + + + segmentType + line + smooth + + x + 636 + y + 706 + + + segmentType + line + smooth + + x + 440 + y + 454 + + + segmentType + line + smooth + + x + 430 + y + 454 + + + segmentType + line + smooth + + x + 400 + y + 418 + + + segmentType + line + smooth + + x + 94 + y + 44 + + + segmentType + line + smooth + + x + 168 + y + 44 + + + segmentType + line + smooth + + x + 388 + y + 324 + + + segmentType + line + smooth + + x + 398 + y + 324 + + + segmentType + line + smooth + + x + 433 + y + 376 + + + + + points + + + segmentType + line + smooth + + x + 723 + y + 44 + + + segmentType + line + smooth + + x + 598 + y + 44 + + + segmentType + line + smooth + + x + 588 + y + 34 + + + segmentType + line + smooth + + x + 483 + y + 34 + + + segmentType + line + smooth + + x + 483 + y + 0 + + + smooth + + x + 483 + y + 0 + + + smooth + + x + 818 + y + 0 + + + segmentType + curve + smooth + + x + 818 + y + 0 + + + segmentType + line + smooth + + x + 818 + y + 34 + + + segmentType + line + smooth + + x + 733 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 168 + y + 44 + + + segmentType + line + smooth + + x + 94 + y + 44 + + + segmentType + line + smooth + + x + 84 + y + 34 + + + segmentType + line + smooth + + x + 14 + y + 34 + + + segmentType + line + smooth + + x + 14 + y + 0 + + + smooth + + x + 14 + y + 0 + + + smooth + + x + 258 + y + 0 + + + segmentType + curve + smooth + + x + 258 + y + 0 + + + segmentType + line + smooth + + x + 258 + y + 34 + + + segmentType + line + smooth + + x + 178 + y + 34 + + + + + lib + + + name + X + unicodes + + + width + 832 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Y_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Y_.glif new file mode 100755 index 0000000..9c06d07 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Y_.glif @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 414.0 + y + 760.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 454.0 + y + 44 + + + segmentType + line + smooth + + x + 454.0 + y + 314 + + + segmentType + line + smooth + + x + 704.0 + y + 706 + + + segmentType + line + smooth + + x + 714.0 + y + 716 + + + segmentType + line + smooth + + x + 784.0 + y + 716 + + + segmentType + line + smooth + + x + 784.0 + y + 750 + + + segmentType + line + smooth + + x + 548.0 + y + 750 + + + segmentType + line + smooth + + x + 548.0 + y + 716 + + + segmentType + line + smooth + + x + 628.0 + y + 716 + + + segmentType + line + smooth + + x + 638.0 + y + 706 + + + segmentType + line + smooth + + x + 432.0 + y + 370 + + + segmentType + line + smooth + + x + 422.0 + y + 370 + + + segmentType + line + smooth + + x + 216.0 + y + 706 + + + segmentType + line + smooth + + x + 226.0 + y + 716 + + + segmentType + line + smooth + + x + 314.0 + y + 716 + + + segmentType + line + smooth + + x + 314.0 + y + 750 + + + segmentType + line + smooth + + x + 14.0 + y + 750 + + + segmentType + line + smooth + + x + 14.0 + y + 716 + + + segmentType + line + smooth + + x + 84.0 + y + 716 + + + segmentType + line + smooth + + x + 94.0 + y + 706 + + + segmentType + line + smooth + + x + 350.0 + y + 314 + + + segmentType + line + smooth + + x + 350.0 + y + 44 + + + segmentType + line + smooth + + x + 340.0 + y + 34 + + + segmentType + line + smooth + + x + 250.0 + y + 34 + + + segmentType + line + smooth + + x + 250.0 + y + 0 + + + segmentType + line + smooth + + x + 554.0 + y + 0 + + + segmentType + line + smooth + + x + 554.0 + y + 34 + + + segmentType + line + smooth + + x + 464.0 + y + 34 + + + + + lib + + + name + Y + unicodes + + + width + 798 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Yacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Yacute_.glif new file mode 100755 index 0000000..807fcc2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Yacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ydieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 0000000..c86d5af --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Z_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Z_.glif new file mode 100755 index 0000000..fa5c78e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/Z_.glif @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 654 + y + 716 + + + segmentType + line + smooth + + x + 514 + y + 696 + + + segmentType + line + smooth + + x + 514 + y + 686 + + + segmentType + line + smooth + + x + 34 + y + 34 + + + segmentType + line + smooth + + x + 174 + y + 54 + + + segmentType + line + smooth + + x + 174 + y + 64 + + + + + points + + + segmentType + line + smooth + + x + 514 + y + 696 + + + segmentType + line + smooth + + x + 654 + y + 716 + + + segmentType + line + smooth + + x + 654 + y + 750 + + + segmentType + line + smooth + + x + 80 + y + 750 + + + segmentType + line + smooth + + x + 80 + y + 540 + + + segmentType + line + smooth + + x + 118 + y + 540 + + + segmentType + line + smooth + + x + 118 + y + 594 + + + smooth + + x + 118 + y + 677 + + + smooth + + x + 146 + y + 696 + + + segmentType + curve + smooth + + x + 250 + y + 696 + + + + + points + + + segmentType + line + smooth + + x + 174 + y + 54 + + + segmentType + line + smooth + + x + 34 + y + 34 + + + segmentType + line + smooth + + x + 34 + y + 0 + + + segmentType + line + smooth + + x + 658 + y + 0 + + + segmentType + line + smooth + + x + 658 + y + 230 + + + segmentType + line + smooth + + x + 620 + y + 230 + + + segmentType + line + smooth + + x + 620 + y + 170 + + + smooth + + x + 620 + y + 78 + + + smooth + + x + 592 + y + 54 + + + segmentType + curve + smooth + + x + 488 + y + 54 + + + + + lib + + + name + Z + unicodes + + + width + 692 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_notdef.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_notdef.glif new file mode 100755 index 0000000..d2e2c79 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_null.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_null.glif new file mode 100755 index 0000000..f2a1616 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/a.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/a.glif new file mode 100755 index 0000000..42eb7b8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/a.glif @@ -0,0 +1,584 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 246.0 + y + 540.0 + + + components + + + contours + + + points + + + smooth + + x + 268 + y + 476 + + + smooth + + x + 314 + y + 450 + + + segmentType + curve + smooth + + x + 314 + y + 380 + + + segmentType + line + smooth + + x + 314 + y + 320 + + + smooth + + x + 176 + y + 264 + + + smooth + + x + 36 + y + 220 + + + segmentType + curve + smooth + + x + 36 + y + 100 + + + smooth + + x + 36 + y + 32 + + + smooth + + x + 84 + y + -10 + + + segmentType + curve + smooth + + x + 158 + y + -10 + + + smooth + + x + 241 + y + -10 + + + smooth + + x + 287 + y + 53 + + + segmentType + curve + smooth + + x + 304 + y + 86 + + + segmentType + line + smooth + + x + 314 + y + 86 + + + segmentType + line + smooth + + x + 314 + y + 64 + + + smooth + + x + 314 + y + 14 + + + smooth + + x + 336 + y + -10 + + + segmentType + curve + smooth + + x + 378 + y + -10 + + + smooth + + x + 418 + y + -10 + + + smooth + + x + 452 + y + 22 + + + segmentType + curve + smooth + + x + 496 + y + 74 + + + segmentType + line + smooth + + x + 482 + y + 98 + + + smooth + + x + 463 + y + 77 + + + smooth + + x + 448 + y + 60 + + + segmentType + curve + smooth + + x + 430 + y + 60 + + + smooth + + x + 408 + y + 60 + + + smooth + + x + 400 + y + 76 + + + segmentType + curve + smooth + + x + 402 + y + 114 + + + segmentType + line + smooth + + x + 414 + y + 370 + + + smooth + + x + 419 + y + 472 + + + smooth + + x + 347 + y + 510 + + + segmentType + curve + smooth + + x + 246 + y + 510 + + + smooth + + x + 129 + y + 510 + + + smooth + + x + 51 + y + 451 + + + segmentType + curve + smooth + + x + 38 + y + 372 + + + segmentType + line + smooth + + x + 48 + y + 362 + + + segmentType + line + smooth + + x + 144 + y + 374 + + + segmentType + line + smooth + + x + 164 + y + 440 + + + smooth + + x + 172 + y + 467 + + + smooth + + x + 192 + y + 476 + + + segmentType + curve + smooth + + x + 218 + y + 476 + + + + + points + + + segmentType + line + smooth + + x + 314 + y + 270 + + + segmentType + line + smooth + + x + 314 + y + 136 + + + smooth + + x + 312 + y + 132 + + + smooth + + x + 269 + y + 72 + + + segmentType + curve + smooth + + x + 200 + y + 72 + + + smooth + + x + 160 + y + 72 + + + smooth + + x + 136 + y + 91 + + + segmentType + curve + smooth + + x + 136 + y + 133 + + + smooth + + x + 136 + y + 212 + + + smooth + + x + 231 + y + 248 + + + segmentType + curve + smooth + + x + 304 + y + 280 + + + + + lib + + + name + a + unicodes + + + width + 488 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aacute.glif new file mode 100755 index 0000000..606080b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acircumflex.glif new file mode 100755 index 0000000..a5bdc21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acute.glif new file mode 100755 index 0000000..7a47d9c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/acute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/adieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/adieresis.glif new file mode 100755 index 0000000..5b6a758 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/adieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ae.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ae.glif new file mode 100755 index 0000000..992dd04 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ae.glif @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + baseGlyph + e + transformation + + 1 + 0 + 0 + 1 + 289 + 0 + + + + baseGlyph + a + transformation + + 1 + 0 + 0 + 1 + -8 + 0 + + + + contours + + + lib + + + name + ae + unicodes + + + width + 789 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/agrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/agrave.glif new file mode 100755 index 0000000..9ae0ba9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/agrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ampersand.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ampersand.glif new file mode 100755 index 0000000..e7dbdd3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ampersand.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aring.glif new file mode 100755 index 0000000..ccd2d78 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/aring.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciicircum.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciicircum.glif new file mode 100755 index 0000000..89b91f6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciicircum.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciitilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciitilde.glif new file mode 100755 index 0000000..e639483 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asciitilde.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 296 + y + 1127 + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asterisk.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asterisk.glif new file mode 100755 index 0000000..556f063 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/asterisk.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/at.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/at.glif new file mode 100755 index 0000000..a12b82b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/at.glif @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 688 + y + 157 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/atilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/atilde.glif new file mode 100755 index 0000000..e19b9f6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/atilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/b.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/b.glif new file mode 100755 index 0000000..56c1b1c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/b.glif @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 180 + y + 424 + + + segmentType + line + smooth + + x + 180 + y + 424 + + + segmentType + line + smooth + + x + 180 + y + 750 + + + segmentType + line + smooth + + x + 170 + y + 760 + + + segmentType + line + smooth + + x + 6 + y + 686 + + + segmentType + line + smooth + + x + 22 + y + 652 + + + segmentType + line + smooth + + x + 76 + y + 676 + + + segmentType + line + smooth + + x + 86 + y + 666 + + + segmentType + line + smooth + + x + 86 + y + -10 + + + segmentType + line + smooth + + x + 126 + y + -10 + + + segmentType + line + smooth + + x + 126 + y + 74 + + + segmentType + line + smooth + + x + 180 + y + 74 + + + + + points + + + segmentType + line + smooth + + x + 136 + y + 74 + + + smooth + + x + 174 + y + 34 + + + smooth + + x + 220 + y + -10 + + + segmentType + curve + smooth + + x + 304 + y + -10 + + + smooth + + x + 420 + y + -10 + + + smooth + + x + 526 + y + 98 + + + segmentType + curve + smooth + + x + 526 + y + 254 + + + smooth + + x + 526 + y + 422 + + + smooth + + x + 440 + y + 510 + + + segmentType + curve + smooth + + x + 336 + y + 510 + + + smooth + + x + 268 + y + 510 + + + smooth + + x + 226 + y + 472 + + + segmentType + curve + smooth + + x + 190 + y + 424 + + + segmentType + line + smooth + + x + 180 + y + 424 + + + segmentType + line + smooth + + x + 180 + y + 372 + + + smooth + + x + 194 + y + 396 + + + smooth + + x + 237 + y + 448 + + + segmentType + curve + smooth + + x + 288 + y + 448 + + + smooth + + x + 377 + y + 448 + + + smooth + + x + 422 + y + 352 + + + segmentType + curve + smooth + + x + 422 + y + 212 + + + smooth + + x + 422 + y + 108 + + + smooth + + x + 388 + y + 28 + + + segmentType + curve + smooth + + x + 306 + y + 28 + + + smooth + + x + 224 + y + 28 + + + smooth + + x + 180 + y + 104 + + + segmentType + curve + smooth + + x + 180 + y + 200 + + + segmentType + line + smooth + + x + 136 + y + 200 + + + + + lib + + + name + b + unicodes + + + width + 562 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/backslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/backslash.glif new file mode 100755 index 0000000..d9b86b8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/backslash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bar.glif new file mode 100755 index 0000000..dac2aba --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bar.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.cap.glif new file mode 100755 index 0000000..3eff848 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.glif new file mode 100755 index 0000000..789c9db --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceleft.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.cap.glif new file mode 100755 index 0000000..4e695c6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.glif new file mode 100755 index 0000000..2f66020 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/braceright.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.cap.glif new file mode 100755 index 0000000..d155aa5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.glif new file mode 100755 index 0000000..dcf28bd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketleft.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.cap.glif new file mode 100755 index 0000000..38016ab --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.glif new file mode 100755 index 0000000..1abb4c3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bracketright.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/brokenbar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/brokenbar.glif new file mode 100755 index 0000000..54a04e6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/brokenbar.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bullet.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bullet.glif new file mode 100755 index 0000000..0bb00b1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/bullet.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/c.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/c.glif new file mode 100755 index 0000000..f5d917f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/c.glif @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + bottom + x + 246.0 + y + -10.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 266 + y + 510 + + + smooth + + x + 108 + y + 510 + + + smooth + + x + 36 + y + 366 + + + segmentType + curve + smooth + + x + 36 + y + 240 + + + smooth + + x + 36 + y + 100 + + + smooth + + x + 116 + y + -10 + + + segmentType + curve + smooth + + x + 252 + y + -10 + + + smooth + + x + 398 + y + -10 + + + smooth + + x + 448 + y + 128 + + + segmentType + curve + smooth + + x + 456 + y + 200 + + + segmentType + line + smooth + + x + 432 + y + 214 + + + smooth + + x + 412 + y + 150 + + + smooth + + x + 378 + y + 82 + + + segmentType + curve + smooth + + x + 282 + y + 82 + + + smooth + + x + 168 + y + 82 + + + smooth + + x + 114 + y + 182 + + + segmentType + curve + smooth + + x + 114 + y + 292 + + + smooth + + x + 114 + y + 398 + + + smooth + + x + 183 + y + 470 + + + segmentType + curve + smooth + + x + 257 + y + 470 + + + smooth + + x + 286 + y + 470 + + + smooth + + x + 304 + y + 458 + + + segmentType + curve + smooth + + x + 314 + y + 431 + + + segmentType + line + smooth + + x + 344 + y + 352 + + + segmentType + line + smooth + + x + 440 + y + 364 + + + segmentType + line + smooth + + x + 450 + y + 374 + + + smooth + + x + 432 + y + 440 + + + smooth + + x + 391 + y + 510 + + + + + lib + + + name + c + unicodes + + + width + 482 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ccedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ccedilla.glif new file mode 100755 index 0000000..8c3d7d6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ccedilla.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cedilla.glif new file mode 100755 index 0000000..bc25789 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cedilla.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cent.glif new file mode 100755 index 0000000..8db739e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/cent.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 532 + y + 1575 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/circumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/circumflex.glif new file mode 100755 index 0000000..cf4a874 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/circumflex.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/colon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/colon.glif new file mode 100755 index 0000000..a6d8fe7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/colon.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/comma.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/comma.glif new file mode 100755 index 0000000..29778d9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/comma.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/contents.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/contents.plist new file mode 100755 index 0000000..cdc24d4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/contents.plist @@ -0,0 +1,458 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + AE + AE_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + Ccedilla + Ccedilla_.glif + D + D_.glif + E + E_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Egrave + Egrave_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Igrave + Igrave_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Oslash + Oslash_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + Th + Th_.glif + U + U_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ydieresis + Ydieresis_.glif + Z + Z_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + agrave + agrave.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceleft.cap + braceleft.cap.glif + braceright + braceright.glif + braceright.cap + braceright.cap.glif + bracketleft + bracketleft.glif + bracketleft.cap + bracketleft.cap.glif + bracketright + bracketright.glif + bracketright.cap + bracketright.cap.glif + brokenbar + brokenbar.glif + bullet + bullet.glif + c + c.glif + ccedilla + ccedilla.glif + cedilla + cedilla.glif + cent + cent.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dagger + dagger.glif + degree + degree.glif + dieresis + dieresis.glif + divide + divide.glif + dollar + dollar.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + egrave + egrave.glif + eight + eight.glif + ellipsis + ellipsis.glif + emdash + emdash.glif + emdash.cap + emdash.cap.glif + endash + endash.glif + endash.cap + endash.cap.glif + equal + equal.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + exclamdown.cap + exclamdown.cap.glif + f + f.glif + ff + ff.glif + ffi + ffi.glif + ffl + ffl.glif + fi + fi.glif + five + five.glif + fl + fl.glif + four + four.glif + g + g.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + guillemotleft + guillemotleft.glif + guillemotleft.cap + guillemotleft.cap.glif + guillemotright + guillemotright.glif + guillemotright.cap + guillemotright.cap.glif + guilsinglleft + guilsinglleft.glif + guilsinglleft.cap + guilsinglleft.cap.glif + guilsinglright + guilsinglright.glif + guilsinglright.cap + guilsinglright.cap.glif + h + h.glif + hyphen + hyphen.glif + hyphen.cap + hyphen.cap.glif + i + i.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + minus + minus.glif + multiply + multiply.glif + n + n.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + numero + numero.glif + o + o.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ograve + ograve.glif + one + one.glif + ordfeminine + ordfeminine.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + otilde + otilde.glif + p + p.glif + paragraph + paragraph.glif + parenleft + parenleft.glif + parenleft.cap + parenleft.cap.glif + parenright + parenright.glif + parenright.cap + parenright.cap.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + periodcentered.cap + periodcentered.cap.glif + plus + plus.glif + plusminus + plusminus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + questiondown.cap + questiondown.cap.glif + quotedbl + quotedbl.glif + quotedblbase + quotedblbase.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + section + section.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + sterling + sterling.glif + t + t.glif + thinspace + thinspace.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + underscore + underscore.glif + v + v.glif + velvetyne + velvetyne.glif + w + w.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + yen + yen.glif + z + z.glif + zero + zero.glif + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/copyright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/copyright.glif new file mode 100755 index 0000000..7c58243 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/copyright.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/d.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/d.glif new file mode 100755 index 0000000..ba93a08 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/d.glif @@ -0,0 +1,482 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 678 + y + 196 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 378 + y + 0 + + + segmentType + line + smooth + + x + 388 + y + -10 + + + segmentType + line + smooth + + x + 550 + y + 60 + + + segmentType + line + smooth + + x + 534 + y + 94 + + + segmentType + line + smooth + + x + 486 + y + 74 + + + segmentType + line + smooth + + x + 476 + y + 84 + + + segmentType + line + smooth + + x + 476 + y + 750 + + + segmentType + line + smooth + + x + 466 + y + 760 + + + segmentType + line + smooth + + x + 302 + y + 686 + + + segmentType + line + smooth + + x + 318 + y + 652 + + + segmentType + line + smooth + + x + 372 + y + 676 + + + segmentType + line + smooth + + x + 382 + y + 666 + + + segmentType + line + smooth + + x + 382 + y + 476 + + + segmentType + line + smooth + + x + 372 + y + 476 + + + smooth + + x + 352 + y + 488 + + + smooth + + x + 318 + y + 510 + + + segmentType + curve + smooth + + x + 258 + y + 510 + + + smooth + + x + 142 + y + 510 + + + smooth + + x + 36 + y + 402 + + + segmentType + curve + smooth + + x + 36 + y + 246 + + + smooth + + x + 36 + y + 78 + + + smooth + + x + 122 + y + -10 + + + segmentType + curve + smooth + + x + 226 + y + -10 + + + smooth + + x + 294 + y + -10 + + + smooth + + x + 342 + y + 30 + + + segmentType + curve + smooth + + x + 376 + y + 76 + + + segmentType + line + smooth + + x + 386 + y + 76 + + + + + points + + + segmentType + curve + smooth + + x + 274 + y + 52 + + + smooth + + x + 184 + y + 52 + + + smooth + + x + 140 + y + 148 + + + segmentType + curve + smooth + + x + 140 + y + 288 + + + smooth + + x + 140 + y + 392 + + + smooth + + x + 174 + y + 474 + + + segmentType + curve + smooth + + x + 256 + y + 474 + + + smooth + + x + 338 + y + 474 + + + smooth + + x + 382 + y + 377 + + + segmentType + curve + smooth + + x + 382 + y + 300 + + + segmentType + line + smooth + + x + 382 + y + 126 + + + smooth + + x + 366 + y + 96 + + + smooth + + x + 326 + y + 52 + + + + + lib + + + name + d + unicodes + + + width + 572 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dagger.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dagger.glif new file mode 100755 index 0000000..fb3c065 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dagger.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/degree.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/degree.glif new file mode 100755 index 0000000..6c7ffcb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/degree.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dieresis.glif new file mode 100755 index 0000000..17fd99e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dieresis.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/divide.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/divide.glif new file mode 100755 index 0000000..5f42bc4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/divide.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dollar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dollar.glif new file mode 100755 index 0000000..9f2dea0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dollar.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dotlessi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dotlessi.glif new file mode 100755 index 0000000..2b6eab2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/dotlessi.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/e.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/e.glif new file mode 100755 index 0000000..d436ea1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/e.glif @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 246.0 + y + 540.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 244 + y + 470 + + + smooth + + x + 308 + y + 470 + + + smooth + + x + 340 + y + 424 + + + segmentType + curve + smooth + + x + 340 + y + 360 + + + segmentType + line + smooth + + x + 330 + y + 350 + + + segmentType + line + smooth + + x + 110 + y + 344 + + + segmentType + line + smooth + + x + 110 + y + 310 + + + segmentType + line + smooth + + x + 448 + y + 310 + + + smooth + + x + 448 + y + 466 + + + smooth + + x + 346 + y + 510 + + + segmentType + curve + smooth + + x + 258 + y + 510 + + + smooth + + x + 108 + y + 510 + + + smooth + + x + 36 + y + 364 + + + segmentType + curve + smooth + + x + 36 + y + 240 + + + smooth + + x + 36 + y + 100 + + + smooth + + x + 116 + y + -10 + + + segmentType + curve + smooth + + x + 252 + y + -10 + + + smooth + + x + 398 + y + -10 + + + smooth + + x + 448 + y + 128 + + + segmentType + curve + smooth + + x + 456 + y + 200 + + + segmentType + line + smooth + + x + 432 + y + 214 + + + smooth + + x + 412 + y + 150 + + + smooth + + x + 378 + y + 82 + + + segmentType + curve + smooth + + x + 282 + y + 82 + + + smooth + + x + 168 + y + 82 + + + smooth + + x + 114 + y + 182 + + + segmentType + curve + smooth + + x + 114 + y + 292 + + + smooth + + x + 114 + y + 422 + + + smooth + + x + 188 + y + 470 + + + + + lib + + + name + e + unicodes + + + width + 492 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eacute.glif new file mode 100755 index 0000000..67582cd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ecircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ecircumflex.glif new file mode 100755 index 0000000..4eccdcb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/edieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/edieresis.glif new file mode 100755 index 0000000..af8584f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/edieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/egrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/egrave.glif new file mode 100755 index 0000000..2c90c27 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/egrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eight.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eight.glif new file mode 100755 index 0000000..49de1a8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/eight.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ellipsis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ellipsis.glif new file mode 100755 index 0000000..b93712c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ellipsis.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.cap.glif new file mode 100755 index 0000000..f0658c3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.glif new file mode 100755 index 0000000..05c570d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/emdash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.cap.glif new file mode 100755 index 0000000..09acd2c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.glif new file mode 100755 index 0000000..28a7b33 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/endash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/equal.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/equal.glif new file mode 100755 index 0000000..90a7e87 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/equal.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclam.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclam.glif new file mode 100755 index 0000000..8f6bd87 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclam.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.cap.glif new file mode 100755 index 0000000..6409a6f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.glif new file mode 100755 index 0000000..a231732 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/exclamdown.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/f.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/f.glif new file mode 100755 index 0000000..0969834 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/f.glif @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 26 + y + 460 + + + segmentType + line + smooth + + x + 336 + y + 460 + + + segmentType + line + smooth + + x + 336 + y + 500 + + + segmentType + line + smooth + + x + 26 + y + 500 + + + + + points + + + segmentType + line + smooth + + x + 403 + y + 672 + + + segmentType + line + smooth + + x + 419 + y + 750 + + + segmentType + line + smooth + + x + 409 + y + 760 + + + segmentType + line + smooth + + x + 283 + y + 752 + + + smooth + + x + 175 + y + 745 + + + smooth + + x + 146 + y + 634 + + + segmentType + curve + smooth + + x + 106 + y + 500 + + + segmentType + line + smooth + + x + 106 + y + 38 + + + segmentType + line + smooth + + x + 200 + y + 38 + + + segmentType + line + smooth + + x + 200 + y + 500 + + + segmentType + line + smooth + + x + 192 + y + 610 + + + smooth + + x + 189 + y + 650 + + + smooth + + x + 202 + y + 672 + + + segmentType + curve + smooth + + x + 252 + y + 672 + + + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 26 + y + 34 + + + segmentType + line + smooth + + x + 26 + y + 0 + + + segmentType + line + smooth + + x + 294 + y + 0 + + + segmentType + line + smooth + + x + 294 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + lib + + + name + f + unicodes + + + width + 344 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ff.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ff.glif new file mode 100755 index 0000000..cdcdc11 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ff.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffi.glif new file mode 100755 index 0000000..3910ae7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffi.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffl.glif new file mode 100755 index 0000000..375a959 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ffl.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fi.glif new file mode 100755 index 0000000..16f75ea --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fi.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/five.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/five.glif new file mode 100755 index 0000000..ace59fe --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/five.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fl.glif new file mode 100755 index 0000000..556d646 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/fl.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/four.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/four.glif new file mode 100755 index 0000000..e501b0c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/four.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/g.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/g.glif new file mode 100755 index 0000000..4e3cb86 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/g.glif @@ -0,0 +1,798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 14 + y + -112 + + + smooth + + x + 14 + y + -170 + + + smooth + + x + 42 + y + -250 + + + segmentType + curve + smooth + + x + 182 + y + -250 + + + smooth + + x + 336 + y + -250 + + + smooth + + x + 496 + y + -140 + + + segmentType + curve + smooth + + x + 496 + y + -27 + + + smooth + + x + 496 + y + 54 + + + smooth + + x + 438 + y + 74 + + + segmentType + curve + smooth + + x + 372 + y + 74 + + + segmentType + line + smooth + + x + 201 + y + 74 + + + smooth + + x + 167 + y + 74 + + + smooth + + x + 150 + y + 82 + + + segmentType + curve + smooth + + x + 150 + y + 100 + + + smooth + + x + 150 + y + 114 + + + smooth + + x + 158 + y + 126 + + + segmentType + curve + smooth + + x + 164 + y + 134 + + + segmentType + line + smooth + + x + 192 + y + 174 + + + segmentType + line + smooth + + x + 192 + y + 186 + + + segmentType + line + smooth + + x + 154 + y + 186 + + + segmentType + line + smooth + + x + 154 + y + 176 + + + segmentType + line + smooth + + x + 64 + y + 72 + + + segmentType + line + smooth + + x + 58 + y + 58 + + + smooth + + x + 58 + y + 26 + + + smooth + + x + 68 + y + 10 + + + segmentType + curve + smooth + + x + 102 + y + 0 + + + segmentType + line + smooth + + x + 102 + y + -10 + + + segmentType + line + smooth + + x + 20 + y + -98 + + + + + points + + + segmentType + line + smooth + + x + 372 + y + -10 + + + smooth + + x + 418 + y + -10 + + + smooth + + x + 454 + y + -10 + + + segmentType + curve + smooth + + x + 454 + y + -46 + + + smooth + + x + 454 + y + -106 + + + smooth + + x + 368 + y + -164 + + + segmentType + curve + smooth + + x + 226 + y + -164 + + + smooth + + x + 136 + y + -164 + + + smooth + + x + 100 + y + -132 + + + segmentType + curve + smooth + + x + 100 + y + -88 + + + smooth + + x + 100 + y + -74 + + + smooth + + x + 104 + y + -64 + + + segmentType + curve + smooth + + x + 114 + y + -48 + + + segmentType + line + smooth + + x + 138 + y + -10 + + + + + points + + + segmentType + curve + smooth + + x + 60 + y + 338 + + + smooth + + x + 60 + y + 224 + + + smooth + + x + 156 + y + 164 + + + segmentType + curve + smooth + + x + 248 + y + 164 + + + smooth + + x + 338 + y + 164 + + + smooth + + x + 434 + y + 228 + + + segmentType + curve + smooth + + x + 434 + y + 338 + + + smooth + + x + 434 + y + 454 + + + smooth + + x + 338 + y + 510 + + + segmentType + curve + smooth + + x + 246 + y + 510 + + + smooth + + x + 156 + y + 510 + + + smooth + + x + 60 + y + 454 + + + + + points + + + segmentType + curve + smooth + + x + 162 + y + 366 + + + smooth + + x + 162 + y + 436 + + + smooth + + x + 190 + y + 474 + + + segmentType + curve + smooth + + x + 232 + y + 474 + + + smooth + + x + 291 + y + 474 + + + smooth + + x + 332 + y + 416 + + + segmentType + curve + smooth + + x + 332 + y + 310 + + + smooth + + x + 332 + y + 246 + + + smooth + + x + 310 + y + 200 + + + segmentType + curve + smooth + + x + 262 + y + 200 + + + smooth + + x + 208 + y + 200 + + + smooth + + x + 162 + y + 252 + + + + + points + + + segmentType + line + smooth + + x + 298 + y + 448 + + + segmentType + line + smooth + + x + 394 + y + 448 + + + segmentType + line + smooth + + x + 394 + y + 460 + + + segmentType + line + smooth + + x + 494 + y + 460 + + + segmentType + line + smooth + + x + 494 + y + 500 + + + segmentType + line + smooth + + x + 298 + y + 500 + + + + + lib + + + name + g + unicodes + + + width + 506 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/germandbls.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/germandbls.glif new file mode 100755 index 0000000..1c050f0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/germandbls.glif @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + baseGlyph + f + transformation + + 1 + 0 + 0 + 1 + 0 + 0 + + + + baseGlyph + s + transformation + + 1 + 0 + 0 + 1 + 202 + 0 + + + + contours + + + lib + + + name + germandbls + unicodes + + + width + 618 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/grave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/grave.glif new file mode 100755 index 0000000..d713e83 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/grave.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 155 + y + 527 + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/greater.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/greater.glif new file mode 100755 index 0000000..05bc9dd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/greater.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.cap.glif new file mode 100755 index 0000000..d7b6e5e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.glif new file mode 100755 index 0000000..0463927 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotleft.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.cap.glif new file mode 100755 index 0000000..ba76b97 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.glif new file mode 100755 index 0000000..78c2743 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guillemotright.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.cap.glif new file mode 100755 index 0000000..03680f9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.glif new file mode 100755 index 0000000..6a1f73e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.cap.glif new file mode 100755 index 0000000..193e924 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.glif new file mode 100755 index 0000000..60572e8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/h.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/h.glif new file mode 100755 index 0000000..6a7d988 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/h.glif @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + segmentType + line + smooth + + x + 200 + y + 370 + + + smooth + + x + 214 + y + 394 + + + smooth + + x + 260 + y + 448 + + + segmentType + curve + smooth + + x + 318 + y + 448 + + + smooth + + x + 376 + y + 448 + + + smooth + + x + 400 + y + 408 + + + segmentType + curve + smooth + + x + 400 + y + 354 + + + segmentType + line + smooth + + x + 400 + y + 44 + + + segmentType + line + smooth + + x + 390 + y + 34 + + + segmentType + line + smooth + + x + 328 + y + 34 + + + segmentType + line + smooth + + x + 328 + y + 0 + + + segmentType + line + smooth + + x + 566 + y + 0 + + + segmentType + line + smooth + + x + 566 + y + 34 + + + segmentType + line + smooth + + x + 504 + y + 34 + + + segmentType + line + smooth + + x + 494 + y + 44 + + + segmentType + line + smooth + + x + 494 + y + 370 + + + smooth + + x + 494 + y + 466 + + + smooth + + x + 434 + y + 510 + + + segmentType + curve + smooth + + x + 364 + y + 510 + + + smooth + + x + 284 + y + 510 + + + smooth + + x + 238 + y + 462 + + + segmentType + curve + smooth + + x + 210 + y + 424 + + + segmentType + line + smooth + + x + 200 + y + 424 + + + segmentType + line + smooth + + x + 200 + y + 750 + + + segmentType + line + smooth + + x + 190 + y + 760 + + + segmentType + line + smooth + + x + 26 + y + 686 + + + segmentType + line + smooth + + x + 42 + y + 652 + + + segmentType + line + smooth + + x + 96 + y + 676 + + + segmentType + line + smooth + + x + 106 + y + 666 + + + + + lib + + + name + h + unicodes + + + width + 596 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.cap.glif new file mode 100755 index 0000000..132681e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.glif new file mode 100755 index 0000000..dacf91b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/hyphen.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/i.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/i.glif new file mode 100755 index 0000000..916d114 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/i.glif @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 90 + y + 630 + + + segmentType + line + smooth + + x + 210 + y + 630 + + + segmentType + line + smooth + + x + 210 + y + 750 + + + segmentType + line + smooth + + x + 90 + y + 750 + + + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 42 + y + 402 + + + segmentType + line + smooth + + x + 96 + y + 426 + + + segmentType + line + smooth + + x + 106 + y + 416 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 500 + + + segmentType + line + smooth + + x + 190 + y + 510 + + + segmentType + line + smooth + + x + 26 + y + 436 + + + + + lib + + + name + i + unicodes + + + width + 318 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/iacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/iacute.glif new file mode 100755 index 0000000..6315468 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/iacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/icircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/icircumflex.glif new file mode 100755 index 0000000..9b08a28 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/icircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/idieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/idieresis.glif new file mode 100755 index 0000000..ac5a37d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/idieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/igrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/igrave.glif new file mode 100755 index 0000000..465b743 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/igrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/j.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/j.glif new file mode 100755 index 0000000..88fdf0f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/j.glif @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 396 + y + 997 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 220 + y + 785 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 90 + y + 630 + + + segmentType + line + smooth + + x + 210 + y + 630 + + + segmentType + line + smooth + + x + 210 + y + 750 + + + segmentType + line + smooth + + x + 90 + y + 750 + + + + + points + + + segmentType + line + smooth + + x + 202 + y + 500 + + + segmentType + line + smooth + + x + 192 + y + 510 + + + segmentType + line + smooth + + x + 26 + y + 436 + + + segmentType + line + smooth + + x + 42 + y + 402 + + + segmentType + line + smooth + + x + 88 + y + 422 + + + segmentType + line + smooth + + x + 98 + y + 412 + + + segmentType + line + smooth + + x + 106 + y + -90 + + + smooth + + x + 107 + y + -164 + + + smooth + + x + 80 + y + -172 + + + segmentType + curve + smooth + + x + 28 + y + -172 + + + segmentType + line + smooth + + x + -58 + y + -172 + + + segmentType + line + smooth + + x + -74 + y + -250 + + + segmentType + line + smooth + + x + -64 + y + -260 + + + segmentType + line + smooth + + x + 2 + y + -255 + + + smooth + + x + 78 + y + -249 + + + smooth + + x + 192 + y + -129 + + + segmentType + curve + smooth + + x + 194 + y + 6 + + + + + lib + + + name + j + unicodes + + + width + 300 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/k.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/k.glif new file mode 100755 index 0000000..2efa67e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/k.glif @@ -0,0 +1,496 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 540 + y + 34 + + + segmentType + line + smooth + + x + 498 + y + 34 + + + segmentType + line + smooth + + x + 482 + y + 44 + + + segmentType + line + smooth + + x + 282 + y + 312 + + + smooth + + x + 358 + y + 372 + + + smooth + + x + 381 + y + 393 + + + segmentType + curve + smooth + + x + 466 + y + 466 + + + segmentType + line + smooth + + x + 528 + y + 466 + + + segmentType + line + smooth + + x + 528 + y + 500 + + + segmentType + line + smooth + + x + 326 + y + 500 + + + segmentType + line + smooth + + x + 326 + y + 466 + + + segmentType + line + smooth + + x + 378 + y + 466 + + + segmentType + line + smooth + + x + 388 + y + 456 + + + smooth + + x + 312 + y + 396 + + + smooth + + x + 296 + y + 384 + + + segmentType + curve + smooth + + x + 210 + y + 302 + + + segmentType + line + smooth + + x + 200 + y + 302 + + + segmentType + line + smooth + + x + 200 + y + 268 + + + segmentType + line + smooth + + x + 210 + y + 268 + + + segmentType + line + smooth + + x + 370 + y + 44 + + + segmentType + line + smooth + + x + 360 + y + 34 + + + segmentType + line + smooth + + x + 318 + y + 34 + + + segmentType + line + smooth + + x + 318 + y + 0 + + + segmentType + line + smooth + + x + 540 + y + 0 + + + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 42 + y + 652 + + + segmentType + line + smooth + + x + 96 + y + 676 + + + segmentType + line + smooth + + x + 106 + y + 666 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 750 + + + segmentType + line + smooth + + x + 190 + y + 760 + + + segmentType + line + smooth + + x + 26 + y + 686 + + + + + lib + + + name + k + unicodes + + + width + 576 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/l.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/l.glif new file mode 100755 index 0000000..81c16f6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/l.glif @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 42 + y + 652 + + + segmentType + line + smooth + + x + 96 + y + 676 + + + segmentType + line + smooth + + x + 106 + y + 666 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 750 + + + segmentType + line + smooth + + x + 190 + y + 760 + + + segmentType + line + smooth + + x + 26 + y + 686 + + + + + lib + + + name + l + unicodes + + + width + 328 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/less.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/less.glif new file mode 100755 index 0000000..0a2b684 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/less.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/m.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/m.glif new file mode 100755 index 0000000..65995ea --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/m.glif @@ -0,0 +1,783 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 394 + y + 44 + + + segmentType + line + smooth + + x + 384 + y + 34 + + + segmentType + line + smooth + + x + 322 + y + 34 + + + segmentType + line + smooth + + x + 322 + y + 0 + + + segmentType + line + smooth + + x + 560 + y + 0 + + + segmentType + line + smooth + + x + 560 + y + 34 + + + segmentType + line + smooth + + x + 498 + y + 34 + + + segmentType + line + smooth + + x + 488 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 201 + y + 500 + + + segmentType + line + smooth + + x + 191 + y + 510 + + + segmentType + line + smooth + + x + 26 + y + 438 + + + segmentType + line + smooth + + x + 42 + y + 404 + + + segmentType + line + smooth + + x + 96 + y + 427 + + + segmentType + line + smooth + + x + 106 + y + 417 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 376 + + + smooth + + x + 212 + y + 396 + + + smooth + + x + 254 + y + 448 + + + segmentType + curve + smooth + + x + 312 + y + 448 + + + smooth + + x + 370 + y + 448 + + + smooth + + x + 394 + y + 408 + + + segmentType + curve + smooth + + x + 394 + y + 354 + + + segmentType + line + smooth + + x + 394 + y + 0 + + + segmentType + line + smooth + + x + 488 + y + 0 + + + segmentType + line + smooth + + x + 488 + y + 370 + + + smooth + + x + 488 + y + 466 + + + smooth + + x + 428 + y + 510 + + + segmentType + curve + smooth + + x + 358 + y + 510 + + + smooth + + x + 278 + y + 510 + + + smooth + + x + 232 + y + 462 + + + segmentType + curve + smooth + + x + 204 + y + 424 + + + segmentType + line + smooth + + x + 194 + y + 424 + + + + + points + + + segmentType + line + smooth + + x + 481 + y + 370 + + + segmentType + line + smooth + + x + 488 + y + 370 + + + smooth + + x + 499 + y + 397 + + + smooth + + x + 542 + y + 448 + + + segmentType + curve + smooth + + x + 600 + y + 448 + + + smooth + + x + 658 + y + 448 + + + smooth + + x + 682 + y + 408 + + + segmentType + curve + smooth + + x + 682 + y + 354 + + + segmentType + line + smooth + + x + 682 + y + 0 + + + segmentType + line + smooth + + x + 776 + y + 0 + + + segmentType + line + smooth + + x + 776 + y + 370 + + + smooth + + x + 776 + y + 466 + + + smooth + + x + 716 + y + 510 + + + segmentType + curve + smooth + + x + 646 + y + 510 + + + smooth + + x + 566 + y + 510 + + + smooth + + x + 520 + y + 462 + + + segmentType + curve + smooth + + x + 491 + y + 422 + + + segmentType + line + smooth + + x + 481 + y + 422 + + + + + points + + + segmentType + line + smooth + + x + 682 + y + 44 + + + segmentType + line + smooth + + x + 672 + y + 34 + + + segmentType + line + smooth + + x + 610 + y + 34 + + + segmentType + line + smooth + + x + 610 + y + 0 + + + segmentType + line + smooth + + x + 848 + y + 0 + + + segmentType + line + smooth + + x + 848 + y + 34 + + + segmentType + line + smooth + + x + 786 + y + 34 + + + segmentType + line + smooth + + x + 776 + y + 44 + + + + + lib + + + name + m + unicodes + + + width + 866 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/minus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/minus.glif new file mode 100755 index 0000000..6cb6196 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/minus.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/multiply.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/multiply.glif new file mode 100755 index 0000000..efcfe64 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/multiply.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/n.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/n.glif new file mode 100755 index 0000000..05230f8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/n.glif @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 286.0 + y + 520.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 0 + + + segmentType + line + smooth + + x + 272 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 394 + y + 44 + + + segmentType + line + smooth + + x + 384 + y + 34 + + + segmentType + line + smooth + + x + 322 + y + 34 + + + segmentType + line + smooth + + x + 322 + y + 0 + + + segmentType + line + smooth + + x + 560 + y + 0 + + + segmentType + line + smooth + + x + 560 + y + 34 + + + segmentType + line + smooth + + x + 498 + y + 34 + + + segmentType + line + smooth + + x + 488 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 201 + y + 500 + + + segmentType + line + smooth + + x + 191 + y + 510 + + + segmentType + line + smooth + + x + 26 + y + 438 + + + segmentType + line + smooth + + x + 42 + y + 404 + + + segmentType + line + smooth + + x + 96 + y + 427 + + + segmentType + line + smooth + + x + 106 + y + 417 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 376 + + + smooth + + x + 212 + y + 396 + + + smooth + + x + 254 + y + 448 + + + segmentType + curve + smooth + + x + 312 + y + 448 + + + smooth + + x + 370 + y + 448 + + + smooth + + x + 394 + y + 408 + + + segmentType + curve + smooth + + x + 394 + y + 354 + + + segmentType + line + smooth + + x + 394 + y + 0 + + + segmentType + line + smooth + + x + 488 + y + 0 + + + segmentType + line + smooth + + x + 488 + y + 370 + + + smooth + + x + 488 + y + 466 + + + smooth + + x + 428 + y + 510 + + + segmentType + curve + smooth + + x + 358 + y + 510 + + + smooth + + x + 278 + y + 510 + + + smooth + + x + 232 + y + 462 + + + segmentType + curve + smooth + + x + 204 + y + 424 + + + segmentType + line + smooth + + x + 194 + y + 424 + + + + + lib + + + name + n + unicodes + + + width + 596 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/nine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/nine.glif new file mode 100755 index 0000000..377a9ee --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/nine.glif @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 264 + y + 760 + + + smooth + + x + 119 + y + 760 + + + smooth + + x + 42 + y + 646 + + + segmentType + curve + smooth + + x + 42 + y + 504 + + + smooth + + x + 42 + y + 340 + + + smooth + + x + 134 + y + 270 + + + segmentType + curve + smooth + + x + 216 + y + 270 + + + smooth + + x + 264 + y + 270 + + + smooth + + x + 290 + y + 292 + + + segmentType + curve + smooth + + x + 306 + y + 312 + + + segmentType + line + smooth + + x + 342 + y + 312 + + + segmentType + line + smooth + + x + 342 + y + 388 + + + smooth + + x + 330 + y + 366 + + + smooth + + x + 310 + y + 334 + + + segmentType + curve + smooth + + x + 272 + y + 334 + + + smooth + + x + 212 + y + 334 + + + smooth + + x + 198 + y + 394 + + + segmentType + curve + smooth + + x + 198 + y + 528 + + + smooth + + x + 198 + y + 634 + + + smooth + + x + 200 + y + 722 + + + segmentType + curve + smooth + + x + 258 + y + 722 + + + smooth + + x + 316 + y + 722 + + + smooth + + x + 332 + y + 630 + + + segmentType + curve + smooth + + x + 332 + y + 470 + + + smooth + + x + 332 + y + 209 + + + smooth + + x + 216 + y + 40 + + + segmentType + curve + smooth + + x + 34 + y + 10 + + + segmentType + line + smooth + + x + 48 + y + -20 + + + smooth + + x + 278 + y + 0 + + + smooth + + x + 488 + y + 186 + + + segmentType + curve + smooth + + x + 488 + y + 464 + + + smooth + + x + 488 + y + 660 + + + smooth + + x + 389 + y + 760 + + + + + lib + + com.typemytype.robofont.layerData + + backgroud + + anchors + + + components + + + contours + + + lib + + + name + six + unicodes + + + width + 532 + + background + + anchors + + + components + + + contours + + + lib + + + name + six + unicodes + + + width + 532 + + mask + + anchors + + + components + + + contours + + + lib + + + name + six + unicodes + + + width + 532 + + + + name + nine + unicodes + + + width + 532 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ntilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ntilde.glif new file mode 100755 index 0000000..1a5c473 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ntilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numbersign.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numbersign.glif new file mode 100755 index 0000000..c4703f3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numbersign.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numero.glif new file mode 100755 index 0000000..0fb6250 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/numero.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1508 + y + 780 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 2151 + y + 751 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/o.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/o.glif new file mode 100755 index 0000000..0e41515 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/o.glif @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 481 + y + 835 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 276.0 + y + 520.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 36 + y + 250 + + + smooth + + x + 36 + y + 94 + + + smooth + + x + 134 + y + -10 + + + segmentType + curve + smooth + + x + 278 + y + -10 + + + smooth + + x + 424 + y + -10 + + + smooth + + x + 520 + y + 100 + + + segmentType + curve + smooth + + x + 520 + y + 252 + + + smooth + + x + 520 + y + 406 + + + smooth + + x + 422 + y + 510 + + + segmentType + curve + smooth + + x + 278 + y + 510 + + + smooth + + x + 132 + y + 510 + + + smooth + + x + 36 + y + 399 + + + + + points + + + segmentType + curve + smooth + + x + 146 + y + 280 + + + smooth + + x + 146 + y + 394 + + + smooth + + x + 188 + y + 472 + + + segmentType + curve + smooth + + x + 266 + y + 472 + + + smooth + + x + 367 + y + 472 + + + smooth + + x + 410 + y + 356 + + + segmentType + curve + smooth + + x + 410 + y + 222 + + + smooth + + x + 410 + y + 106 + + + smooth + + x + 368 + y + 28 + + + segmentType + curve + smooth + + x + 290 + y + 28 + + + smooth + + x + 190 + y + 28 + + + smooth + + x + 146 + y + 144 + + + + + lib + + + name + o + unicodes + + + width + 556 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oacute.glif new file mode 100755 index 0000000..5520c8b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ocircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ocircumflex.glif new file mode 100755 index 0000000..6d06114 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/odieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/odieresis.glif new file mode 100755 index 0000000..036cefc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/odieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oe.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oe.glif new file mode 100755 index 0000000..8495e5d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oe.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ograve.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ograve.glif new file mode 100755 index 0000000..5ee2bc0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ograve.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/one.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/one.glif new file mode 100755 index 0000000..a69806b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/one.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordfeminine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordfeminine.glif new file mode 100755 index 0000000..d21ca77 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordfeminine.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordmasculine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordmasculine.glif new file mode 100755 index 0000000..19dd991 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oslash.glif new file mode 100755 index 0000000..c6b9ea3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/oslash.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/otilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/otilde.glif new file mode 100755 index 0000000..adcdefe --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/otilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/p.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/p.glif new file mode 100755 index 0000000..32c84c8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/p.glif @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 96 + y + -206 + + + segmentType + line + smooth + + x + 86 + y + -216 + + + segmentType + line + smooth + + x + 18 + y + -216 + + + segmentType + line + smooth + + x + 18 + y + -250 + + + segmentType + line + smooth + + x + 262 + y + -250 + + + segmentType + line + smooth + + x + 262 + y + -216 + + + segmentType + line + smooth + + x + 200 + y + -216 + + + segmentType + line + smooth + + x + 190 + y + -206 + + + segmentType + line + smooth + + x + 190 + y + 33 + + + smooth + + x + 221 + y + 9 + + + smooth + + x + 259 + y + -10 + + + segmentType + curve + smooth + + x + 314 + y + -10 + + + smooth + + x + 430 + y + -10 + + + smooth + + x + 536 + y + 98 + + + segmentType + curve + smooth + + x + 536 + y + 254 + + + smooth + + x + 536 + y + 422 + + + smooth + + x + 450 + y + 510 + + + segmentType + curve + smooth + + x + 346 + y + 510 + + + smooth + + x + 278 + y + 510 + + + smooth + + x + 230 + y + 472 + + + segmentType + curve + smooth + + x + 194 + y + 424 + + + segmentType + line + smooth + + x + 184 + y + 424 + + + segmentType + line + smooth + + x + 191 + y + 500 + + + segmentType + line + smooth + + x + 181 + y + 510 + + + segmentType + line + smooth + + x + 16 + y + 438 + + + segmentType + line + smooth + + x + 32 + y + 404 + + + segmentType + line + smooth + + x + 86 + y + 427 + + + segmentType + line + smooth + + x + 96 + y + 417 + + + + + points + + + segmentType + curve + smooth + + x + 190 + y + 200 + + + segmentType + line + smooth + + x + 190 + y + 372 + + + smooth + + x + 204 + y + 396 + + + smooth + + x + 247 + y + 448 + + + segmentType + curve + smooth + + x + 298 + y + 448 + + + smooth + + x + 387 + y + 448 + + + smooth + + x + 432 + y + 352 + + + segmentType + curve + smooth + + x + 432 + y + 212 + + + smooth + + x + 432 + y + 108 + + + smooth + + x + 398 + y + 28 + + + segmentType + curve + smooth + + x + 316 + y + 28 + + + smooth + + x + 234 + y + 28 + + + smooth + + x + 190 + y + 104 + + + + + lib + + + name + p + unicodes + + + width + 572 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/paragraph.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/paragraph.glif new file mode 100755 index 0000000..1e93326 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/paragraph.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.cap.glif new file mode 100755 index 0000000..f0ea702 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.glif new file mode 100755 index 0000000..f6eb3c0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenleft.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.cap.glif new file mode 100755 index 0000000..bf18804 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.glif new file mode 100755 index 0000000..e5613dd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/parenright.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/percent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/percent.glif new file mode 100755 index 0000000..5d7c516 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/percent.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/period.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/period.glif new file mode 100755 index 0000000..193e1eb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/period.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.cap.glif new file mode 100755 index 0000000..021c96e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.glif new file mode 100755 index 0000000..11ed028 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/periodcentered.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plus.glif new file mode 100755 index 0000000..8d7ff62 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plus.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plusminus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plusminus.glif new file mode 100755 index 0000000..ce9e49b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/plusminus.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/q.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/q.glif new file mode 100755 index 0000000..3f1c14f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/q.glif @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 382 + y + -206 + + + segmentType + line + smooth + + x + 372 + y + -216 + + + segmentType + line + smooth + + x + 293 + y + -216 + + + segmentType + line + smooth + + x + 293 + y + -250 + + + segmentType + line + smooth + + x + 548 + y + -250 + + + segmentType + line + smooth + + x + 548 + y + -216 + + + segmentType + line + smooth + + x + 486 + y + -216 + + + segmentType + line + smooth + + x + 476 + y + -206 + + + + + points + + + segmentType + line + smooth + + x + 382 + y + 76 + + + segmentType + line + smooth + + x + 382 + y + -250 + + + segmentType + line + smooth + + x + 476 + y + -250 + + + segmentType + line + smooth + + x + 476 + y + 510 + + + segmentType + line + smooth + + x + 436 + y + 510 + + + segmentType + line + smooth + + x + 436 + y + 426 + + + segmentType + line + smooth + + x + 382 + y + 426 + + + segmentType + line + smooth + + x + 382 + y + 76 + + + + + points + + + segmentType + line + smooth + + x + 426 + y + 426 + + + smooth + + x + 388 + y + 466 + + + smooth + + x + 342 + y + 510 + + + segmentType + curve + smooth + + x + 258 + y + 510 + + + smooth + + x + 142 + y + 510 + + + smooth + + x + 36 + y + 402 + + + segmentType + curve + smooth + + x + 36 + y + 246 + + + smooth + + x + 36 + y + 78 + + + smooth + + x + 122 + y + -10 + + + segmentType + curve + smooth + + x + 226 + y + -10 + + + smooth + + x + 294 + y + -10 + + + smooth + + x + 336 + y + 28 + + + segmentType + curve + smooth + + x + 372 + y + 76 + + + segmentType + line + smooth + + x + 382 + y + 76 + + + segmentType + line + smooth + + x + 382 + y + 128 + + + smooth + + x + 368 + y + 104 + + + smooth + + x + 325 + y + 52 + + + segmentType + curve + smooth + + x + 274 + y + 52 + + + smooth + + x + 184 + y + 52 + + + smooth + + x + 140 + y + 148 + + + segmentType + curve + smooth + + x + 140 + y + 288 + + + smooth + + x + 140 + y + 392 + + + smooth + + x + 174 + y + 472 + + + segmentType + curve + smooth + + x + 256 + y + 472 + + + smooth + + x + 338 + y + 472 + + + smooth + + x + 382 + y + 396 + + + segmentType + curve + smooth + + x + 382 + y + 301 + + + segmentType + line + smooth + + x + 426 + y + 301 + + + + + lib + + + name + q + unicodes + + + width + 554 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/question.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/question.glif new file mode 100755 index 0000000..48cc94b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/question.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.cap.glif new file mode 100755 index 0000000..1bb97b5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.glif new file mode 100755 index 0000000..9b241f4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/questiondown.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedbl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedbl.glif new file mode 100755 index 0000000..6648a3a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedbl.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblbase.glif new file mode 100755 index 0000000..11a6bbf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblleft.glif new file mode 100755 index 0000000..9477c21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblright.glif new file mode 100755 index 0000000..48f1674 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotedblright.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteleft.glif new file mode 100755 index 0000000..28abae3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteleft.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteright.glif new file mode 100755 index 0000000..49fd49a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quoteright.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesinglbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesinglbase.glif new file mode 100755 index 0000000..a40e286 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesingle.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesingle.glif new file mode 100755 index 0000000..5c8c13a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/quotesingle.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/r.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/r.glif new file mode 100755 index 0000000..319e4d3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/r.glif @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 375 + y + 883 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 200 + y + 0 + + + segmentType + line + smooth + + x + 200 + y + 330 + + + smooth + + x + 212 + y + 380 + + + smooth + + x + 238 + y + 412 + + + segmentType + curve + smooth + + x + 300 + y + 412 + + + segmentType + line + smooth + + x + 362 + y + 412 + + + segmentType + line + smooth + + x + 378 + y + 500 + + + segmentType + line + smooth + + x + 368 + y + 510 + + + segmentType + line + smooth + + x + 316 + y + 506 + + + smooth + + x + 252 + y + 501 + + + smooth + + x + 214 + y + 444 + + + segmentType + curve + smooth + + x + 200 + y + 386 + + + segmentType + line + smooth + + x + 180 + y + 386 + + + segmentType + line + smooth + + x + 200 + y + 500 + + + segmentType + line + smooth + + x + 190 + y + 510 + + + segmentType + line + smooth + + x + 26 + y + 436 + + + segmentType + line + smooth + + x + 42 + y + 402 + + + segmentType + line + smooth + + x + 96 + y + 426 + + + segmentType + line + smooth + + x + 106 + y + 416 + + + segmentType + line + smooth + + x + 106 + y + 0 + + + + + points + + + segmentType + line + smooth + + x + 106 + y + 44 + + + segmentType + line + smooth + + x + 96 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 34 + + + segmentType + line + smooth + + x + 28 + y + 0 + + + segmentType + line + smooth + + x + 284 + y + 0 + + + segmentType + line + smooth + + x + 284 + y + 34 + + + segmentType + line + smooth + + x + 210 + y + 34 + + + segmentType + line + smooth + + x + 200 + y + 44 + + + + + lib + + + name + r + unicodes + + + width + 404 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/registered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/registered.glif new file mode 100755 index 0000000..78b84f8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/registered.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ring.glif new file mode 100755 index 0000000..6980d9b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ring.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/s.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/s.glif new file mode 100755 index 0000000..ff7c4b4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/s.glif @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 567 + y + 979 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 135 + y + 71 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 340 + y + 784 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 346 + y + 350 + + + segmentType + line + smooth + + x + 346 + y + 510 + + + segmentType + line + smooth + + x + 310 + y + 510 + + + segmentType + line + smooth + + x + 310 + y + 490 + + + segmentType + line + smooth + + x + 300 + y + 490 + + + smooth + + x + 282 + y + 496 + + + smooth + + x + 242 + y + 510 + + + segmentType + curve + smooth + + x + 198 + y + 510 + + + smooth + + x + 112 + y + 510 + + + smooth + + x + 48 + y + 453 + + + segmentType + curve + smooth + + x + 48 + y + 376 + + + smooth + + x + 48 + y + 292 + + + smooth + + x + 100 + y + 257 + + + segmentType + curve + smooth + + x + 175 + y + 214 + + + smooth + + x + 234 + y + 181 + + + smooth + + x + 296 + y + 157 + + + segmentType + curve + smooth + + x + 296 + y + 96 + + + smooth + + x + 296 + y + 52 + + + smooth + + x + 267 + y + 28 + + + segmentType + curve + smooth + + x + 220 + y + 28 + + + smooth + + x + 135 + y + 28 + + + smooth + + x + 82 + y + 91 + + + segmentType + curve + smooth + + x + 82 + y + 160 + + + segmentType + line + smooth + + x + 82 + y + 182 + + + segmentType + line + smooth + + x + 46 + y + 182 + + + segmentType + line + smooth + + x + 46 + y + 0 + + + segmentType + line + smooth + + x + 82 + y + 0 + + + segmentType + line + smooth + + x + 82 + y + 28 + + + segmentType + line + smooth + + x + 92 + y + 28 + + + smooth + + x + 108 + y + 18 + + + smooth + + x + 150 + y + -10 + + + segmentType + curve + smooth + + x + 220 + y + -10 + + + smooth + + x + 316 + y + -10 + + + smooth + + x + 384 + y + 33 + + + segmentType + curve + smooth + + x + 384 + y + 128 + + + smooth + + x + 384 + y + 218 + + + smooth + + x + 322 + y + 258 + + + segmentType + curve + smooth + + x + 215 + y + 312 + + + smooth + + x + 156 + y + 343 + + + smooth + + x + 128 + y + 364 + + + segmentType + curve + smooth + + x + 128 + y + 406 + + + smooth + + x + 128 + y + 449 + + + smooth + + x + 155 + y + 472 + + + segmentType + curve + smooth + + x + 204 + y + 472 + + + smooth + + x + 266 + y + 472 + + + smooth + + x + 310 + y + 432 + + + segmentType + curve + smooth + + x + 310 + y + 384 + + + segmentType + line + smooth + + x + 310 + y + 350 + + + + + lib + + + name + s + unicodes + + + width + 416 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/section.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/section.glif new file mode 100755 index 0000000..3b9c1fb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/section.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/semicolon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/semicolon.glif new file mode 100755 index 0000000..f16fc12 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/semicolon.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/seven.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/seven.glif new file mode 100755 index 0000000..4ec1496 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/seven.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/six.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/six.glif new file mode 100755 index 0000000..447e100 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/six.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/slash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/slash.glif new file mode 100755 index 0000000..5fa3f21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/slash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/space.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/space.glif new file mode 100755 index 0000000..91db20e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/sterling.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/sterling.glif new file mode 100755 index 0000000..a4eb123 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/sterling.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/t.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/t.glif new file mode 100755 index 0000000..90af79b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/t.glif @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 320 + y + 1167 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 120 + y + 460 + + + segmentType + line + smooth + + x + 298 + y + 460 + + + segmentType + line + smooth + + x + 298 + y + 500 + + + segmentType + line + smooth + + x + 120 + y + 500 + + + + + points + + + segmentType + line + smooth + + x + 182 + y + 610 + + + segmentType + line + smooth + + x + 172 + y + 610 + + + segmentType + line + smooth + + x + 16 + y + 470 + + + segmentType + line + smooth + + x + 26 + y + 460 + + + segmentType + line + smooth + + x + 88 + y + 460 + + + segmentType + line + smooth + + x + 88 + y + 104 + + + smooth + + x + 88 + y + 22 + + + smooth + + x + 118 + y + -10 + + + segmentType + curve + smooth + + x + 180 + y + -10 + + + smooth + + x + 242 + y + -10 + + + smooth + + x + 288 + y + 46 + + + segmentType + curve + smooth + + x + 312 + y + 74 + + + segmentType + line + smooth + + x + 296 + y + 108 + + + smooth + + x + 278 + y + 84 + + + smooth + + x + 258 + y + 60 + + + segmentType + curve + smooth + + x + 226 + y + 60 + + + smooth + + x + 192 + y + 60 + + + smooth + + x + 182 + y + 80 + + + segmentType + curve + smooth + + x + 182 + y + 112 + + + + + lib + + + name + t + unicodes + + + width + 328 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/thinspace.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/thinspace.glif new file mode 100755 index 0000000..0a9f409 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/thinspace.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/three.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/three.glif new file mode 100755 index 0000000..c33bb15 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/three.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/tilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/tilde.glif new file mode 100755 index 0000000..5783402 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/tilde.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 296 + y + 1127 + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/trademark.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/trademark.glif new file mode 100755 index 0000000..d712b89 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/trademark.glif @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/two.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/two.glif new file mode 100755 index 0000000..b9e78b7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/two.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/u.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/u.glif new file mode 100755 index 0000000..507fefc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/u.glif @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 266.0 + y + 520.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 260 + y + 52 + + + smooth + + x + 208 + y + 52 + + + smooth + + x + 182 + y + 90 + + + segmentType + curve + smooth + + x + 182 + y + 144 + + + segmentType + line + smooth + + x + 182 + y + 500 + + + segmentType + line + smooth + + x + 16 + y + 500 + + + segmentType + line + smooth + + x + 16 + y + 466 + + + segmentType + line + smooth + + x + 78 + y + 466 + + + segmentType + line + smooth + + x + 88 + y + 454 + + + segmentType + line + smooth + + x + 88 + y + 126 + + + smooth + + x + 88 + y + 30 + + + smooth + + x + 156 + y + -10 + + + segmentType + curve + smooth + + x + 218 + y + -10 + + + smooth + + x + 288 + y + -10 + + + smooth + + x + 334 + y + 28 + + + segmentType + curve + smooth + + x + 368 + y + 76 + + + segmentType + line + smooth + + x + 378 + y + 76 + + + segmentType + line + smooth + + x + 370 + y + 0 + + + segmentType + line + smooth + + x + 380 + y + -10 + + + segmentType + line + smooth + + x + 542 + y + 60 + + + segmentType + line + smooth + + x + 526 + y + 94 + + + segmentType + line + smooth + + x + 478 + y + 74 + + + segmentType + line + smooth + + x + 468 + y + 84 + + + segmentType + line + smooth + + x + 468 + y + 500 + + + segmentType + line + smooth + + x + 302 + y + 500 + + + segmentType + line + smooth + + x + 302 + y + 466 + + + segmentType + line + smooth + + x + 364 + y + 466 + + + segmentType + line + smooth + + x + 374 + y + 456 + + + segmentType + line + smooth + + x + 374 + y + 126 + + + smooth + + x + 358 + y + 96 + + + smooth + + x + 314 + y + 52 + + + + + lib + + + name + u + unicodes + + + width + 586 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/uacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/uacute.glif new file mode 100755 index 0000000..af22b29 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/uacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ucircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ucircumflex.glif new file mode 100755 index 0000000..742b502 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/udieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/udieresis.glif new file mode 100755 index 0000000..a634679 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/udieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ugrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ugrave.glif new file mode 100755 index 0000000..bbb53c4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ugrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/underscore.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/underscore.glif new file mode 100755 index 0000000..1a9c522 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/v.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/v.glif new file mode 100755 index 0000000..88504e9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/v.glif @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 624 + y + 278 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 448 + y + 456 + + + segmentType + line + smooth + + x + 458 + y + 466 + + + segmentType + line + smooth + + x + 498 + y + 466 + + + segmentType + line + smooth + + x + 498 + y + 500 + + + segmentType + line + smooth + + x + 324 + y + 500 + + + segmentType + line + smooth + + x + 324 + y + 466 + + + segmentType + line + smooth + + x + 378 + y + 466 + + + segmentType + line + smooth + + x + 388 + y + 456 + + + segmentType + line + smooth + + x + 280 + y + 152 + + + segmentType + line + smooth + + x + 270 + y + 152 + + + segmentType + line + smooth + + x + 152 + y + 456 + + + segmentType + line + smooth + + x + 162 + y + 466 + + + segmentType + line + smooth + + x + 216 + y + 466 + + + segmentType + line + smooth + + x + 216 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 466 + + + segmentType + line + smooth + + x + 40 + y + 466 + + + segmentType + line + smooth + + x + 50 + y + 456 + + + segmentType + line + smooth + + x + 242 + y + -10 + + + segmentType + line + smooth + + x + 252 + y + -10 + + + + + lib + + + name + v + unicodes + + + width + 494 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/velvetyne.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/velvetyne.glif new file mode 100755 index 0000000..bd5b308 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/velvetyne.glif @@ -0,0 +1,809 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 633 + y + 496 + + + segmentType + line + smooth + + x + 565 + y + 496 + + + segmentType + line + smooth + + x + 448 + y + 184 + + + segmentType + line + smooth + + x + 438 + y + 184 + + + segmentType + line + smooth + + x + 238 + y + 706 + + + segmentType + line + smooth + + x + 124 + y + 706 + + + segmentType + line + smooth + + x + 408 + y + -10 + + + segmentType + line + smooth + + x + 430 + y + -10 + + + + + points + + + segmentType + line + smooth + + x + 565 + y + 496 + + + segmentType + line + smooth + + x + 633 + y + 496 + + + segmentType + line + smooth + + x + 643 + y + 506 + + + segmentType + line + smooth + + x + 699 + y + 506 + + + segmentType + line + smooth + + x + 699 + y + 540 + + + smooth + + x + 699 + y + 540 + + + smooth + + x + 473 + y + 540 + + + segmentType + curve + smooth + + x + 473 + y + 540 + + + segmentType + line + smooth + + x + 473 + y + 506 + + + segmentType + line + smooth + + x + 555 + y + 506 + + + + + points + + + segmentType + line + smooth + + x + 124 + y + 706 + + + segmentType + line + smooth + + x + 238 + y + 706 + + + segmentType + line + smooth + + x + 248 + y + 716 + + + segmentType + line + smooth + + x + 338 + y + 716 + + + segmentType + line + smooth + + x + 338 + y + 750 + + + smooth + + x + 338 + y + 750 + + + smooth + + x + 54 + y + 750 + + + segmentType + curve + smooth + + x + 54 + y + 750 + + + segmentType + line + smooth + + x + 54 + y + 716 + + + segmentType + line + smooth + + x + 114 + y + 716 + + + + + points + + + segmentType + line + smooth + + x + 833 + y + 44 + + + segmentType + line + smooth + + x + 833 + y + 688 + + + smooth + + x + 833 + y + 688 + + + smooth + + x + 729 + y + 688 + + + segmentType + curve + smooth + + x + 729 + y + 688 + + + segmentType + line + smooth + + x + 729 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 833 + y + 44 + + + segmentType + line + smooth + + x + 729 + y + 44 + + + segmentType + line + smooth + + x + 719 + y + 34 + + + segmentType + line + smooth + + x + 629 + y + 34 + + + segmentType + line + smooth + + x + 629 + y + 0 + + + smooth + + x + 629 + y + 0 + + + smooth + + x + 933 + y + 0 + + + segmentType + curve + smooth + + x + 933 + y + 0 + + + segmentType + line + smooth + + x + 933 + y + 34 + + + segmentType + line + smooth + + x + 843 + y + 34 + + + + + points + + + segmentType + line + smooth + + x + 430 + y + 580 + + + smooth + + x + 430 + y + 666 + + + smooth + + x + 452 + y + 688 + + + segmentType + curve + smooth + + x + 538 + y + 688 + + + segmentType + line + smooth + + x + 1119 + y + 688 + + + smooth + + x + 1205 + y + 688 + + + smooth + + x + 1227 + y + 666 + + + segmentType + curve + smooth + + x + 1227 + y + 580 + + + segmentType + line + smooth + + x + 1227 + y + 540 + + + segmentType + line + smooth + + x + 1265 + y + 540 + + + segmentType + line + smooth + + x + 1265 + y + 750 + + + segmentType + line + smooth + + x + 392 + y + 750 + + + segmentType + line + smooth + + x + 392 + y + 540 + + + segmentType + line + smooth + + x + 430 + y + 540 + + + + + points + + + segmentType + line + smooth + + x + 833 + y + 350 + + + segmentType + line + smooth + + x + 1105 + y + 350 + + + segmentType + line + smooth + + x + 1115 + y + 340 + + + segmentType + line + smooth + + x + 1115 + y + 268 + + + segmentType + line + smooth + + x + 1153 + y + 268 + + + segmentType + line + smooth + + x + 1153 + y + 486 + + + segmentType + line + smooth + + x + 1115 + y + 486 + + + segmentType + line + smooth + + x + 1115 + y + 414 + + + segmentType + line + smooth + + x + 1105 + y + 404 + + + segmentType + line + smooth + + x + 833 + y + 404 + + + + + lib + + + name + velvetyne + unicodes + + + width + 1279 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/w.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/w.glif new file mode 100755 index 0000000..1d76594 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/w.glif @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 428 + y + 410 + + + segmentType + line + smooth + + x + 370 + y + 410 + + + segmentType + line + smooth + + x + 280 + y + 152 + + + segmentType + line + smooth + + x + 270 + y + 152 + + + segmentType + line + smooth + + x + 152 + y + 456 + + + segmentType + line + smooth + + x + 162 + y + 466 + + + segmentType + line + smooth + + x + 216 + y + 466 + + + segmentType + line + smooth + + x + 216 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 466 + + + segmentType + line + smooth + + x + 40 + y + 466 + + + segmentType + line + smooth + + x + 50 + y + 456 + + + segmentType + line + smooth + + x + 242 + y + -10 + + + segmentType + line + smooth + + x + 252 + y + -10 + + + + + points + + + segmentType + line + smooth + + x + 720 + y + 456 + + + segmentType + line + smooth + + x + 730 + y + 466 + + + segmentType + line + smooth + + x + 770 + y + 466 + + + segmentType + line + smooth + + x + 770 + y + 500 + + + segmentType + line + smooth + + x + 596 + y + 500 + + + segmentType + line + smooth + + x + 596 + y + 466 + + + segmentType + line + smooth + + x + 650 + y + 466 + + + segmentType + line + smooth + + x + 660 + y + 456 + + + segmentType + line + smooth + + x + 552 + y + 152 + + + segmentType + line + smooth + + x + 542 + y + 152 + + + segmentType + line + smooth + + x + 424 + y + 456 + + + segmentType + line + smooth + + x + 434 + y + 466 + + + segmentType + line + smooth + + x + 488 + y + 466 + + + segmentType + line + smooth + + x + 488 + y + 500 + + + segmentType + line + smooth + + x + 268 + y + 500 + + + segmentType + line + smooth + + x + 268 + y + 466 + + + segmentType + line + smooth + + x + 312 + y + 466 + + + segmentType + line + smooth + + x + 322 + y + 456 + + + segmentType + line + smooth + + x + 514 + y + -10 + + + segmentType + line + smooth + + x + 524 + y + -10 + + + + + lib + + + name + w + unicodes + + + width + 746 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/x.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/x.glif new file mode 100755 index 0000000..64d7574 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/x.glif @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 30 + y + 78 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 965 + y + 88 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 227 + y + 95 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + -76 + y + 500 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 13 + y + 750 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 207 + y + -250 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 470 + y + 34 + + + segmentType + line + smooth + + x + 522 + y + 34 + + + segmentType + line + smooth + + x + 522 + y + 0 + + + segmentType + line + smooth + + x + 286 + y + 0 + + + segmentType + line + smooth + + x + 286 + y + 34 + + + segmentType + line + smooth + + x + 338 + y + 34 + + + segmentType + line + smooth + + x + 348 + y + 44 + + + segmentType + line + smooth + + x + 69 + y + 456 + + + segmentType + line + smooth + + x + 59 + y + 466 + + + segmentType + line + smooth + + x + 7 + y + 466 + + + segmentType + line + smooth + + x + 7 + y + 500 + + + segmentType + line + smooth + + x + 243 + y + 500 + + + segmentType + line + smooth + + x + 243 + y + 466 + + + segmentType + line + smooth + + x + 191 + y + 466 + + + segmentType + line + smooth + + x + 181 + y + 456 + + + segmentType + line + smooth + + x + 460 + y + 44 + + + + + points + + + segmentType + line + smooth + + x + 119 + y + 44 + + + segmentType + line + smooth + + x + 129 + y + 34 + + + segmentType + line + smooth + + x + 169 + y + 34 + + + segmentType + line + smooth + + x + 169 + y + 0 + + + segmentType + line + smooth + + x + -10 + y + 0 + + + segmentType + line + smooth + + x + -10 + y + 34 + + + segmentType + line + smooth + + x + 40 + y + 34 + + + segmentType + line + smooth + + x + 50 + y + 44 + + + segmentType + line + smooth + + x + 239 + y + 281 + + + segmentType + line + smooth + + x + 271 + y + 323 + + + segmentType + line + smooth + + x + 281 + y + 323 + + + segmentType + line + smooth + + x + 370 + y + 456 + + + segmentType + line + smooth + + x + 360 + y + 466 + + + segmentType + line + smooth + + x + 322 + y + 466 + + + segmentType + line + smooth + + x + 322 + y + 500 + + + segmentType + line + smooth + + x + 499 + y + 500 + + + segmentType + line + smooth + + x + 499 + y + 466 + + + segmentType + line + smooth + + x + 447 + y + 466 + + + segmentType + line + smooth + + x + 437 + y + 456 + + + segmentType + line + smooth + + x + 268 + y + 246 + + + segmentType + line + smooth + + x + 239 + y + 206 + + + segmentType + line + smooth + + x + 228 + y + 206 + + + + + lib + + + name + x + unicodes + + + width + 512 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/y.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/y.glif new file mode 100755 index 0000000..00245b1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/y.glif @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 67.0 + isGlobal + + magnetic + 5 + name + + x + 747 + y + 553 + + + angle + 67.0 + isGlobal + + magnetic + 5 + name + + x + 589 + y + 398 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 621 + y + 11 + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 276.0 + y + 520.0 + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 242 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 500 + + + segmentType + line + smooth + + x + -4 + y + 466 + + + segmentType + line + smooth + + x + 50 + y + 466 + + + segmentType + line + smooth + + x + 60 + y + 456 + + + segmentType + line + smooth + + x + 234 + y + 12 + + + segmentType + line + smooth + + x + 200 + y + -62 + + + smooth + + x + 164 + y + -140 + + + smooth + + x + 130 + y + -172 + + + segmentType + curve + smooth + + x + 76 + y + -172 + + + segmentType + line + smooth + + x + 16 + y + -172 + + + segmentType + line + smooth + + x + 0 + y + -250 + + + segmentType + line + smooth + + x + 10 + y + -260 + + + segmentType + line + smooth + + x + 76 + y + -257 + + + smooth + + x + 152 + y + -254 + + + smooth + + x + 177 + y + -206 + + + segmentType + curve + smooth + + x + 220 + y + -108 + + + segmentType + line + smooth + + x + 466 + y + 456 + + + segmentType + line + smooth + + x + 476 + y + 466 + + + segmentType + line + smooth + + x + 542 + y + 466 + + + segmentType + line + smooth + + x + 542 + y + 500 + + + segmentType + line + smooth + + x + 326 + y + 500 + + + segmentType + line + smooth + + x + 326 + y + 466 + + + segmentType + line + smooth + + x + 396 + y + 466 + + + segmentType + line + smooth + + x + 406 + y + 456 + + + segmentType + line + smooth + + x + 288 + y + 142 + + + segmentType + line + smooth + + x + 278 + y + 142 + + + segmentType + line + smooth + + x + 162 + y + 456 + + + segmentType + line + smooth + + x + 172 + y + 466 + + + segmentType + line + smooth + + x + 242 + y + 466 + + + + + lib + + + name + y + unicodes + + + width + 494 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yacute.glif new file mode 100755 index 0000000..6af5b40 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ydieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ydieresis.glif new file mode 100755 index 0000000..a64884a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/ydieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yen.glif new file mode 100755 index 0000000..c0c4f3e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/yen.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/z.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/z.glif new file mode 100755 index 0000000..cdab61e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/z.glif @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 180 + y + 823 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 770 + y + 351 + + + com.typemytype.robofont.layerData + + background + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 160 + y + 34 + + + segmentType + line + smooth + + x + 150 + y + 44 + + + segmentType + line + smooth + + x + 434 + y + 490 + + + segmentType + line + smooth + + x + 434 + y + 500 + + + segmentType + line + smooth + + x + 60 + y + 500 + + + segmentType + line + smooth + + x + 60 + y + 344 + + + segmentType + line + smooth + + x + 92 + y + 344 + + + smooth + + x + 98 + y + 442 + + + smooth + + x + 134 + y + 466 + + + segmentType + curve + smooth + + x + 194 + y + 466 + + + segmentType + line + smooth + + x + 294 + y + 466 + + + segmentType + line + smooth + + x + 304 + y + 456 + + + segmentType + line + smooth + + x + 16 + y + 10 + + + segmentType + line + smooth + + x + 16 + y + 0 + + + segmentType + line + smooth + + x + 434 + y + 0 + + + segmentType + line + smooth + + x + 444 + y + 176 + + + segmentType + line + smooth + + x + 412 + y + 176 + + + smooth + + x + 402 + y + 78 + + + smooth + + x + 368 + y + 34 + + + segmentType + curve + smooth + + x + 304 + y + 34 + + + + + lib + + + name + z + unicodes + + + width + 460 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/zero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/zero.glif new file mode 100755 index 0000000..de0448f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/glyphs/zero.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 725 + y + 692 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 675 + y + 675 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1838.9319431538488 + y + 1482.0696184099938 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/groups.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/groups.plist new file mode 100755 index 0000000..4409662 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/groups.plist @@ -0,0 +1,1426 @@ + + + + + @MMK_L_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_L_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_L_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_L_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_L_kernCap_questiondown3 + + questiondown.cap + + @MMK_L_kernLC_a1 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_kernLC_c1 + + c + ccedilla + + @MMK_L_kernLC_dcaron1 + + + @MMK_L_kernLC_e1 + + e + eacute + ecircumflex + edieresis + egrave + + @MMK_L_kernLC_eth3 + + + @MMK_L_kernLC_f1 + + f + ff + + @MMK_L_kernLC_g1 + + g + + @MMK_L_kernLC_germandbls1 + + + @MMK_L_kernLC_i1 + + dotlessi + fi + i + iacute + icircumflex + idieresis + igrave + j + + @MMK_L_kernLC_k1 + + k + + @MMK_L_kernLC_l1 + + d + fl + l + ffl + + @MMK_L_kernLC_n1 + + h + m + n + ntilde + Th + + @MMK_L_kernLC_o1 + + b + o + oacute + ocircumflex + odieresis + ograve + otilde + p + + @MMK_L_kernLC_q1 + + q + + @MMK_L_kernLC_r1 + + r + + @MMK_L_kernLC_s1 + + s + + @MMK_L_kernLC_t1 + + t + + @MMK_L_kernLC_tcaron1 + + + @MMK_L_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_kernLC_v3 + + v + w + + @MMK_L_kernLC_w3 + + + @MMK_L_kernLC_x3 + + x + + @MMK_L_kernLC_y3 + + y + yacute + ydieresis + + @MMK_L_kernLC_z3 + + z + + @MMK_L_kernLP_cent3 + + + @MMK_L_kernLP_dollar3 + + + @MMK_L_kernLP_eight3 + + + @MMK_L_kernLP_euro3 + + + @MMK_L_kernLP_five3 + + + @MMK_L_kernLP_florin3 + + + @MMK_L_kernLP_four3 + + + @MMK_L_kernLP_nine3 + + + @MMK_L_kernLP_numbersign3 + + + @MMK_L_kernLP_one3 + + + @MMK_L_kernLP_seven3 + + + @MMK_L_kernLP_six3 + + + @MMK_L_kernLP_sterling3 + + + @MMK_L_kernLP_three3 + + + @MMK_L_kernLP_two3 + + + @MMK_L_kernLP_yen3 + + + @MMK_L_kernLP_zero3 + + + @MMK_L_kernOP_dollar3 + + + @MMK_L_kernOP_eight3 + + + @MMK_L_kernOP_euro1 + + + @MMK_L_kernOP_five1 + + + @MMK_L_kernOP_four1 + + + @MMK_L_kernOP_nine1 + + + @MMK_L_kernOP_one1 + + + @MMK_L_kernOP_seven1 + + + @MMK_L_kernOP_six1 + + + @MMK_L_kernOP_three1 + + + @MMK_L_kernOP_two1 + + + @MMK_L_kernOP_yen3 + + + @MMK_L_kernOP_zero3 + + + @MMK_L_kernSup_a3 + + ordfeminine + + @MMK_L_kernSup_o1 + + ordmasculine + numero + + @MMK_L_kernSuperior_eight3 + + + @MMK_L_kernSuperior_five3 + + + @MMK_L_kernSuperior_four3 + + + @MMK_L_kernSuperior_nine3 + + + @MMK_L_kernSuperior_one3 + + + @MMK_L_kernSuperior_seven3 + + + @MMK_L_kernSuperior_six3 + + + @MMK_L_kernSuperior_three3 + + + @MMK_L_kernSuperior_two3 + + + @MMK_L_kernSuperior_zero3 + + + @MMK_L_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_kern_B1 + + B + + @MMK_L_kern_C1 + + C + Ccedilla + + @MMK_L_kern_E1 + + E + Eacute + Ecircumflex + Edieresis + Egrave + + @MMK_L_kern_F1 + + F + + @MMK_L_kern_G1 + + G + + @MMK_L_kern_H1 + + H + I + Iacute + Icircumflex + Idieresis + Igrave + M + + @MMK_L_kern_J1 + + J + + @MMK_L_kern_K1 + + K + + @MMK_L_kern_Kalt1 + + + @MMK_L_kern_L1 + + L + + @MMK_L_kern_N1 + + N + Ntilde + + @MMK_L_kern_O1 + + D + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_L_kern_P1 + + P + + @MMK_L_kern_R1 + + R + + @MMK_L_kern_Ralt1 + + + @MMK_L_kern_S3 + + S + + @MMK_L_kern_T3 + + T + + @MMK_L_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_kern_V3 + + V + + @MMK_L_kern_W3 + + W + + @MMK_L_kern_X3 + + X + + @MMK_L_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_L_kern_Z3 + + Z + + @MMK_L_kern_ampersand3 + + ampersand + + @MMK_L_kern_asterisk3 + + asterisk + + @MMK_L_kern_at3 + + at + + @MMK_L_kern_backslash3 + + backslash + + @MMK_L_kern_braceleft1 + + braceleft + braceleft.cap + + @MMK_L_kern_braceright1 + + braceright + braceright.cap + + @MMK_L_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_L_kern_colon3 + + colon + semicolon + + @MMK_L_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_L_kern_copyright3 + + copyright + + @MMK_L_kern_dagger3 + + dagger + + @MMK_L_kern_daggerdbl3 + + + @MMK_L_kern_degree3 + + degree + + @MMK_L_kern_equal3 + + equal + + @MMK_L_kern_exclam3 + + exclam + + @MMK_L_kern_exclamdown3 + + exclamdown + + @MMK_L_kern_fraction3 + + + @MMK_L_kern_greater3 + + greater + + @MMK_L_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_L_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_L_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_L_kern_less3 + + less + + @MMK_L_kern_notdef3 + + .notdef + + @MMK_L_kern_parenleft1 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_L_kern_parenright1 + + parenright + bracketright + bracketright.cap + parenright.cap + + @MMK_L_kern_percent3 + + percent + + @MMK_L_kern_period3 + + ellipsis + period + + @MMK_L_kern_plus3 + + divide + plus + + @MMK_L_kern_question3 + + question + + @MMK_L_kern_questiondown3 + + questiondown + + @MMK_L_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_L_kern_quotedblright3 + + quotedblright + quoteright + quotesingle + quotedbl + + @MMK_L_kern_registered3 + + registered + + @MMK_L_kern_slash3 + + slash + + @MMK_L_kern_space3 + + space + + @MMK_L_kern_trade3 + + trademark + + @MMK_R_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_R_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_R_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_R_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_R_kernCap_questiondown3 + + questiondown.cap + + @MMK_R_kernLC_a2 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_R_kernLC_eth3 + + + @MMK_R_kernLC_f2 + + f + fi + fl + ff + ffi + ffl + + @MMK_R_kernLC_g3 + + g + + @MMK_R_kernLC_i2 + + dotlessi + i + iacute + icircumflex + idieresis + igrave + + @MMK_R_kernLC_j2 + + j + + @MMK_R_kernLC_l2 + + h + k + l + b + + @MMK_R_kernLC_n2 + + m + n + ntilde + p + r + + @MMK_R_kernLC_o2 + + c + ccedilla + d + e + eacute + ecircumflex + edieresis + egrave + o + oacute + ocircumflex + odieresis + ograve + otilde + q + + @MMK_R_kernLC_s2 + + s + + @MMK_R_kernLC_t2 + + t + + @MMK_R_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_kernLC_v3 + + v + w + + @MMK_R_kernLC_w3 + + + @MMK_R_kernLC_x3 + + x + + @MMK_R_kernLC_y3 + + y + yacute + ydieresis + + @MMK_R_kernLC_z3 + + z + + @MMK_R_kernLP_cent3 + + + @MMK_R_kernLP_dollar3 + + + @MMK_R_kernLP_eight3 + + + @MMK_R_kernLP_euro3 + + + @MMK_R_kernLP_five3 + + + @MMK_R_kernLP_florin3 + + + @MMK_R_kernLP_four3 + + + @MMK_R_kernLP_nine3 + + + @MMK_R_kernLP_numbersign3 + + numbersign + + @MMK_R_kernLP_one3 + + + @MMK_R_kernLP_seven3 + + + @MMK_R_kernLP_six3 + + + @MMK_R_kernLP_sterling3 + + + @MMK_R_kernLP_three3 + + + @MMK_R_kernLP_two3 + + + @MMK_R_kernLP_yen3 + + + @MMK_R_kernLP_zero3 + + + @MMK_R_kernOP_dollar3 + + + @MMK_R_kernOP_euro3 + + + @MMK_R_kernOP_five2 + + + @MMK_R_kernOP_four2 + + + @MMK_R_kernOP_nine2 + + + @MMK_R_kernOP_one2 + + + @MMK_R_kernOP_seven2 + + + @MMK_R_kernOP_three2 + + + @MMK_R_kernOP_two2 + + + @MMK_R_kernOP_yen3 + + + @MMK_R_kernOP_zero3 + + + @MMK_R_kernSup_a3 + + ordfeminine + + @MMK_R_kernSup_o2 + + ordmasculine + + @MMK_R_kernSuperior_eight3 + + + @MMK_R_kernSuperior_five3 + + + @MMK_R_kernSuperior_four3 + + + @MMK_R_kernSuperior_nine3 + + + @MMK_R_kernSuperior_one3 + + + @MMK_R_kernSuperior_seven3 + + + @MMK_R_kernSuperior_six3 + + + @MMK_R_kernSuperior_three3 + + + @MMK_R_kernSuperior_two3 + + + @MMK_R_kernSuperior_zero3 + + + @MMK_R_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_R_kern_AE2 + + + @MMK_R_kern_H2 + + B + D + E + Eacute + Ecircumflex + Edieresis + Egrave + F + H + I + Iacute + Icircumflex + Idieresis + Igrave + K + L + M + N + Ntilde + P + R + numero + + @MMK_R_kern_J2 + + J + + @MMK_R_kern_O2 + + C + Ccedilla + G + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_R_kern_S3 + + S + + @MMK_R_kern_T3 + + T + Th + + @MMK_R_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_kern_V3 + + V + + @MMK_R_kern_W3 + + W + + @MMK_R_kern_X3 + + X + + @MMK_R_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_R_kern_Z3 + + Z + + @MMK_R_kern_ampersand3 + + ampersand + + @MMK_R_kern_asterisk3 + + asterisk + + @MMK_R_kern_at3 + + at + + @MMK_R_kern_backslash3 + + backslash + + @MMK_R_kern_braceleft2 + + braceleft + braceleft.cap + + @MMK_R_kern_braceright2 + + braceright + braceright.cap + + @MMK_R_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_R_kern_colon3 + + colon + semicolon + + @MMK_R_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_R_kern_copyright3 + + copyright + + @MMK_R_kern_dagger3 + + dagger + + @MMK_R_kern_daggerdbl3 + + + @MMK_R_kern_degree3 + + degree + + @MMK_R_kern_equal3 + + equal + + @MMK_R_kern_exclam3 + + exclam + + @MMK_R_kern_exclamdown3 + + exclamdown + + @MMK_R_kern_fraction3 + + + @MMK_R_kern_greater3 + + greater + + @MMK_R_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_R_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_R_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_R_kern_less3 + + less + + @MMK_R_kern_notdef3 + + .notdef + + @MMK_R_kern_parenleft2 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_R_kern_parenright2 + + bracketright + bracketright.cap + parenright + parenright.cap + + @MMK_R_kern_percent3 + + percent + + @MMK_R_kern_period3 + + ellipsis + period + + @MMK_R_kern_plus3 + + divide + plus + + @MMK_R_kern_question3 + + question + + @MMK_R_kern_questiondown3 + + questiondown + + @MMK_R_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_R_kern_quotedblright3 + + quotedblright + quoteright + quotedbl + quotesingle + + @MMK_R_kern_registered3 + + registered + + @MMK_R_kern_slash3 + + slash + + @MMK_R_kern_space3 + + space + + @MMK_R_kern_trade3 + + trademark + + kern_punct + + comma + semicolon + colon + period + ellipsis + exclam + exclamdown + question + questiondown + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + slash + backslash + bullet + periodcentered + asterisk + dagger + daggerdbl + copyright + registered + published + trademark + servicemark + + kern_punct_sc + + ampersand.small + hyphen + guilsinglleft + guilsinglright + guillemotleft + guillemotright + endash + emdash + parenleft.small + parenright.small + bracketleft.small + bracketright.small + braceleft.small + braceright.small + at.small + + kern_punct_uc + + ampersand + hyphen.cap + guilsinglleft.cap + guilsinglright.cap + guillemotleft.cap + guillemotright.cap + endash.cap + emdash.cap + parenleft.cap + parenright.cap + bracketleft.cap + bracketright.cap + braceleft.cap + braceright.cap + at.cap + + kern_sc + + A.small + B.small + C.small + D.small + E.small + F.small + G.small + H.small + I.small + J.small + K.small + L.small + M.small + N.small + O.small + P.small + Q.small + R.small + S.small + T.small + U.small + V.small + W.small + X.small + Y.small + Z.small + Agrave.small + Aacute.small + Acircumflex.small + Atilde.small + Adieresis.small + Amacron.small + Abreve.small + Aring.small + Aringacute.small + Aogonek.small + AE.small + AEacute.small + Cacute.small + Ccircumflex.small + Ccaron.small + Cdotaccent.small + Ccedilla.small + Dcaron.small + Dcroat.small + Egrave.small + Eacute.small + Ecircumflex.small + Ecaron.small + Edieresis.small + Emacron.small + Ebreve.small + Edotaccent.small + Eogonek.small + Gcircumflex.small + Gbreve.small + Gdotaccent.small + Gcommaaccent.small + Hcircumflex.small + Hbar.small + Igrave.small + Iacute.small + Icircumflex.small + Itilde.small + Idieresis.small + Imacron.small + Ibreve.small + Iogonek.small + IJ.small + Jcircumflex.small + Kcommaaccent.small + Lacute.small + Lcaron.small + Lcommaaccent.small + Lslash.small + Ldot.small + Nacute.small + Ncaron.small + Ntilde.small + Ncommaaccent.small + Ograve.small + Oacute.small + Ocircumflex.small + Otilde.small + Odieresis.small + Omacron.small + Obreve.small + Ohungarumlaut.small + Oslash.small + Oslashacute.small + OE.small + Racute.small + Rcaron.small + Rcommaaccent.small + Sacute.small + Scircumflex.small + Scaron.small + Scedilla.small + Scommaaccent.small + Tcaron.small + Tcommaaccent.small + Tbar.small + Ugrave.small + Uacute.small + Ucircumflex.small + Utilde.small + Udieresis.small + Umacron.small + Ubreve.small + Uring.small + Uhungarumlaut.small + Uogonek.small + Wgrave.small + Wacute.small + Wcircumflex.small + Wdieresis.small + Ygrave.small + Yacute.small + Ycircumflex.small + Ydieresis.small + Zacute.small + Zcaron.small + Zdotaccent.small + Eng.small + Eth.small + Thorn.small + Schwa.small + + kern_uc + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + Agrave + Aacute + Acircumflex + Atilde + Adieresis + Amacron + Abreve + Aring + Aringacute + Aogonek + AE + AEacute + Cacute + Ccircumflex + Ccaron + Cdotaccent + Ccedilla + Dcaron + Dcroat + Egrave + Eacute + Ecircumflex + Ecaron + Edieresis + Emacron + Ebreve + Edotaccent + Eogonek + Gcircumflex + Gbreve + Gdotaccent + Gcommaaccent + Hcircumflex + Hbar + Igrave + Iacute + Icircumflex + Itilde + Idieresis + Imacron + Ibreve + Iogonek + IJ + Jcircumflex + Kcommaaccent + Lacute + Lcaron + Lcommaaccent + Lslash + Ldot + Nacute + Ncaron + Ntilde + Ncommaaccent + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + Omacron + Obreve + Ohungarumlaut + Oslash + Oslashacute + OE + Racute + Rcaron + Rcommaaccent + Sacute + Scircumflex + Scaron + Scedilla + Scommaaccent + Tcaron + Tcommaaccent + Tbar + Ugrave + Uacute + Ucircumflex + Utilde + Udieresis + Umacron + Ubreve + Uring + Uhungarumlaut + Uogonek + Wgrave + Wacute + Wcircumflex + Wdieresis + Ygrave + Yacute + Ycircumflex + Ydieresis + Zacute + Zcaron + Zdotaccent + Eng + Eth + Thorn + Schwa + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/kerning.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/kerning.plist new file mode 100755 index 0000000..018018c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/kerning.plist @@ -0,0 +1,1733 @@ + + + + + @MMK_L_kernCap_guillemotleft3 + + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernCap_guillemotright3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -40 + @MMK_R_kern_X3 + -50 + @MMK_R_kern_Y3 + -100 + @MMK_R_kern_Z3 + -40 + + @MMK_L_kernCap_hyphen3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernLC_a1 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -10 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_c1 + + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_e1 + + @MMK_R_kernLC_a2 + -10 + @MMK_R_kernLC_x3 + -10 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_f1 + + @MMK_R_kernLC_l2 + 20 + @MMK_R_kern_asterisk3 + 40 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_quotedblright3 + 20 + @MMK_R_kern_trade3 + 80 + + @MMK_L_kernLC_g1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_period3 + -40 + + @MMK_L_kernLC_germandbls1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + + @MMK_L_kernLC_k1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_l1 + + @MMK_R_kern_quotedblleft3 + -20 + + @MMK_L_kernLC_n1 + + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -60 + @MMK_R_kern_quotedblright3 + -60 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kernLC_o1 + + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_dagger3 + -20 + @MMK_R_kern_exclam3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_q1 + + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_r1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kernLC_s1 + + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kernLC_u3 + + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -40 + + @MMK_L_kernLC_v3 + + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_dagger3 + 10 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_x3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_hyphen3 + -40 + + @MMK_L_kernLC_y3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -80 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernSup_o1 + + four + -40 + seven + -40 + + @MMK_L_kernSuperior_seven3 + + @MMK_R_kernSuperior_zero3 + -40 + + @MMK_L_kernSuperior_zero3 + + @MMK_R_kernSuperior_seven3 + -40 + + @MMK_L_kern_A3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -60 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -70 + @MMK_R_kern_U3 + -60 + @MMK_R_kern_V3 + -120 + @MMK_R_kern_W3 + -90 + @MMK_R_kern_Y3 + -120 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -80 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kern_B1 + + @MMK_R_kernCap_guillemotleft3 + 40 + @MMK_R_kernCap_guillemotright3 + 40 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_C1 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -20 + @MMK_R_kern_comma3 + -20 + + @MMK_L_kern_F1 + + @MMK_R_kernLC_a2 + -60 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -80 + @MMK_R_kernLC_n2 + -40 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -80 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_at3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -100 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_G1 + + @MMK_R_kern_Y3 + -20 + + @MMK_L_kern_H1 + + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + + @MMK_L_kern_J1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -60 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_K1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -80 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_ampersand3 + -20 + @MMK_R_kern_asterisk3 + -20 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_dagger3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblright3 + -40 + @MMK_R_kern_registered3 + -40 + + @MMK_L_kern_L1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -80 + @MMK_R_kern_U3 + -40 + @MMK_R_kern_V3 + -120 + @MMK_R_kern_W3 + -100 + @MMK_R_kern_Y3 + -120 + @MMK_R_kern_asterisk3 + -60 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -80 + @MMK_R_kern_quotedblright3 + -120 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_N1 + + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -20 + + @MMK_L_kern_O1 + + @MMK_R_kernCap_guillemotleft3 + 20 + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_T3 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_P1 + + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -60 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_R1 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_T3 + -30 + @MMK_R_kern_U3 + -60 + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_S3 + + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_T3 + + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -80 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -80 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -60 + @MMK_R_kernLC_u3 + -100 + @MMK_R_kernLC_v3 + -120 + @MMK_R_kernLC_x3 + -120 + @MMK_R_kernLC_y3 + -120 + @MMK_R_kernLC_z3 + -120 + @MMK_R_kern_A3 + -80 + @MMK_R_kern_AE2 + -110 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -100 + + @MMK_L_kern_U3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_period3 + -80 + + @MMK_L_kern_V3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -100 + @MMK_R_kernLC_eth3 + -60 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -100 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -100 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_x3 + -100 + @MMK_R_kernLC_y3 + -100 + @MMK_R_kernLC_z3 + -120 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -40 + @MMK_R_kern_ampersand3 + -60 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -60 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -170 + @MMK_R_kern_registered3 + -40 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_W3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -20 + @MMK_R_kernLC_a2 + -110 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -60 + @MMK_R_kernLC_g3 + -120 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -110 + @MMK_R_kernLC_s2 + -80 + @MMK_R_kernLC_t2 + -60 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -60 + @MMK_R_kernLC_x3 + -80 + @MMK_R_kernLC_y3 + -60 + @MMK_R_kernLC_z3 + -100 + @MMK_R_kern_A3 + -90 + @MMK_R_kern_AE2 + -90 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_period3 + -120 + + @MMK_L_kern_X3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -80 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -20 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -80 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblleft3 + -40 + + @MMK_L_kern_Y3 + + @MMK_R_kernCap_guillemotleft3 + -80 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -140 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -140 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -120 + @MMK_R_kernLC_o2 + -160 + @MMK_R_kernLC_s2 + -120 + @MMK_R_kernLC_t2 + -120 + @MMK_R_kernLC_u3 + -120 + @MMK_R_kernLC_v3 + -140 + @MMK_R_kernLC_x3 + -140 + @MMK_R_kernLC_y3 + -120 + @MMK_R_kernLC_z3 + -140 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -60 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_ampersand3 + -40 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_colon3 + -80 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_copyright3 + -60 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_registered3 + -60 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_Z3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_T3 + -20 + + @MMK_L_kern_ampersand3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_at3 + + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_backslash3 + + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -80 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -80 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_braceleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_bullet3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -80 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_colon3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -80 + seven + -20 + + @MMK_L_kern_comma3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -160 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -120 + seven + -30 + zero + -20 + + @MMK_L_kern_copyright3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_dagger3 + + @MMK_R_kernLC_y3 + 10 + @MMK_R_kernLC_z3 + -20 + + @MMK_L_kern_degree3 + + five + -40 + four + -40 + zero + -20 + + @MMK_L_kern_equal3 + + five + -20 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_greater3 + + eight + -20 + five + -40 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_guillemotleft3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + + @MMK_L_kern_guillemotright3 + + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kern_hyphen3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -60 + five + -40 + nine + -20 + one + -40 + seven + -60 + three + -40 + two + -40 + + @MMK_L_kern_parenleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_percent3 + + five + -20 + seven + -40 + three + -20 + two + -20 + + @MMK_L_kern_period3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -170 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_Y3 + -160 + seven + -20 + zero + -20 + + @MMK_L_kern_plus3 + + five + -40 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_question3 + + @MMK_R_kern_A3 + -40 + + @MMK_L_kern_questiondown3 + + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_l2 + -40 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_quotedblleft3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_J2 + -60 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_quotedblright3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_registered3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_slash3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -40 + four + -20 + + cent + + five + -20 + three + -20 + + dollar + + five + -20 + three + -20 + + eight + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kern_less3 + -20 + @MMK_R_kern_slash3 + -20 + five + -40 + nine + -10 + one + -20 + seven + -20 + three + -20 + two + -10 + yen + -40 + + five + + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_slash3 + -40 + five + -20 + seven + -20 + three + -10 + two + -20 + + four + + five + -20 + three + -10 + + nine + + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -60 + five + -20 + seven + -20 + three + -10 + yen + -40 + + numbersign + + five + -20 + three + -20 + + one + + @MMK_R_kernLP_numbersign3 + -20 + @MMK_R_kernSup_a3 + -40 + @MMK_R_kernSup_o2 + -40 + @MMK_R_kern_degree3 + -40 + @MMK_R_kern_equal3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_less3 + -40 + @MMK_R_kern_percent3 + -20 + @MMK_R_kern_plus3 + -40 + Euro + -20 + cent + -20 + eight + -10 + five + -40 + four + -40 + nine + -20 + seven + -40 + six + -20 + three + -20 + two + -20 + yen + -40 + + seven + + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_equal3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_less3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_plus3 + -40 + @MMK_R_kern_slash3 + -60 + five + -40 + four + -40 + nine + -20 + one + -20 + six + -20 + sterling + -20 + three + -10 + two + -10 + zero + -10 + + six + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_percent3 + -20 + @MMK_R_kern_slash3 + -20 + five + -20 + nine + -10 + one + -20 + seven + -20 + three + -20 + two + -10 + + three + + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -40 + five + -20 + one + -10 + seven + -20 + three + -20 + two + -10 + + two + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -40 + @MMK_R_kern_less3 + -20 + five + -10 + seven + -20 + yen + -40 + + yen + + eight + -40 + five + -40 + six + -40 + three + -10 + zero + -20 + + zero + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_slash3 + -40 + five + -40 + nine + -10 + seven + -20 + three + -20 + two + -10 + yen + -20 + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/lib.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/lib.plist new file mode 100755 index 0000000..0136175 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/lib.plist @@ -0,0 +1,748 @@ + + + + + com.typemytype.robofont.background.layerStrokeColor + + 0.0 + 0.8 + 0.2 + 0.7 + + com.typemytype.robofont.compileSettings.MacRomanFirst + 1 + com.typemytype.robofont.compileSettings.autohint + 1 + com.typemytype.robofont.compileSettings.checkOutlines + 1 + com.typemytype.robofont.compileSettings.createDummyDSIG + + com.typemytype.robofont.compileSettings.decompose + 1 + com.typemytype.robofont.compileSettings.generateFormat + 0 + com.typemytype.robofont.compileSettings.path + /Users/lucas/Desktop/typographie/50_custom-fonts/IKOB/50 otf/_update/happy-times-NG_bold_master.otf + com.typemytype.robofont.compileSettings.releaseMode + 1 + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 722 + y + 1375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 194 + y + -440 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 54 + y + 1134 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 73 + y + 1355 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 193 + y + 510 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + ascender + x + 38 + y + 750 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 232 + y + -10 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 168 + y + 760 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 291 + y + 476 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 58 + y + 34 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + UC_mid + showMeasurements + 1 + x + 423 + y + 375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + LC_mid + showMeasurements + 1 + x + 322 + y + 255 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 185 + y + -260 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + LC_top + showMeasurements + 1 + x + 279 + y + 520 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + num + showMeasurements + 1 + x + 26 + y + 312 + + + com.typemytype.robofont.italicSlantOffset + 0 + com.typemytype.robofont.layerOrder + + mask + background + + com.typemytype.robofont.mask.layerStrokeColor + + 1.0 + 0.75 + 0.0 + 0.7 + + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.shouldAddPointsInSplineConversion + 0 + com.typemytype.robofont.sort + + + ascending + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + type + glyphList + + + public.glyphOrder + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/metainfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/metainfo.plist new file mode 100755 index 0000000..f5ec4e5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_bold_master.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + org.robofab.ufoLib + formatVersion + 2 + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/features.fea b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/features.fea new file mode 100755 index 0000000..c923aec --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/features.fea @@ -0,0 +1 @@ +include(features.fea) \ No newline at end of file diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/fontinfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/fontinfo.plist new file mode 100755 index 0000000..e729a32 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/fontinfo.plist @@ -0,0 +1,151 @@ + + + + + ascender + 750 + capHeight + 750 + copyright + Copyright (c) 2016 by Lucas Le Bihan. All rights reserved. + descender + -250 + familyName + Happy Times at the IKOB New Game Plus Edition + italicAngle + -16.0 + openTypeHheaAscender + 984 + openTypeHheaDescender + -273 + openTypeHheaLineGap + 0 + openTypeNameDesigner + Lucas Le Bihan + openTypeNameDesignerURL + www.lucaslebihan.fr + openTypeNameLicense + Open Font License + openTypeNameLicenseURL + https://fontforge.github.io/OFL-fr.html + openTypeNameManufacturer + Lucas Le Bihan + openTypeOS2CodePageRanges + + 0 + + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Panose + + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + openTypeOS2StrikeoutPosition + 300 + openTypeOS2StrikeoutSize + 34 + openTypeOS2Type + + 2 + + openTypeOS2TypoLineGap + 0 + openTypeOS2UnicodeRanges + + 0 + + openTypeOS2VendorID + bret + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 984 + openTypeOS2WinDescent + 273 + postscriptBlueValues + + -250 + -240 + -10 + 0 + 510 + 510 + 750 + 760 + + postscriptDefaultWidthX + 500 + postscriptFamilyBlues + + -250 + -240 + -10 + 0 + 500 + 510 + 750 + 760 + + postscriptFamilyOtherBlues + + + postscriptForceBold + + postscriptOtherBlues + + + postscriptStemSnapH + + 40 + 45 + 65 + 30 + 55 + 60 + + postscriptStemSnapV + + 105 + 100 + 125 + 75 + 110 + + postscriptUnderlinePosition + -120 + postscriptUnderlineThickness + 34 + styleMapFamilyName + Happy Times at the IKOB New Game Plus Edition + styleMapStyleName + italic + styleName + Italic + trademark + Happy Times at the IKOB is a trademark of Lucas Le Bihan. + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 500 + year + 2016 + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/AE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/AE_.glif new file mode 100755 index 0000000..a2b75ce --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/AE_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/A_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/A_.glif new file mode 100755 index 0000000..817f997 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/A_.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aacute_.glif new file mode 100755 index 0000000..e389e98 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Acircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 0000000..ed50146 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Adieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Adieresis_.glif new file mode 100755 index 0000000..03f827d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Agrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Agrave_.glif new file mode 100755 index 0000000..08e3f4a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Agrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aring_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aring_.glif new file mode 100755 index 0000000..01b0967 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Aring_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Atilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Atilde_.glif new file mode 100755 index 0000000..70adc09 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Atilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/B_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/B_.glif new file mode 100755 index 0000000..f30d4a9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/B_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/CR_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/CR_.glif new file mode 100755 index 0000000..ac5d442 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/CR_.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/C_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/C_.glif new file mode 100755 index 0000000..f34f480 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/C_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ccedilla_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 0000000..926f6de --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/D_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/D_.glif new file mode 100755 index 0000000..a8435c6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/D_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/E_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/E_.glif new file mode 100755 index 0000000..5bb1309 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/E_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Eacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Eacute_.glif new file mode 100755 index 0000000..ee60e03 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Eacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ecircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 0000000..e2a86a9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Edieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Edieresis_.glif new file mode 100755 index 0000000..d975e3c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Egrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Egrave_.glif new file mode 100755 index 0000000..5f8d07e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Egrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Euro_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Euro_.glif new file mode 100755 index 0000000..9d2fe09 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Euro_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/F_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/F_.glif new file mode 100755 index 0000000..3447cd2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/F_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/G_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/G_.glif new file mode 100755 index 0000000..e3be9c6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/G_.glif @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + com.typemytype.robofont.layerData + + background + + anchors + + + name + top + x + 597.7640254904009 + y + 759.0 + + + name + bottom + x + 452.76402549040085 + y + -10.0 + + + components + + + contours + + + points + + + segmentType + curve + smooth + + x + 801.7640254904009 + y + 190 + + + segmentType + line + smooth + + x + 780.7640254904009 + y + 218 + + + smooth + + x + 696.7640254904009 + y + 126 + + + smooth + + x + 604.7640254904009 + y + 50 + + + segmentType + curve + smooth + + x + 464.76402549040085 + y + 50 + + + smooth + + x + 337.76402549040085 + y + 50 + + + smooth + + x + 269.76402549040085 + y + 141 + + + segmentType + curve + smooth + + x + 269.76402549040085 + y + 285 + + + smooth + + x + 269.76402549040085 + y + 506 + + + smooth + + x + 425.76402549040085 + y + 710 + + + segmentType + curve + smooth + + x + 655.7640254904009 + y + 710 + + + smooth + + x + 751.7640254904009 + y + 710 + + + smooth + + x + 845.7640254904009 + y + 667 + + + segmentType + curve + smooth + + x + 845.7640254904009 + y + 571 + + + smooth + + x + 845.7640254904009 + y + 557 + + + smooth + + x + 843.7640254904009 + y + 543 + + + segmentType + curve + smooth + + x + 840.7640254904009 + y + 528 + + + segmentType + line + smooth + + x + 830.7640254904009 + y + 488 + + + segmentType + line + smooth + + x + 868.7640254904009 + y + 488 + + + segmentType + line + smooth + + x + 933.7640254904009 + y + 750 + + + smooth + + x + 933.7640254904009 + y + 750 + + + smooth + + x + 895.7640254904009 + y + 750 + + + segmentType + curve + smooth + + x + 895.7640254904009 + y + 750 + + + segmentType + line + smooth + + x + 884.7640254904009 + y + 706 + + + segmentType + line + smooth + + x + 873.7640254904009 + y + 706 + + + smooth + + x + 851.7640254904009 + y + 720 + + + smooth + + x + 770.7640254904009 + y + 760 + + + segmentType + curve + smooth + + x + 662.7640254904009 + y + 760 + + + smooth + + x + 380.76402549040085 + y + 760 + + + smooth + + x + 146.76402549040085 + y + 514 + + + segmentType + curve + smooth + + x + 146.76402549040085 + y + 265 + + + smooth + + x + 146.76402549040085 + y + 80 + + + smooth + + x + 253.76402549040085 + y + -10 + + + segmentType + curve + smooth + + x + 426.76402549040085 + y + -10 + + + smooth + + x + 597.7640254904009 + y + -10 + + + smooth + + x + 708.7640254904009 + y + 86 + + + + + lib + + com.typemytype.robofont.layerData + + backgroud + + anchors + + + components + + + contours + + + lib + + + name + C + unicodes + + + width + 771.5183767058265 + + background + + anchors + + + components + + + contours + + + lib + + + name + C + unicodes + + + width + 771.5183767058265 + + mask + + anchors + + + components + + + contours + + + lib + + + name + C + unicodes + + + width + 771.5183767058265 + + + + name + G + unicodes + + + width + 847.8005319280758 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/H_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/H_.glif new file mode 100755 index 0000000..5a2a61b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/H_.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/I_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/I_.glif new file mode 100755 index 0000000..27b5de6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/I_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Iacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Iacute_.glif new file mode 100755 index 0000000..b1feb13 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Iacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Icircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 0000000..9a58f39 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Idieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Idieresis_.glif new file mode 100755 index 0000000..1cf96d9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Igrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Igrave_.glif new file mode 100755 index 0000000..a69bb4d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Igrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/J_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/J_.glif new file mode 100755 index 0000000..be5575e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/J_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/K_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/K_.glif new file mode 100755 index 0000000..98f661b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/K_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/L_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/L_.glif new file mode 100755 index 0000000..33df015 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/L_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/M_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/M_.glif new file mode 100755 index 0000000..e703e6c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/M_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/N_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/N_.glif new file mode 100755 index 0000000..c758b57 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/N_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ntilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ntilde_.glif new file mode 100755 index 0000000..91a6c0d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/OE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/OE_.glif new file mode 100755 index 0000000..7f15068 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/OE_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/O_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/O_.glif new file mode 100755 index 0000000..a652c58 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/O_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oacute_.glif new file mode 100755 index 0000000..0b516e6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ocircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 0000000..c3f16cf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Odieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Odieresis_.glif new file mode 100755 index 0000000..4457e06 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ograve_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ograve_.glif new file mode 100755 index 0000000..c3a2eed --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ograve_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oslash_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oslash_.glif new file mode 100755 index 0000000..daab756 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Oslash_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Otilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Otilde_.glif new file mode 100755 index 0000000..474ae9f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Otilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/P_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/P_.glif new file mode 100755 index 0000000..d8e71e9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/P_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Q_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Q_.glif new file mode 100755 index 0000000..87be250 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Q_.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/R_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/R_.glif new file mode 100755 index 0000000..78a6856 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/R_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/S_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/S_.glif new file mode 100755 index 0000000..0f64969 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/S_.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/T_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/T_.glif new file mode 100755 index 0000000..bc98702 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/T_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Th_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Th_.glif new file mode 100755 index 0000000..57e9b01 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Th_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/U_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/U_.glif new file mode 100755 index 0000000..88e3f7d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/U_.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Uacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Uacute_.glif new file mode 100755 index 0000000..1166388 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Uacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ucircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 0000000..248e172 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Udieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Udieresis_.glif new file mode 100755 index 0000000..31cf94c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ugrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ugrave_.glif new file mode 100755 index 0000000..c833745 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/V_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/V_.glif new file mode 100755 index 0000000..0791d5f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/V_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/W_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/W_.glif new file mode 100755 index 0000000..c3e124e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/W_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/X_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/X_.glif new file mode 100755 index 0000000..718d92b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/X_.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Y_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Y_.glif new file mode 100755 index 0000000..46eb4e8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Y_.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Yacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Yacute_.glif new file mode 100755 index 0000000..8710455 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Yacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ydieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 0000000..c6e4d67 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Z_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Z_.glif new file mode 100755 index 0000000..bb4acd9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/Z_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_notdef.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_notdef.glif new file mode 100755 index 0000000..d2e2c79 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_null.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_null.glif new file mode 100755 index 0000000..f2a1616 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/a.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/a.glif new file mode 100755 index 0000000..4de4571 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/a.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 581 + y + 258 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 770 + y + 849 + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 422 + y + 400 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aacute.glif new file mode 100755 index 0000000..7b3b3c5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acircumflex.glif new file mode 100755 index 0000000..7738683 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acute.glif new file mode 100755 index 0000000..26a5d10 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/acute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/adieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/adieresis.glif new file mode 100755 index 0000000..81640ee --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/adieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ae.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ae.glif new file mode 100755 index 0000000..fe00ed0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ae.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/agrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/agrave.glif new file mode 100755 index 0000000..1bb1fcf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/agrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ampersand.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ampersand.glif new file mode 100755 index 0000000..1b77e9e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ampersand.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aring.glif new file mode 100755 index 0000000..c887d9c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/aring.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciicircum.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciicircum.glif new file mode 100755 index 0000000..dac90cf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciicircum.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciitilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciitilde.glif new file mode 100755 index 0000000..111e4ba --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asciitilde.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asterisk.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asterisk.glif new file mode 100755 index 0000000..17fb206 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/asterisk.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/at.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/at.glif new file mode 100755 index 0000000..5082ef5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/at.glif @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 688 + y + 157 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/atilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/atilde.glif new file mode 100755 index 0000000..a6af469 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/atilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/b.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/b.glif new file mode 100755 index 0000000..053c626 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/b.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/backslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/backslash.glif new file mode 100755 index 0000000..505613a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/backslash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bar.glif new file mode 100755 index 0000000..e58f1be --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bar.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.cap.glif new file mode 100755 index 0000000..b28a690 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.glif new file mode 100755 index 0000000..9d901cb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceleft.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.cap.glif new file mode 100755 index 0000000..e757e14 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.glif new file mode 100755 index 0000000..3d32138 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/braceright.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.cap.glif new file mode 100755 index 0000000..19e2c8d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.glif new file mode 100755 index 0000000..a215ed9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketleft.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.cap.glif new file mode 100755 index 0000000..a961fe7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.glif new file mode 100755 index 0000000..9b23565 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bracketright.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/brokenbar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/brokenbar.glif new file mode 100755 index 0000000..ebd255a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/brokenbar.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bullet.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bullet.glif new file mode 100755 index 0000000..46ff3a1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/bullet.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/c.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/c.glif new file mode 100755 index 0000000..55df7e3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/c.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ccedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ccedilla.glif new file mode 100755 index 0000000..f558cae --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ccedilla.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cedilla.glif new file mode 100755 index 0000000..8976fdb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cedilla.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cent.glif new file mode 100755 index 0000000..83d32a3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/cent.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 532 + y + 1575 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/circumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/circumflex.glif new file mode 100755 index 0000000..91461b7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/circumflex.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/colon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/colon.glif new file mode 100755 index 0000000..df5d3b6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/colon.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/comma.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/comma.glif new file mode 100755 index 0000000..1605cdc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/comma.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/contents.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/contents.plist new file mode 100755 index 0000000..cdc24d4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/contents.plist @@ -0,0 +1,458 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + AE + AE_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + Ccedilla + Ccedilla_.glif + D + D_.glif + E + E_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Egrave + Egrave_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Igrave + Igrave_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Oslash + Oslash_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + Th + Th_.glif + U + U_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ydieresis + Ydieresis_.glif + Z + Z_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + agrave + agrave.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceleft.cap + braceleft.cap.glif + braceright + braceright.glif + braceright.cap + braceright.cap.glif + bracketleft + bracketleft.glif + bracketleft.cap + bracketleft.cap.glif + bracketright + bracketright.glif + bracketright.cap + bracketright.cap.glif + brokenbar + brokenbar.glif + bullet + bullet.glif + c + c.glif + ccedilla + ccedilla.glif + cedilla + cedilla.glif + cent + cent.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dagger + dagger.glif + degree + degree.glif + dieresis + dieresis.glif + divide + divide.glif + dollar + dollar.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + egrave + egrave.glif + eight + eight.glif + ellipsis + ellipsis.glif + emdash + emdash.glif + emdash.cap + emdash.cap.glif + endash + endash.glif + endash.cap + endash.cap.glif + equal + equal.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + exclamdown.cap + exclamdown.cap.glif + f + f.glif + ff + ff.glif + ffi + ffi.glif + ffl + ffl.glif + fi + fi.glif + five + five.glif + fl + fl.glif + four + four.glif + g + g.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + guillemotleft + guillemotleft.glif + guillemotleft.cap + guillemotleft.cap.glif + guillemotright + guillemotright.glif + guillemotright.cap + guillemotright.cap.glif + guilsinglleft + guilsinglleft.glif + guilsinglleft.cap + guilsinglleft.cap.glif + guilsinglright + guilsinglright.glif + guilsinglright.cap + guilsinglright.cap.glif + h + h.glif + hyphen + hyphen.glif + hyphen.cap + hyphen.cap.glif + i + i.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + minus + minus.glif + multiply + multiply.glif + n + n.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + numero + numero.glif + o + o.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ograve + ograve.glif + one + one.glif + ordfeminine + ordfeminine.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + otilde + otilde.glif + p + p.glif + paragraph + paragraph.glif + parenleft + parenleft.glif + parenleft.cap + parenleft.cap.glif + parenright + parenright.glif + parenright.cap + parenright.cap.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + periodcentered.cap + periodcentered.cap.glif + plus + plus.glif + plusminus + plusminus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + questiondown.cap + questiondown.cap.glif + quotedbl + quotedbl.glif + quotedblbase + quotedblbase.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + section + section.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + sterling + sterling.glif + t + t.glif + thinspace + thinspace.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + underscore + underscore.glif + v + v.glif + velvetyne + velvetyne.glif + w + w.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + yen + yen.glif + z + z.glif + zero + zero.glif + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/copyright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/copyright.glif new file mode 100755 index 0000000..a208b71 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/copyright.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/d.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/d.glif new file mode 100755 index 0000000..021a400 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/d.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 619 + y + 258 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 783 + y + 849 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dagger.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dagger.glif new file mode 100755 index 0000000..7dd1550 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dagger.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/degree.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/degree.glif new file mode 100755 index 0000000..504e72e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/degree.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dieresis.glif new file mode 100755 index 0000000..5dbdd89 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dieresis.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/divide.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/divide.glif new file mode 100755 index 0000000..cd945c8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/divide.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dollar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dollar.glif new file mode 100755 index 0000000..6bd57ef --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dollar.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dotlessi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dotlessi.glif new file mode 100755 index 0000000..8c8fe8d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/dotlessi.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 130 + y + 333 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/e.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/e.glif new file mode 100755 index 0000000..f9e2c94 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/e.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 271 + y + 491 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eacute.glif new file mode 100755 index 0000000..bf7a232 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ecircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ecircumflex.glif new file mode 100755 index 0000000..5470b4e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/edieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/edieresis.glif new file mode 100755 index 0000000..908d065 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/edieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/egrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/egrave.glif new file mode 100755 index 0000000..ad3bba7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/egrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eight.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eight.glif new file mode 100755 index 0000000..88f937b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/eight.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ellipsis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ellipsis.glif new file mode 100755 index 0000000..bc599df --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ellipsis.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.cap.glif new file mode 100755 index 0000000..acc8405 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.glif new file mode 100755 index 0000000..354789f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/emdash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.cap.glif new file mode 100755 index 0000000..73327fb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.glif new file mode 100755 index 0000000..103d7bf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/endash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/equal.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/equal.glif new file mode 100755 index 0000000..416bad0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/equal.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclam.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclam.glif new file mode 100755 index 0000000..dbd9963 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclam.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.cap.glif new file mode 100755 index 0000000..0874fe8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.glif new file mode 100755 index 0000000..5365f9c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/exclamdown.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/f.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/f.glif new file mode 100755 index 0000000..92bf51a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/f.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ff.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ff.glif new file mode 100755 index 0000000..d998376 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ff.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffi.glif new file mode 100755 index 0000000..71c0747 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffi.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffl.glif new file mode 100755 index 0000000..b83442a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ffl.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fi.glif new file mode 100755 index 0000000..b63f4aa --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fi.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/five.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/five.glif new file mode 100755 index 0000000..64321a3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/five.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fl.glif new file mode 100755 index 0000000..e5281cd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/fl.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/four.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/four.glif new file mode 100755 index 0000000..99a7159 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/four.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/g.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/g.glif new file mode 100755 index 0000000..ea65d7e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/g.glif @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 305 + y + 317 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 154 + y + 19 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/germandbls.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/germandbls.glif new file mode 100755 index 0000000..bfaa421 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/germandbls.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/grave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/grave.glif new file mode 100755 index 0000000..c013ded --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/grave.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/greater.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/greater.glif new file mode 100755 index 0000000..bc2468b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/greater.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.cap.glif new file mode 100755 index 0000000..035599a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.glif new file mode 100755 index 0000000..6b09339 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotleft.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.cap.glif new file mode 100755 index 0000000..7238501 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.glif new file mode 100755 index 0000000..0496c47 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guillemotright.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.cap.glif new file mode 100755 index 0000000..ef8915c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.glif new file mode 100755 index 0000000..50b8827 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.cap.glif new file mode 100755 index 0000000..f0aedd8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.glif new file mode 100755 index 0000000..eeb7869 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/h.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/h.glif new file mode 100755 index 0000000..fdda0d8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/h.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.cap.glif new file mode 100755 index 0000000..247b79f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.glif new file mode 100755 index 0000000..53bcbdc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/hyphen.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/i.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/i.glif new file mode 100755 index 0000000..cd652f1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/i.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 130 + y + 333 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/iacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/iacute.glif new file mode 100755 index 0000000..00fa401 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/iacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/icircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/icircumflex.glif new file mode 100755 index 0000000..1206f02 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/icircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/idieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/idieresis.glif new file mode 100755 index 0000000..2f8ed81 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/idieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/igrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/igrave.glif new file mode 100755 index 0000000..7250426 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/igrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/j.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/j.glif new file mode 100755 index 0000000..f141f38 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/j.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 266 + y + 997 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/k.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/k.glif new file mode 100755 index 0000000..dfe5ec3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/k.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 336 + y + 473 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/l.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/l.glif new file mode 100755 index 0000000..4dbf332 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/l.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/less.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/less.glif new file mode 100755 index 0000000..df5b723 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/less.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/m.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/m.glif new file mode 100755 index 0000000..d808971 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/m.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/minus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/minus.glif new file mode 100755 index 0000000..61bb505 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/minus.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/multiply.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/multiply.glif new file mode 100755 index 0000000..f0c230f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/multiply.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/n.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/n.glif new file mode 100755 index 0000000..ca2816f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/n.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/nine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/nine.glif new file mode 100755 index 0000000..9011e46 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/nine.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ntilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ntilde.glif new file mode 100755 index 0000000..69bcd29 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ntilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numbersign.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numbersign.glif new file mode 100755 index 0000000..817a3b3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numbersign.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numero.glif new file mode 100755 index 0000000..a6e1aca --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/numero.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1508 + y + 780 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 2151 + y + 751 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/o.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/o.glif new file mode 100755 index 0000000..b06e725 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/o.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 384.7668607735337 + y + 354.89905840084884 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oacute.glif new file mode 100755 index 0000000..c0373c9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ocircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ocircumflex.glif new file mode 100755 index 0000000..6dcee83 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/odieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/odieresis.glif new file mode 100755 index 0000000..ad5d805 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/odieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oe.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oe.glif new file mode 100755 index 0000000..ceea5c5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oe.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ograve.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ograve.glif new file mode 100755 index 0000000..ce319b6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ograve.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/one.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/one.glif new file mode 100755 index 0000000..ee76c4b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/one.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordfeminine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordfeminine.glif new file mode 100755 index 0000000..084d334 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordfeminine.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordmasculine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordmasculine.glif new file mode 100755 index 0000000..9d963ad --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oslash.glif new file mode 100755 index 0000000..5d7c06c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/oslash.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/otilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/otilde.glif new file mode 100755 index 0000000..db01520 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/otilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/p.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/p.glif new file mode 100755 index 0000000..75e9ede --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/p.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 82 + y + 188 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/paragraph.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/paragraph.glif new file mode 100755 index 0000000..dc64b84 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/paragraph.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.cap.glif new file mode 100755 index 0000000..f082506 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.glif new file mode 100755 index 0000000..ea898cb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenleft.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.cap.glif new file mode 100755 index 0000000..a7e2ce1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.glif new file mode 100755 index 0000000..54020da --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/parenright.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/percent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/percent.glif new file mode 100755 index 0000000..4e35c5a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/percent.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/period.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/period.glif new file mode 100755 index 0000000..1c1d590 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/period.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.cap.glif new file mode 100755 index 0000000..730c3de --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.glif new file mode 100755 index 0000000..6c739f9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/periodcentered.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plus.glif new file mode 100755 index 0000000..d28f921 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plus.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plusminus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plusminus.glif new file mode 100755 index 0000000..5babc93 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/plusminus.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/q.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/q.glif new file mode 100755 index 0000000..f7418bb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/q.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/question.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/question.glif new file mode 100755 index 0000000..ca6dd4b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/question.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.cap.glif new file mode 100755 index 0000000..baf3c50 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.glif new file mode 100755 index 0000000..9ff3885 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/questiondown.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedbl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedbl.glif new file mode 100755 index 0000000..e98362e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedbl.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblbase.glif new file mode 100755 index 0000000..852de17 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblleft.glif new file mode 100755 index 0000000..3bb9fc6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblright.glif new file mode 100755 index 0000000..2160efb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotedblright.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteleft.glif new file mode 100755 index 0000000..4e0344d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteright.glif new file mode 100755 index 0000000..ba461d3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quoteright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesinglbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesinglbase.glif new file mode 100755 index 0000000..e62e63f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesingle.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesingle.glif new file mode 100755 index 0000000..383d5c7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/quotesingle.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/r.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/r.glif new file mode 100755 index 0000000..adb0f64 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/r.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 371 + y + 426 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/registered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/registered.glif new file mode 100755 index 0000000..5198fb3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/registered.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ring.glif new file mode 100755 index 0000000..af9f59c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ring.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/s.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/s.glif new file mode 100755 index 0000000..3fa3be4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/s.glif @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 117.06814236111109 + y + 234.89204764660508 + + + angle + 74.0 + isGlobal + + magnetic + 5 + name + + x + 390.3393614969135 + y + 185.1103153935187 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/section.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/section.glif new file mode 100755 index 0000000..0a3d6a2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/section.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/semicolon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/semicolon.glif new file mode 100755 index 0000000..ec1729f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/semicolon.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/seven.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/seven.glif new file mode 100755 index 0000000..d72b9bc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/seven.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/six.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/six.glif new file mode 100755 index 0000000..a2e11d9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/six.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/slash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/slash.glif new file mode 100755 index 0000000..5acd7cf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/slash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/space.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/space.glif new file mode 100755 index 0000000..91db20e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/sterling.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/sterling.glif new file mode 100755 index 0000000..02181a0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/sterling.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/t.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/t.glif new file mode 100755 index 0000000..b77839a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/t.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/thinspace.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/thinspace.glif new file mode 100755 index 0000000..0a9f409 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/thinspace.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/three.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/three.glif new file mode 100755 index 0000000..36b1a04 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/three.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/tilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/tilde.glif new file mode 100755 index 0000000..efe7d12 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/tilde.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/trademark.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/trademark.glif new file mode 100755 index 0000000..ac6e599 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/trademark.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/two.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/two.glif new file mode 100755 index 0000000..f512a07 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/two.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/u.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/u.glif new file mode 100755 index 0000000..050d51e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/u.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/uacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/uacute.glif new file mode 100755 index 0000000..3c948a1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/uacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ucircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ucircumflex.glif new file mode 100755 index 0000000..999d85a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/udieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/udieresis.glif new file mode 100755 index 0000000..763b4d5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/udieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ugrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ugrave.glif new file mode 100755 index 0000000..c827e86 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ugrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/underscore.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/underscore.glif new file mode 100755 index 0000000..48fb10e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/v.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/v.glif new file mode 100755 index 0000000..7cadf4a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/v.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 514 + y + 218 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/velvetyne.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/velvetyne.glif new file mode 100755 index 0000000..89291ae --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/velvetyne.glif @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/w.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/w.glif new file mode 100755 index 0000000..3e8221b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/w.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 502 + y + 302 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/x.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/x.glif new file mode 100755 index 0000000..531556d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/x.glif @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 304 + y + 357 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 446.08593749999966 + y + 115.99218749999977 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/y.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/y.glif new file mode 100755 index 0000000..ea2be17 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/y.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 382 + y + -54 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yacute.glif new file mode 100755 index 0000000..b11f2be --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ydieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ydieresis.glif new file mode 100755 index 0000000..9636745 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/ydieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yen.glif new file mode 100755 index 0000000..4caa908 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/yen.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/z.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/z.glif new file mode 100755 index 0000000..31ab51c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/z.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 598 + y + 749 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 83 + y + 170 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/zero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/zero.glif new file mode 100755 index 0000000..a07e12a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/glyphs/zero.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/groups.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/groups.plist new file mode 100755 index 0000000..30891c8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/groups.plist @@ -0,0 +1,1427 @@ + + + + + @MMK_L_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_L_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_L_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_L_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_L_kernCap_questiondown3 + + questiondown.cap + + @MMK_L_kernLC_a1 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_kernLC_c1 + + c + ccedilla + + @MMK_L_kernLC_dcaron1 + + + @MMK_L_kernLC_e1 + + e + eacute + ecircumflex + edieresis + egrave + + @MMK_L_kernLC_eth3 + + + @MMK_L_kernLC_f1 + + f + ff + + @MMK_L_kernLC_g1 + + g + + @MMK_L_kernLC_germandbls1 + + + @MMK_L_kernLC_i1 + + dotlessi + fi + i + iacute + icircumflex + idieresis + igrave + j + ffi + + @MMK_L_kernLC_k1 + + k + + @MMK_L_kernLC_l1 + + d + fl + l + ffl + + @MMK_L_kernLC_n1 + + h + m + n + ntilde + Th + + @MMK_L_kernLC_o1 + + b + o + oacute + ocircumflex + odieresis + ograve + otilde + p + + @MMK_L_kernLC_q1 + + q + + @MMK_L_kernLC_r1 + + r + + @MMK_L_kernLC_s1 + + s + + @MMK_L_kernLC_t1 + + t + + @MMK_L_kernLC_tcaron1 + + + @MMK_L_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_kernLC_v3 + + v + w + + @MMK_L_kernLC_w3 + + + @MMK_L_kernLC_x3 + + x + + @MMK_L_kernLC_y3 + + y + yacute + ydieresis + + @MMK_L_kernLC_z3 + + z + + @MMK_L_kernLP_cent3 + + + @MMK_L_kernLP_dollar3 + + + @MMK_L_kernLP_eight3 + + + @MMK_L_kernLP_euro3 + + + @MMK_L_kernLP_five3 + + + @MMK_L_kernLP_florin3 + + + @MMK_L_kernLP_four3 + + + @MMK_L_kernLP_nine3 + + + @MMK_L_kernLP_numbersign3 + + + @MMK_L_kernLP_one3 + + + @MMK_L_kernLP_seven3 + + + @MMK_L_kernLP_six3 + + + @MMK_L_kernLP_sterling3 + + + @MMK_L_kernLP_three3 + + + @MMK_L_kernLP_two3 + + + @MMK_L_kernLP_yen3 + + + @MMK_L_kernLP_zero3 + + + @MMK_L_kernOP_dollar3 + + + @MMK_L_kernOP_eight3 + + + @MMK_L_kernOP_euro1 + + + @MMK_L_kernOP_five1 + + + @MMK_L_kernOP_four1 + + + @MMK_L_kernOP_nine1 + + + @MMK_L_kernOP_one1 + + + @MMK_L_kernOP_seven1 + + + @MMK_L_kernOP_six1 + + + @MMK_L_kernOP_three1 + + + @MMK_L_kernOP_two1 + + + @MMK_L_kernOP_yen3 + + + @MMK_L_kernOP_zero3 + + + @MMK_L_kernSup_a3 + + ordfeminine + + @MMK_L_kernSup_o1 + + ordmasculine + numero + + @MMK_L_kernSuperior_eight3 + + + @MMK_L_kernSuperior_five3 + + + @MMK_L_kernSuperior_four3 + + + @MMK_L_kernSuperior_nine3 + + + @MMK_L_kernSuperior_one3 + + + @MMK_L_kernSuperior_seven3 + + + @MMK_L_kernSuperior_six3 + + + @MMK_L_kernSuperior_three3 + + + @MMK_L_kernSuperior_two3 + + + @MMK_L_kernSuperior_zero3 + + + @MMK_L_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_kern_B1 + + B + + @MMK_L_kern_C1 + + C + Ccedilla + + @MMK_L_kern_E1 + + E + Eacute + Ecircumflex + Edieresis + Egrave + + @MMK_L_kern_F1 + + F + + @MMK_L_kern_G1 + + G + + @MMK_L_kern_H1 + + H + I + Iacute + Icircumflex + Idieresis + Igrave + M + + @MMK_L_kern_J1 + + J + + @MMK_L_kern_K1 + + K + + @MMK_L_kern_Kalt1 + + + @MMK_L_kern_L1 + + L + + @MMK_L_kern_N1 + + N + Ntilde + + @MMK_L_kern_O1 + + D + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_L_kern_P1 + + P + + @MMK_L_kern_R1 + + R + + @MMK_L_kern_Ralt1 + + + @MMK_L_kern_S3 + + S + + @MMK_L_kern_T3 + + T + + @MMK_L_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_kern_V3 + + V + + @MMK_L_kern_W3 + + W + + @MMK_L_kern_X3 + + X + + @MMK_L_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_L_kern_Z3 + + Z + + @MMK_L_kern_ampersand3 + + ampersand + + @MMK_L_kern_asterisk3 + + asterisk + + @MMK_L_kern_at3 + + at + + @MMK_L_kern_backslash3 + + backslash + + @MMK_L_kern_braceleft1 + + braceleft + braceleft.cap + + @MMK_L_kern_braceright1 + + braceright + braceright.cap + + @MMK_L_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_L_kern_colon3 + + colon + semicolon + + @MMK_L_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_L_kern_copyright3 + + copyright + + @MMK_L_kern_dagger3 + + dagger + + @MMK_L_kern_daggerdbl3 + + + @MMK_L_kern_degree3 + + degree + + @MMK_L_kern_equal3 + + equal + + @MMK_L_kern_exclam3 + + exclam + + @MMK_L_kern_exclamdown3 + + exclamdown + + @MMK_L_kern_fraction3 + + + @MMK_L_kern_greater3 + + greater + + @MMK_L_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_L_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_L_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_L_kern_less3 + + less + + @MMK_L_kern_notdef3 + + .notdef + + @MMK_L_kern_parenleft1 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_L_kern_parenright1 + + parenright + bracketright + bracketright.cap + parenright.cap + + @MMK_L_kern_percent3 + + percent + + @MMK_L_kern_period3 + + ellipsis + period + + @MMK_L_kern_plus3 + + divide + plus + + @MMK_L_kern_question3 + + question + + @MMK_L_kern_questiondown3 + + questiondown + + @MMK_L_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_L_kern_quotedblright3 + + quotedblright + quoteright + quotesingle + quotedbl + + @MMK_L_kern_registered3 + + registered + + @MMK_L_kern_slash3 + + slash + + @MMK_L_kern_space3 + + space + + @MMK_L_kern_trade3 + + trademark + + @MMK_R_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_R_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_R_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_R_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_R_kernCap_questiondown3 + + questiondown.cap + + @MMK_R_kernLC_a2 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_R_kernLC_eth3 + + + @MMK_R_kernLC_f2 + + f + fi + fl + ff + ffi + ffl + + @MMK_R_kernLC_g3 + + g + + @MMK_R_kernLC_i2 + + dotlessi + i + iacute + icircumflex + idieresis + igrave + + @MMK_R_kernLC_j2 + + j + + @MMK_R_kernLC_l2 + + h + k + l + b + + @MMK_R_kernLC_n2 + + m + n + ntilde + p + r + + @MMK_R_kernLC_o2 + + c + ccedilla + d + e + eacute + ecircumflex + edieresis + egrave + o + oacute + ocircumflex + odieresis + ograve + otilde + q + + @MMK_R_kernLC_s2 + + s + + @MMK_R_kernLC_t2 + + t + + @MMK_R_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_kernLC_v3 + + v + w + + @MMK_R_kernLC_w3 + + + @MMK_R_kernLC_x3 + + x + + @MMK_R_kernLC_y3 + + y + yacute + ydieresis + + @MMK_R_kernLC_z3 + + z + + @MMK_R_kernLP_cent3 + + + @MMK_R_kernLP_dollar3 + + + @MMK_R_kernLP_eight3 + + + @MMK_R_kernLP_euro3 + + + @MMK_R_kernLP_five3 + + + @MMK_R_kernLP_florin3 + + + @MMK_R_kernLP_four3 + + + @MMK_R_kernLP_nine3 + + + @MMK_R_kernLP_numbersign3 + + numbersign + + @MMK_R_kernLP_one3 + + + @MMK_R_kernLP_seven3 + + + @MMK_R_kernLP_six3 + + + @MMK_R_kernLP_sterling3 + + + @MMK_R_kernLP_three3 + + + @MMK_R_kernLP_two3 + + + @MMK_R_kernLP_yen3 + + + @MMK_R_kernLP_zero3 + + + @MMK_R_kernOP_dollar3 + + + @MMK_R_kernOP_euro3 + + + @MMK_R_kernOP_five2 + + + @MMK_R_kernOP_four2 + + + @MMK_R_kernOP_nine2 + + + @MMK_R_kernOP_one2 + + + @MMK_R_kernOP_seven2 + + + @MMK_R_kernOP_three2 + + + @MMK_R_kernOP_two2 + + + @MMK_R_kernOP_yen3 + + + @MMK_R_kernOP_zero3 + + + @MMK_R_kernSup_a3 + + ordfeminine + + @MMK_R_kernSup_o2 + + ordmasculine + + @MMK_R_kernSuperior_eight3 + + + @MMK_R_kernSuperior_five3 + + + @MMK_R_kernSuperior_four3 + + + @MMK_R_kernSuperior_nine3 + + + @MMK_R_kernSuperior_one3 + + + @MMK_R_kernSuperior_seven3 + + + @MMK_R_kernSuperior_six3 + + + @MMK_R_kernSuperior_three3 + + + @MMK_R_kernSuperior_two3 + + + @MMK_R_kernSuperior_zero3 + + + @MMK_R_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_R_kern_AE2 + + + @MMK_R_kern_H2 + + B + D + E + Eacute + Ecircumflex + Edieresis + Egrave + F + H + I + Iacute + Icircumflex + Idieresis + Igrave + K + L + M + N + Ntilde + P + R + numero + + @MMK_R_kern_J2 + + J + + @MMK_R_kern_O2 + + C + Ccedilla + G + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_R_kern_S3 + + S + + @MMK_R_kern_T3 + + T + Th + + @MMK_R_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_kern_V3 + + V + + @MMK_R_kern_W3 + + W + + @MMK_R_kern_X3 + + X + + @MMK_R_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_R_kern_Z3 + + Z + + @MMK_R_kern_ampersand3 + + ampersand + + @MMK_R_kern_asterisk3 + + asterisk + + @MMK_R_kern_at3 + + at + + @MMK_R_kern_backslash3 + + backslash + + @MMK_R_kern_braceleft2 + + braceleft + braceleft.cap + + @MMK_R_kern_braceright2 + + braceright + braceright.cap + + @MMK_R_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_R_kern_colon3 + + colon + semicolon + + @MMK_R_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_R_kern_copyright3 + + copyright + + @MMK_R_kern_dagger3 + + dagger + + @MMK_R_kern_daggerdbl3 + + + @MMK_R_kern_degree3 + + degree + + @MMK_R_kern_equal3 + + equal + + @MMK_R_kern_exclam3 + + exclam + + @MMK_R_kern_exclamdown3 + + exclamdown + + @MMK_R_kern_fraction3 + + + @MMK_R_kern_greater3 + + greater + + @MMK_R_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_R_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_R_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_R_kern_less3 + + less + + @MMK_R_kern_notdef3 + + .notdef + + @MMK_R_kern_parenleft2 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_R_kern_parenright2 + + bracketright + bracketright.cap + parenright + parenright.cap + + @MMK_R_kern_percent3 + + percent + + @MMK_R_kern_period3 + + ellipsis + period + + @MMK_R_kern_plus3 + + divide + plus + + @MMK_R_kern_question3 + + question + + @MMK_R_kern_questiondown3 + + questiondown + + @MMK_R_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_R_kern_quotedblright3 + + quotedblright + quoteright + quotedbl + quotesingle + + @MMK_R_kern_registered3 + + registered + + @MMK_R_kern_slash3 + + slash + + @MMK_R_kern_space3 + + space + + @MMK_R_kern_trade3 + + trademark + + kern_punct + + comma + semicolon + colon + period + ellipsis + exclam + exclamdown + question + questiondown + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + slash + backslash + bullet + periodcentered + asterisk + dagger + daggerdbl + copyright + registered + published + trademark + servicemark + + kern_punct_sc + + ampersand.small + hyphen + guilsinglleft + guilsinglright + guillemotleft + guillemotright + endash + emdash + parenleft.small + parenright.small + bracketleft.small + bracketright.small + braceleft.small + braceright.small + at.small + + kern_punct_uc + + ampersand + hyphen.cap + guilsinglleft.cap + guilsinglright.cap + guillemotleft.cap + guillemotright.cap + endash.cap + emdash.cap + parenleft.cap + parenright.cap + bracketleft.cap + bracketright.cap + braceleft.cap + braceright.cap + at.cap + + kern_sc + + A.small + B.small + C.small + D.small + E.small + F.small + G.small + H.small + I.small + J.small + K.small + L.small + M.small + N.small + O.small + P.small + Q.small + R.small + S.small + T.small + U.small + V.small + W.small + X.small + Y.small + Z.small + Agrave.small + Aacute.small + Acircumflex.small + Atilde.small + Adieresis.small + Amacron.small + Abreve.small + Aring.small + Aringacute.small + Aogonek.small + AE.small + AEacute.small + Cacute.small + Ccircumflex.small + Ccaron.small + Cdotaccent.small + Ccedilla.small + Dcaron.small + Dcroat.small + Egrave.small + Eacute.small + Ecircumflex.small + Ecaron.small + Edieresis.small + Emacron.small + Ebreve.small + Edotaccent.small + Eogonek.small + Gcircumflex.small + Gbreve.small + Gdotaccent.small + Gcommaaccent.small + Hcircumflex.small + Hbar.small + Igrave.small + Iacute.small + Icircumflex.small + Itilde.small + Idieresis.small + Imacron.small + Ibreve.small + Iogonek.small + IJ.small + Jcircumflex.small + Kcommaaccent.small + Lacute.small + Lcaron.small + Lcommaaccent.small + Lslash.small + Ldot.small + Nacute.small + Ncaron.small + Ntilde.small + Ncommaaccent.small + Ograve.small + Oacute.small + Ocircumflex.small + Otilde.small + Odieresis.small + Omacron.small + Obreve.small + Ohungarumlaut.small + Oslash.small + Oslashacute.small + OE.small + Racute.small + Rcaron.small + Rcommaaccent.small + Sacute.small + Scircumflex.small + Scaron.small + Scedilla.small + Scommaaccent.small + Tcaron.small + Tcommaaccent.small + Tbar.small + Ugrave.small + Uacute.small + Ucircumflex.small + Utilde.small + Udieresis.small + Umacron.small + Ubreve.small + Uring.small + Uhungarumlaut.small + Uogonek.small + Wgrave.small + Wacute.small + Wcircumflex.small + Wdieresis.small + Ygrave.small + Yacute.small + Ycircumflex.small + Ydieresis.small + Zacute.small + Zcaron.small + Zdotaccent.small + Eng.small + Eth.small + Thorn.small + Schwa.small + + kern_uc + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + Agrave + Aacute + Acircumflex + Atilde + Adieresis + Amacron + Abreve + Aring + Aringacute + Aogonek + AE + AEacute + Cacute + Ccircumflex + Ccaron + Cdotaccent + Ccedilla + Dcaron + Dcroat + Egrave + Eacute + Ecircumflex + Ecaron + Edieresis + Emacron + Ebreve + Edotaccent + Eogonek + Gcircumflex + Gbreve + Gdotaccent + Gcommaaccent + Hcircumflex + Hbar + Igrave + Iacute + Icircumflex + Itilde + Idieresis + Imacron + Ibreve + Iogonek + IJ + Jcircumflex + Kcommaaccent + Lacute + Lcaron + Lcommaaccent + Lslash + Ldot + Nacute + Ncaron + Ntilde + Ncommaaccent + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + Omacron + Obreve + Ohungarumlaut + Oslash + Oslashacute + OE + Racute + Rcaron + Rcommaaccent + Sacute + Scircumflex + Scaron + Scedilla + Scommaaccent + Tcaron + Tcommaaccent + Tbar + Ugrave + Uacute + Ucircumflex + Utilde + Udieresis + Umacron + Ubreve + Uring + Uhungarumlaut + Uogonek + Wgrave + Wacute + Wcircumflex + Wdieresis + Ygrave + Yacute + Ycircumflex + Ydieresis + Zacute + Zcaron + Zdotaccent + Eng + Eth + Thorn + Schwa + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/kerning.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/kerning.plist new file mode 100755 index 0000000..5a926bb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/kerning.plist @@ -0,0 +1,1672 @@ + + + + + @MMK_L_kernCap_guillemotleft3 + + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernCap_guillemotright3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -40 + @MMK_R_kern_X3 + -50 + @MMK_R_kern_Y3 + -100 + @MMK_R_kern_Z3 + -40 + + @MMK_L_kernCap_hyphen3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernLC_a1 + + @MMK_R_kernLC_l2 + -10 + @MMK_R_kernLC_v3 + -30 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_c1 + + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_e1 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_f1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_l2 + 20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kern_asterisk3 + 40 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_quotedblright3 + 20 + @MMK_R_kern_trade3 + 80 + + @MMK_L_kernLC_g1 + + @MMK_R_kernLC_a2 + -10 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_period3 + -40 + + @MMK_L_kernLC_germandbls1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + + @MMK_L_kernLC_i1 + + @MMK_R_kernLC_v3 + -30 + + @MMK_L_kernLC_k1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_v3 + -30 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_l1 + + @MMK_R_kernLC_v3 + -30 + @MMK_R_kern_quotedblleft3 + -20 + + @MMK_L_kernLC_n1 + + @MMK_R_kernLC_v3 + -30 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -60 + @MMK_R_kern_quotedblright3 + -60 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kernLC_o1 + + @MMK_R_kernLC_a2 + -10 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_dagger3 + -20 + @MMK_R_kern_exclam3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_q1 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_r1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_v3 + -10 + @MMK_R_kernLC_z3 + -10 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kernLC_s1 + + @MMK_R_kernLC_l2 + -10 + @MMK_R_kernLC_v3 + -20 + + @MMK_L_kernLC_t1 + + @MMK_R_kernLC_v3 + -30 + + @MMK_L_kernLC_u3 + + @MMK_R_kernLC_v3 + -30 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -40 + + @MMK_L_kernLC_v3 + + @MMK_R_kernLC_a2 + -10 + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_dagger3 + 10 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_x3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_hyphen3 + -40 + + @MMK_L_kernLC_y3 + + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -80 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_z3 + + @MMK_R_kernLC_v3 + -30 + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kernSup_o1 + + seven + -40 + + @MMK_L_kernSuperior_seven3 + + @MMK_R_kernSuperior_zero3 + -40 + + @MMK_L_kernSuperior_zero3 + + @MMK_R_kernSuperior_seven3 + -40 + + @MMK_L_kern_A3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -10 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_U3 + -60 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_Y3 + -100 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -80 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kern_B1 + + @MMK_R_kernCap_guillemotleft3 + 40 + @MMK_R_kernCap_guillemotright3 + 40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -60 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_C1 + + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_registered3 + -40 + + @MMK_L_kern_F1 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_n2 + -40 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -60 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -60 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_at3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -140 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_G1 + + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_H1 + + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + + @MMK_L_kern_J1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_K1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -80 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -60 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_ampersand3 + -40 + @MMK_R_kern_asterisk3 + -20 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_dagger3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblright3 + -40 + @MMK_R_kern_registered3 + -40 + + @MMK_L_kern_L1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -40 + @MMK_R_kern_V3 + -120 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_Y3 + -160 + @MMK_R_kern_asterisk3 + -60 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -80 + @MMK_R_kern_quotedblright3 + -120 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_N1 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -20 + + @MMK_L_kern_O1 + + @MMK_R_kernCap_guillemotleft3 + 20 + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_T3 + -20 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_P1 + + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -60 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_R1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -100 + + @MMK_L_kern_S3 + + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_T3 + + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -80 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_n2 + -60 + @MMK_R_kernLC_o2 + -80 + @MMK_R_kernLC_s2 + -60 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -100 + @MMK_R_kernLC_x3 + -80 + @MMK_R_kernLC_y3 + -80 + @MMK_R_kernLC_z3 + -80 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -110 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -100 + + @MMK_L_kern_U3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_period3 + -80 + + @MMK_L_kern_V3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -140 + @MMK_R_kernLC_eth3 + -60 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -100 + @MMK_R_kernLC_o2 + -160 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -100 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -60 + @MMK_R_kernLC_x3 + -100 + @MMK_R_kernLC_y3 + -100 + @MMK_R_kernLC_z3 + -120 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -40 + @MMK_R_kern_ampersand3 + -40 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -60 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -170 + @MMK_R_kern_registered3 + -40 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_W3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -20 + @MMK_R_kernLC_a2 + -140 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_g3 + -60 + @MMK_R_kernLC_n2 + -100 + @MMK_R_kernLC_o2 + -160 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -60 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -80 + @MMK_R_kern_A3 + -90 + @MMK_R_kern_AE2 + -90 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_period3 + -120 + + @MMK_L_kern_X3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -80 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -60 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -80 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblleft3 + -40 + + @MMK_L_kern_Y3 + + @MMK_R_kernCap_guillemotleft3 + -80 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -120 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -120 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -100 + @MMK_R_kernLC_o2 + -140 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -100 + @MMK_R_kernLC_u3 + -100 + @MMK_R_kernLC_v3 + -120 + @MMK_R_kernLC_x3 + -100 + @MMK_R_kernLC_y3 + -100 + @MMK_R_kernLC_z3 + -100 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_ampersand3 + -40 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_colon3 + -80 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_copyright3 + -60 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_registered3 + -60 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_Z3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_T3 + -20 + + @MMK_L_kern_ampersand3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_at3 + + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_backslash3 + + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_J2 + 10 + @MMK_R_kern_O2 + -80 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -80 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_braceleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_bullet3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -80 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_colon3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -80 + one + -20 + seven + -20 + + @MMK_L_kern_comma3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -160 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -120 + eight + -40 + five + -20 + four + -60 + nine + -40 + one + -40 + seven + -60 + six + -60 + two + -20 + zero + -60 + + @MMK_L_kern_copyright3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_dagger3 + + @MMK_R_kernLC_y3 + 10 + @MMK_R_kernLC_z3 + -20 + + @MMK_L_kern_equal3 + + seven + -40 + three + -20 + two + -20 + + @MMK_L_kern_greater3 + + seven + -40 + three + -20 + two + -20 + + @MMK_L_kern_guillemotleft3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + + @MMK_L_kern_guillemotright3 + + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kern_hyphen3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -60 + five + -40 + nine + -40 + seven + -60 + three + -40 + two + -20 + + @MMK_L_kern_less3 + + seven + -10 + + @MMK_L_kern_parenleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_percent3 + + seven + -40 + + @MMK_L_kern_period3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -170 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_Y3 + -120 + eight + -20 + four + -60 + nine + -20 + one + -20 + seven + -60 + six + -30 + zero + -40 + + @MMK_L_kern_plus3 + + seven + -40 + three + -40 + two + -20 + + @MMK_L_kern_question3 + + @MMK_R_kern_A3 + -40 + + @MMK_L_kern_questiondown3 + + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_l2 + -40 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_Y3 + -120 + + @MMK_L_kern_quotedblleft3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_J2 + -60 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_quotedblright3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_registered3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_slash3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -40 + one + -20 + seven + -20 + + cent + + seven + -20 + + dollar + + seven + -20 + + eight + + five + -20 + four + -10 + nine + -10 + seven + -40 + six + -10 + three + -20 + two + -20 + + five + + five + -20 + seven + -20 + + four + + seven + -10 + + nine + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_degree3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -20 + five + -20 + one + -10 + seven + -40 + three + -20 + two + -10 + yen + -40 + + numbersign + + seven + -20 + + one + + @MMK_R_kernSup_a3 + -40 + @MMK_R_kernSup_o2 + -40 + @MMK_R_kern_degree3 + -60 + five + -40 + four + -20 + nine + -20 + one + -20 + seven + -60 + six + -20 + three + -20 + two + -10 + + seven + + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_equal3 + -20 + @MMK_R_kern_greater3 + -20 + @MMK_R_kern_less3 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_plus3 + -20 + @MMK_R_kern_slash3 + -20 + + six + + @MMK_R_kernSup_a3 + -40 + @MMK_R_kernSup_o2 + -40 + five + -20 + nine + -20 + one + -10 + seven + -10 + three + -10 + + three + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -40 + one + -10 + seven + -30 + yen + -40 + + two + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -40 + seven + -40 + three + -10 + yen + -40 + + yen + + six + -40 + zero + -40 + + zero + + @MMK_R_kern_degree3 + -40 + five + -20 + seven + -40 + three + -20 + yen + -40 + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/lib.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/lib.plist new file mode 100755 index 0000000..0f3f02c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/lib.plist @@ -0,0 +1,676 @@ + + + + + com.typemytype.robofont.backgroud.layerStrokeColor + + 1.0 + 0.75 + 0.0 + 0.7 + + com.typemytype.robofont.background.layerShowCoordinates + + com.typemytype.robofont.background.layerShowFill + + com.typemytype.robofont.background.layerShowPoints + + com.typemytype.robofont.background.layerShowStroke + + com.typemytype.robofont.background.layerStrokeColor + + 0.0 + 0.8 + 0.2 + 0.7 + + com.typemytype.robofont.compileSettings.MacRomanFirst + 1 + com.typemytype.robofont.compileSettings.autohint + 1 + com.typemytype.robofont.compileSettings.checkOutlines + 1 + com.typemytype.robofont.compileSettings.createDummyDSIG + + com.typemytype.robofont.compileSettings.decompose + 1 + com.typemytype.robofont.compileSettings.generateFormat + 0 + com.typemytype.robofont.compileSettings.path + /Users/lucas/Desktop/typographie/50_custom-fonts/IKOB/50 otf/_update/happy-times-NG_italic_master.otf + com.typemytype.robofont.compileSettings.releaseMode + 1 + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 722 + y + 1375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 194 + y + -440 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 281 + y + 1295 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 145 + y + -10 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + lc_mid + showMeasurements + 1 + x + 152 + y + 250 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 708.4580891888749 + y + 510.0143225670133 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 251 + y + 750 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + UC_mid + showMeasurements + 1 + x + 453 + y + 375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + Calc_mid + showMeasurements + 1 + x + 470 + y + 312 + + + com.typemytype.robofont.italicSlantOffset + -72.0 + com.typemytype.robofont.layerOrder + + background + mask + backgroud + + com.typemytype.robofont.mask.layerStrokeColor + + 0.5 + 1.0 + 0.0 + 0.7 + + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.shouldAddPointsInSplineConversion + 0 + com.typemytype.robofont.sort + + + ascending + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + type + glyphList + + + public.glyphOrder + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/metainfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/metainfo.plist new file mode 100755 index 0000000..f5ec4e5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_italic_master.ufo.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + org.robofab.ufoLib + formatVersion + 2 + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/features.fea b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/features.fea new file mode 100755 index 0000000..c923aec --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/features.fea @@ -0,0 +1 @@ +include(features.fea) \ No newline at end of file diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/fontinfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/fontinfo.plist new file mode 100755 index 0000000..b5a5b21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/fontinfo.plist @@ -0,0 +1,153 @@ + + + + + ascender + 750 + capHeight + 750 + copyright + Copyright (c) 2016 by Lucas Le Bihan. All rights reserved. + descender + -250 + familyName + Happy Times at the IKOB New Game Plus Edition + italicAngle + 0 + openTypeHheaAscender + 984 + openTypeHheaDescender + -273 + openTypeHheaLineGap + 0 + openTypeNameDescription + Copyright (c) 2016 by Lucas Le Bihan. All rights reserved. + openTypeNameDesigner + Lucas Le Bihan + openTypeNameDesignerURL + www.lucaslebihan.fr + openTypeNameLicense + Open Font License + openTypeNameLicenseURL + https://fontforge.github.io/OFL-fr.html + openTypeNameManufacturer + Lucas Le Bihan + openTypeOS2CodePageRanges + + 0 + + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Panose + + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + openTypeOS2StrikeoutPosition + 300 + openTypeOS2StrikeoutSize + 34 + openTypeOS2Type + + 2 + + openTypeOS2TypoLineGap + 0 + openTypeOS2UnicodeRanges + + 0 + + openTypeOS2VendorID + bret + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 984 + openTypeOS2WinDescent + 273 + postscriptBlueValues + + -250 + -240 + -10 + 0 + 510 + 510 + 750 + 760 + + postscriptDefaultWidthX + 500 + postscriptFamilyBlues + + -250 + -240 + -10 + 0 + 510 + 510 + 750 + 760 + + postscriptFamilyOtherBlues + + + postscriptForceBold + + postscriptOtherBlues + + + postscriptStemSnapH + + 40 + 45 + 35 + 85 + 55 + 60 + + postscriptStemSnapV + + 120 + 105 + 115 + 110 + 95 + + postscriptUnderlinePosition + -120 + postscriptUnderlineThickness + 34 + styleMapFamilyName + Happy Times at the IKOB New Game Plus Edition + styleMapStyleName + regular + styleName + Regular + trademark + Happy Times at the IKOB is a trademark of Lucas Le Bihan. + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 0 + xHeight + 500 + year + 2016 + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/AE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/AE_.glif new file mode 100755 index 0000000..392db97 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/AE_.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1100 + y + 1038 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/A_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/A_.glif new file mode 100755 index 0000000..ae4acaf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/A_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aacute_.glif new file mode 100755 index 0000000..44a37fa --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Acircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 0000000..dcce2f7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Adieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Adieresis_.glif new file mode 100755 index 0000000..31b4178 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Agrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Agrave_.glif new file mode 100755 index 0000000..d553083 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Agrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aring_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aring_.glif new file mode 100755 index 0000000..a1428d8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Aring_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Atilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Atilde_.glif new file mode 100755 index 0000000..eaf1a6c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Atilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/B_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/B_.glif new file mode 100755 index 0000000..9e0c5b4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/B_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/CR_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/CR_.glif new file mode 100755 index 0000000..d206fe6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/CR_.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/C_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/C_.glif new file mode 100755 index 0000000..d5d1121 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/C_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ccedilla_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 0000000..aa84ccc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/D_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/D_.glif new file mode 100755 index 0000000..05a5e7f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/D_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/E_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/E_.glif new file mode 100755 index 0000000..c00dd73 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/E_.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1100 + y + 1038 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Eacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Eacute_.glif new file mode 100755 index 0000000..09f425e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Eacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ecircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 0000000..e5d07bb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Edieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Edieresis_.glif new file mode 100755 index 0000000..820477a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Egrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Egrave_.glif new file mode 100755 index 0000000..0ce9080 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Egrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Euro_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Euro_.glif new file mode 100755 index 0000000..191ab55 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Euro_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/F_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/F_.glif new file mode 100755 index 0000000..13e64ef --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/F_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/G_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/G_.glif new file mode 100755 index 0000000..43f0d9b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/G_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1215 + y + 556 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/H_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/H_.glif new file mode 100755 index 0000000..f6de2d0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/H_.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/I_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/I_.glif new file mode 100755 index 0000000..05c6b98 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/I_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Iacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Iacute_.glif new file mode 100755 index 0000000..0c6d6ff --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Iacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Icircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 0000000..e8123ab --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Idieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Idieresis_.glif new file mode 100755 index 0000000..1ff1700 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Igrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Igrave_.glif new file mode 100755 index 0000000..30f8921 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Igrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/J_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/J_.glif new file mode 100755 index 0000000..4df2850 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/J_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/K_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/K_.glif new file mode 100755 index 0000000..5529239 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/K_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/L_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/L_.glif new file mode 100755 index 0000000..f673fea --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/L_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/M_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/M_.glif new file mode 100755 index 0000000..1294ca1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/M_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/N_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/N_.glif new file mode 100755 index 0000000..74c501d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/N_.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 1266 + y + 839 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ntilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ntilde_.glif new file mode 100755 index 0000000..bb8ed2f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/OE_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/OE_.glif new file mode 100755 index 0000000..216990f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/OE_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/O_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/O_.glif new file mode 100755 index 0000000..4a86484 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/O_.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 725 + y + 692 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1838.9319431538488 + y + 1482.0696184099938 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oacute_.glif new file mode 100755 index 0000000..c31b3ea --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ocircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 0000000..07a16b1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Odieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Odieresis_.glif new file mode 100755 index 0000000..653f1d3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ograve_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ograve_.glif new file mode 100755 index 0000000..96c94dd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ograve_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oslash_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oslash_.glif new file mode 100755 index 0000000..f4a63fd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Oslash_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Otilde_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Otilde_.glif new file mode 100755 index 0000000..a942f76 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Otilde_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/P_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/P_.glif new file mode 100755 index 0000000..480643a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/P_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Q_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Q_.glif new file mode 100755 index 0000000..b5f48d7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Q_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/R_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/R_.glif new file mode 100755 index 0000000..61baef9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/R_.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + 0 + magnetic + 5 + name + + showMeasurements + 1 + x + 838 + y + 995 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/S_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/S_.glif new file mode 100755 index 0000000..769c043 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/S_.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1145 + y + 1166 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/T_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/T_.glif new file mode 100755 index 0000000..4626464 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/T_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 533 + y + 989 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Th_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Th_.glif new file mode 100755 index 0000000..fe2f981 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Th_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/U_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/U_.glif new file mode 100755 index 0000000..29dbd71 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/U_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Uacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Uacute_.glif new file mode 100755 index 0000000..d7968e3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Uacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ucircumflex_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 0000000..a6976a3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Udieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Udieresis_.glif new file mode 100755 index 0000000..0b5f5c8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ugrave_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ugrave_.glif new file mode 100755 index 0000000..13107bf --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/V_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/V_.glif new file mode 100755 index 0000000..1ea4230 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/V_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/W_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/W_.glif new file mode 100755 index 0000000..f8cc300 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/W_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/X_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/X_.glif new file mode 100755 index 0000000..c601aac --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/X_.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Y_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Y_.glif new file mode 100755 index 0000000..766f5b9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Y_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Yacute_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Yacute_.glif new file mode 100755 index 0000000..8c740c5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Yacute_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ydieresis_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 0000000..e7c9ffc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Z_.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Z_.glif new file mode 100755 index 0000000..469823e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/Z_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_notdef.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_notdef.glif new file mode 100755 index 0000000..4fa0da4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_null.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_null.glif new file mode 100755 index 0000000..0293565 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/a.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/a.glif new file mode 100755 index 0000000..14a559b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/a.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aacute.glif new file mode 100755 index 0000000..f08c92e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acircumflex.glif new file mode 100755 index 0000000..6806a2f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acute.glif new file mode 100755 index 0000000..31cc862 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/acute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/adieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/adieresis.glif new file mode 100755 index 0000000..0a81219 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/adieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ae.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ae.glif new file mode 100755 index 0000000..9538ae8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ae.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/agrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/agrave.glif new file mode 100755 index 0000000..652786a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/agrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ampersand.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ampersand.glif new file mode 100755 index 0000000..eee4044 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ampersand.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aring.glif new file mode 100755 index 0000000..435a6a1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/aring.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciicircum.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciicircum.glif new file mode 100755 index 0000000..b379b7b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciicircum.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciitilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciitilde.glif new file mode 100755 index 0000000..2088594 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asciitilde.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 296 + y + 1127 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asterisk.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asterisk.glif new file mode 100755 index 0000000..556f063 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/asterisk.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/at.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/at.glif new file mode 100755 index 0000000..b6d9799 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/at.glif @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 688 + y + 157 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/atilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/atilde.glif new file mode 100755 index 0000000..bab9458 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/atilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/b.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/b.glif new file mode 100755 index 0000000..8a6163f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/b.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/backslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/backslash.glif new file mode 100755 index 0000000..d9b86b8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/backslash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bar.glif new file mode 100755 index 0000000..dac2aba --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bar.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.cap.glif new file mode 100755 index 0000000..3eff848 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.glif new file mode 100755 index 0000000..3350881 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceleft.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.cap.glif new file mode 100755 index 0000000..4e695c6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.glif new file mode 100755 index 0000000..484b9bc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/braceright.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.cap.glif new file mode 100755 index 0000000..d155aa5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.glif new file mode 100755 index 0000000..dcf28bd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketleft.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.cap.glif new file mode 100755 index 0000000..38016ab --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.cap.glif @@ -0,0 +1,35 @@ + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 594 + y + -231 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.glif new file mode 100755 index 0000000..1abb4c3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bracketright.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/brokenbar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/brokenbar.glif new file mode 100755 index 0000000..54a04e6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/brokenbar.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bullet.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bullet.glif new file mode 100755 index 0000000..edb2f4d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/bullet.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/c.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/c.glif new file mode 100755 index 0000000..9822003 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/c.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ccedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ccedilla.glif new file mode 100755 index 0000000..d8bebf0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ccedilla.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cedilla.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cedilla.glif new file mode 100755 index 0000000..99d453d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cedilla.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cent.glif new file mode 100755 index 0000000..8db739e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/cent.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 532 + y + 1575 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/circumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/circumflex.glif new file mode 100755 index 0000000..36bf0c7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/circumflex.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/colon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/colon.glif new file mode 100755 index 0000000..8831c8f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/colon.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/comma.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/comma.glif new file mode 100755 index 0000000..32b08c6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/comma.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/contents.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/contents.plist new file mode 100755 index 0000000..cdc24d4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/contents.plist @@ -0,0 +1,458 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + AE + AE_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + Ccedilla + Ccedilla_.glif + D + D_.glif + E + E_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Egrave + Egrave_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Igrave + Igrave_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Oslash + Oslash_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + Th + Th_.glif + U + U_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ydieresis + Ydieresis_.glif + Z + Z_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + agrave + agrave.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceleft.cap + braceleft.cap.glif + braceright + braceright.glif + braceright.cap + braceright.cap.glif + bracketleft + bracketleft.glif + bracketleft.cap + bracketleft.cap.glif + bracketright + bracketright.glif + bracketright.cap + bracketright.cap.glif + brokenbar + brokenbar.glif + bullet + bullet.glif + c + c.glif + ccedilla + ccedilla.glif + cedilla + cedilla.glif + cent + cent.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dagger + dagger.glif + degree + degree.glif + dieresis + dieresis.glif + divide + divide.glif + dollar + dollar.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + egrave + egrave.glif + eight + eight.glif + ellipsis + ellipsis.glif + emdash + emdash.glif + emdash.cap + emdash.cap.glif + endash + endash.glif + endash.cap + endash.cap.glif + equal + equal.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + exclamdown.cap + exclamdown.cap.glif + f + f.glif + ff + ff.glif + ffi + ffi.glif + ffl + ffl.glif + fi + fi.glif + five + five.glif + fl + fl.glif + four + four.glif + g + g.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + guillemotleft + guillemotleft.glif + guillemotleft.cap + guillemotleft.cap.glif + guillemotright + guillemotright.glif + guillemotright.cap + guillemotright.cap.glif + guilsinglleft + guilsinglleft.glif + guilsinglleft.cap + guilsinglleft.cap.glif + guilsinglright + guilsinglright.glif + guilsinglright.cap + guilsinglright.cap.glif + h + h.glif + hyphen + hyphen.glif + hyphen.cap + hyphen.cap.glif + i + i.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + minus + minus.glif + multiply + multiply.glif + n + n.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + numero + numero.glif + o + o.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ograve + ograve.glif + one + one.glif + ordfeminine + ordfeminine.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + otilde + otilde.glif + p + p.glif + paragraph + paragraph.glif + parenleft + parenleft.glif + parenleft.cap + parenleft.cap.glif + parenright + parenright.glif + parenright.cap + parenright.cap.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + periodcentered.cap + periodcentered.cap.glif + plus + plus.glif + plusminus + plusminus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + questiondown.cap + questiondown.cap.glif + quotedbl + quotedbl.glif + quotedblbase + quotedblbase.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + section + section.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + sterling + sterling.glif + t + t.glif + thinspace + thinspace.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + underscore + underscore.glif + v + v.glif + velvetyne + velvetyne.glif + w + w.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + yen + yen.glif + z + z.glif + zero + zero.glif + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/copyright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/copyright.glif new file mode 100755 index 0000000..d8947c2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/copyright.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/d.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/d.glif new file mode 100755 index 0000000..02c09ef --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/d.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 678 + y + 196 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dagger.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dagger.glif new file mode 100755 index 0000000..fb3c065 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dagger.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/degree.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/degree.glif new file mode 100755 index 0000000..6c7ffcb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/degree.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dieresis.glif new file mode 100755 index 0000000..464d83f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dieresis.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/divide.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/divide.glif new file mode 100755 index 0000000..c8053b5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/divide.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dollar.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dollar.glif new file mode 100755 index 0000000..19a5a2d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dollar.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dotlessi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dotlessi.glif new file mode 100755 index 0000000..205f2ff --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/dotlessi.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/e.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/e.glif new file mode 100755 index 0000000..99f7e4a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/e.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eacute.glif new file mode 100755 index 0000000..4695408 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ecircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ecircumflex.glif new file mode 100755 index 0000000..9ba9794 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/edieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/edieresis.glif new file mode 100755 index 0000000..73520ac --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/edieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/egrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/egrave.glif new file mode 100755 index 0000000..2aeba98 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/egrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eight.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eight.glif new file mode 100755 index 0000000..adb0d9d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/eight.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ellipsis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ellipsis.glif new file mode 100755 index 0000000..e92fb33 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ellipsis.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.cap.glif new file mode 100755 index 0000000..96cca07 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.glif new file mode 100755 index 0000000..fd41631 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/emdash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.cap.glif new file mode 100755 index 0000000..35eb4a3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.glif new file mode 100755 index 0000000..36a753f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/endash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/equal.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/equal.glif new file mode 100755 index 0000000..90a7e87 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/equal.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclam.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclam.glif new file mode 100755 index 0000000..4c4e208 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclam.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.cap.glif new file mode 100755 index 0000000..1e520a2 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.glif new file mode 100755 index 0000000..ad04734 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/exclamdown.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/f.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/f.glif new file mode 100755 index 0000000..b0fb7b1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/f.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ff.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ff.glif new file mode 100755 index 0000000..92067c1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ff.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffi.glif new file mode 100755 index 0000000..930b741 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffi.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffl.glif new file mode 100755 index 0000000..ce7fb3a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ffl.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fi.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fi.glif new file mode 100755 index 0000000..d3734f4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fi.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/five.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/five.glif new file mode 100755 index 0000000..4c6f20e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/five.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fl.glif new file mode 100755 index 0000000..4e38af6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/fl.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/four.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/four.glif new file mode 100755 index 0000000..f3053ec --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/four.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/g.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/g.glif new file mode 100755 index 0000000..70f27cd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/g.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/germandbls.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/germandbls.glif new file mode 100755 index 0000000..821badb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/germandbls.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/grave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/grave.glif new file mode 100755 index 0000000..97be40a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/grave.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 155 + y + 527 + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/greater.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/greater.glif new file mode 100755 index 0000000..05bc9dd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/greater.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.cap.glif new file mode 100755 index 0000000..d7b6e5e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.glif new file mode 100755 index 0000000..8389f34 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotleft.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.cap.glif new file mode 100755 index 0000000..ba76b97 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.glif new file mode 100755 index 0000000..0e6f970 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guillemotright.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.cap.glif new file mode 100755 index 0000000..03680f9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.glif new file mode 100755 index 0000000..fb133b6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.cap.glif new file mode 100755 index 0000000..193e924 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.glif new file mode 100755 index 0000000..4a479bc --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/h.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/h.glif new file mode 100755 index 0000000..a3a8c4a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/h.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.cap.glif new file mode 100755 index 0000000..6437557 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.glif new file mode 100755 index 0000000..8a02435 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/hyphen.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/i.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/i.glif new file mode 100755 index 0000000..aaa76b1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/i.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/iacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/iacute.glif new file mode 100755 index 0000000..e4c156d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/iacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/icircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/icircumflex.glif new file mode 100755 index 0000000..01100d9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/icircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/idieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/idieresis.glif new file mode 100755 index 0000000..976a1d3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/idieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/igrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/igrave.glif new file mode 100755 index 0000000..ec8d486 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/igrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/j.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/j.glif new file mode 100755 index 0000000..0401b3c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/j.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 396 + y + 997 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 220 + y + 785 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/k.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/k.glif new file mode 100755 index 0000000..3822bc7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/k.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/l.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/l.glif new file mode 100755 index 0000000..5cd9ffa --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/l.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/less.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/less.glif new file mode 100755 index 0000000..0a2b684 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/less.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/m.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/m.glif new file mode 100755 index 0000000..212ba87 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/m.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/minus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/minus.glif new file mode 100755 index 0000000..6cb6196 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/minus.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/multiply.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/multiply.glif new file mode 100755 index 0000000..efcfe64 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/multiply.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/n.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/n.glif new file mode 100755 index 0000000..7c4f02e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/n.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/nine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/nine.glif new file mode 100755 index 0000000..e45ec1a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/nine.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ntilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ntilde.glif new file mode 100755 index 0000000..6397095 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ntilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numbersign.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numbersign.glif new file mode 100755 index 0000000..c4703f3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numbersign.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numero.glif new file mode 100755 index 0000000..0fb6250 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/numero.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 1508 + y + 780 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 2151 + y + 751 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/o.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/o.glif new file mode 100755 index 0000000..d8df308 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/o.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 481 + y + 835 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oacute.glif new file mode 100755 index 0000000..8970d9b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ocircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ocircumflex.glif new file mode 100755 index 0000000..0b1a3ed --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/odieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/odieresis.glif new file mode 100755 index 0000000..b164cdb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/odieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oe.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oe.glif new file mode 100755 index 0000000..9e88f21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oe.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ograve.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ograve.glif new file mode 100755 index 0000000..cf4618e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ograve.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/one.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/one.glif new file mode 100755 index 0000000..417115e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/one.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordfeminine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordfeminine.glif new file mode 100755 index 0000000..5e7f64b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordfeminine.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordmasculine.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordmasculine.glif new file mode 100755 index 0000000..19dd991 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oslash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oslash.glif new file mode 100755 index 0000000..5d47fd0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/oslash.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/otilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/otilde.glif new file mode 100755 index 0000000..df25ef9 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/otilde.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/p.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/p.glif new file mode 100755 index 0000000..9771bec --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/p.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/paragraph.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/paragraph.glif new file mode 100755 index 0000000..1e93326 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/paragraph.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.cap.glif new file mode 100755 index 0000000..f0ea702 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.glif new file mode 100755 index 0000000..cbc6a2c --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenleft.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.cap.glif new file mode 100755 index 0000000..bf18804 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.glif new file mode 100755 index 0000000..81b92fb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/parenright.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/percent.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/percent.glif new file mode 100755 index 0000000..ffcf6cd --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/percent.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/period.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/period.glif new file mode 100755 index 0000000..08006c3 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/period.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.cap.glif new file mode 100755 index 0000000..986cc59 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.glif new file mode 100755 index 0000000..c871e76 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/periodcentered.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plus.glif new file mode 100755 index 0000000..8d7ff62 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plus.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plusminus.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plusminus.glif new file mode 100755 index 0000000..ce9e49b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/plusminus.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/q.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/q.glif new file mode 100755 index 0000000..dff2cc8 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/q.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/question.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/question.glif new file mode 100755 index 0000000..0823a08 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/question.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.cap.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.cap.glif new file mode 100755 index 0000000..36826c1 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.cap.glif @@ -0,0 +1,18 @@ + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.glif new file mode 100755 index 0000000..62624b7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/questiondown.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedbl.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedbl.glif new file mode 100755 index 0000000..6648a3a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedbl.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblbase.glif new file mode 100755 index 0000000..3734ea4 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblleft.glif new file mode 100755 index 0000000..80a9c4b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblright.glif new file mode 100755 index 0000000..98d4563 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotedblright.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteleft.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteleft.glif new file mode 100755 index 0000000..2985bf0 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteright.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteright.glif new file mode 100755 index 0000000..ad8a6fa --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quoteright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesinglbase.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesinglbase.glif new file mode 100755 index 0000000..e35f4b6 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesingle.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesingle.glif new file mode 100755 index 0000000..5c8c13a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/quotesingle.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/r.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/r.glif new file mode 100755 index 0000000..e86a405 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/r.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 375 + y + 883 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/registered.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/registered.glif new file mode 100755 index 0000000..1c740e7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/registered.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ring.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ring.glif new file mode 100755 index 0000000..13f3127 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ring.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/s.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/s.glif new file mode 100755 index 0000000..24a4fa7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/s.glif @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 567 + y + 979 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 135 + y + 71 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 340 + y + 784 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/section.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/section.glif new file mode 100755 index 0000000..3b9c1fb --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/section.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/semicolon.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/semicolon.glif new file mode 100755 index 0000000..402826d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/semicolon.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/seven.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/seven.glif new file mode 100755 index 0000000..f94c5ee --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/seven.glif @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.layerData + + backgroud + + anchors + + + components + + + contours + + + points + + + segmentType + line + smooth + + x + 892.0 + y + 1355 + + + segmentType + line + smooth + + x + 892.0 + y + 1322 + + + segmentType + line + smooth + + x + 468.0 + y + 0 + + + segmentType + line + smooth + + x + 338.0 + y + 0 + + + segmentType + line + smooth + + x + 733.0 + y + 1205 + + + segmentType + line + smooth + + x + 308.0 + y + 1205 + + + smooth + + x + 244.0 + y + 1205 + + + smooth + + x + 200.0 + y + 1195 + + + segmentType + curve + smooth + + x + 173.0 + y + 1172 + + + smooth + + x + 144.0 + y + 1152 + + + smooth + + x + 110.0 + y + 1109 + + + segmentType + curve + smooth + + x + 69.0 + y + 1042 + + + segmentType + line + smooth + + x + 34.0 + y + 1059 + + + segmentType + line + smooth + + x + 112.0 + y + 1251 + + + smooth + + x + 122.0 + y + 1275 + + + smooth + + x + 134.0 + y + 1310 + + + segmentType + curve + smooth + + x + 152.0 + y + 1355 + + + + + lib + + + name + seven + unicodes + + + width + 508 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/six.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/six.glif new file mode 100755 index 0000000..81c5f90 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/six.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/slash.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/slash.glif new file mode 100755 index 0000000..5fa3f21 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/slash.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/space.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/space.glif new file mode 100755 index 0000000..91db20e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/sterling.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/sterling.glif new file mode 100755 index 0000000..75ecf1d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/sterling.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/t.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/t.glif new file mode 100755 index 0000000..f614d68 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/t.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 320 + y + 1167 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/thinspace.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/thinspace.glif new file mode 100755 index 0000000..0a9f409 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/thinspace.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/three.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/three.glif new file mode 100755 index 0000000..565990d --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/three.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/tilde.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/tilde.glif new file mode 100755 index 0000000..620583b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/tilde.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 296 + y + 1127 + + + com.typemytype.robofont.mark + + 1.0 + 0.5309 + 0.7309 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/trademark.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/trademark.glif new file mode 100755 index 0000000..d712b89 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/trademark.glif @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/two.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/two.glif new file mode 100755 index 0000000..b684007 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/two.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/u.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/u.glif new file mode 100755 index 0000000..8bfdca5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/u.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/uacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/uacute.glif new file mode 100755 index 0000000..30bad22 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/uacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ucircumflex.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ucircumflex.glif new file mode 100755 index 0000000..bf75647 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/udieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/udieresis.glif new file mode 100755 index 0000000..199f7d7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/udieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ugrave.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ugrave.glif new file mode 100755 index 0000000..554f62b --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ugrave.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/underscore.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/underscore.glif new file mode 100755 index 0000000..1a9c522 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/v.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/v.glif new file mode 100755 index 0000000..e967887 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/v.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 624 + y + 278 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/velvetyne.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/velvetyne.glif new file mode 100755 index 0000000..e91a503 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/velvetyne.glif @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/w.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/w.glif new file mode 100755 index 0000000..daab3db --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/w.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/x.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/x.glif new file mode 100755 index 0000000..ba13f48 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/x.glif @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 30 + y + 78 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 965 + y + 88 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 227 + y + 95 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + -76 + y + 500 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 13 + y + 750 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 207 + y + -250 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/y.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/y.glif new file mode 100755 index 0000000..4e3a0d7 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/y.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 67.0 + isGlobal + + magnetic + 5 + name + + x + 747 + y + 553 + + + angle + 67.0 + isGlobal + + magnetic + 5 + name + + x + 589 + y + 398 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + showMeasurements + 1 + x + 621 + y + 11 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yacute.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yacute.glif new file mode 100755 index 0000000..56d483f --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yacute.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ydieresis.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ydieresis.glif new file mode 100755 index 0000000..f830102 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/ydieresis.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + com.typemytype.robofont.mark + + 0.3739 + 0.9739 + 0.9829 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yen.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yen.glif new file mode 100755 index 0000000..c0c4f3e --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/yen.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/z.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/z.glif new file mode 100755 index 0000000..0be4017 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/z.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 180 + y + 823 + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 770 + y + 351 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/zero.glif b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/zero.glif new file mode 100755 index 0000000..cb70d67 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/glyphs/zero.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 90.0 + isGlobal + + magnetic + 5 + name + + x + 725 + y + 692 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 675 + y + 675 + + + angle + 0 + isGlobal + + magnetic + 5 + name + + x + 1838.9319431538488 + y + 1482.0696184099938 + + + com.typemytype.robofont.mark + + 0.0008 + 0.8221 + 0.2832 + 1.0 + + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/groups.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/groups.plist new file mode 100755 index 0000000..4409662 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/groups.plist @@ -0,0 +1,1426 @@ + + + + + @MMK_L_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_L_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_L_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_L_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_L_kernCap_questiondown3 + + questiondown.cap + + @MMK_L_kernLC_a1 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_kernLC_c1 + + c + ccedilla + + @MMK_L_kernLC_dcaron1 + + + @MMK_L_kernLC_e1 + + e + eacute + ecircumflex + edieresis + egrave + + @MMK_L_kernLC_eth3 + + + @MMK_L_kernLC_f1 + + f + ff + + @MMK_L_kernLC_g1 + + g + + @MMK_L_kernLC_germandbls1 + + + @MMK_L_kernLC_i1 + + dotlessi + fi + i + iacute + icircumflex + idieresis + igrave + j + + @MMK_L_kernLC_k1 + + k + + @MMK_L_kernLC_l1 + + d + fl + l + ffl + + @MMK_L_kernLC_n1 + + h + m + n + ntilde + Th + + @MMK_L_kernLC_o1 + + b + o + oacute + ocircumflex + odieresis + ograve + otilde + p + + @MMK_L_kernLC_q1 + + q + + @MMK_L_kernLC_r1 + + r + + @MMK_L_kernLC_s1 + + s + + @MMK_L_kernLC_t1 + + t + + @MMK_L_kernLC_tcaron1 + + + @MMK_L_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_kernLC_v3 + + v + w + + @MMK_L_kernLC_w3 + + + @MMK_L_kernLC_x3 + + x + + @MMK_L_kernLC_y3 + + y + yacute + ydieresis + + @MMK_L_kernLC_z3 + + z + + @MMK_L_kernLP_cent3 + + + @MMK_L_kernLP_dollar3 + + + @MMK_L_kernLP_eight3 + + + @MMK_L_kernLP_euro3 + + + @MMK_L_kernLP_five3 + + + @MMK_L_kernLP_florin3 + + + @MMK_L_kernLP_four3 + + + @MMK_L_kernLP_nine3 + + + @MMK_L_kernLP_numbersign3 + + + @MMK_L_kernLP_one3 + + + @MMK_L_kernLP_seven3 + + + @MMK_L_kernLP_six3 + + + @MMK_L_kernLP_sterling3 + + + @MMK_L_kernLP_three3 + + + @MMK_L_kernLP_two3 + + + @MMK_L_kernLP_yen3 + + + @MMK_L_kernLP_zero3 + + + @MMK_L_kernOP_dollar3 + + + @MMK_L_kernOP_eight3 + + + @MMK_L_kernOP_euro1 + + + @MMK_L_kernOP_five1 + + + @MMK_L_kernOP_four1 + + + @MMK_L_kernOP_nine1 + + + @MMK_L_kernOP_one1 + + + @MMK_L_kernOP_seven1 + + + @MMK_L_kernOP_six1 + + + @MMK_L_kernOP_three1 + + + @MMK_L_kernOP_two1 + + + @MMK_L_kernOP_yen3 + + + @MMK_L_kernOP_zero3 + + + @MMK_L_kernSup_a3 + + ordfeminine + + @MMK_L_kernSup_o1 + + ordmasculine + numero + + @MMK_L_kernSuperior_eight3 + + + @MMK_L_kernSuperior_five3 + + + @MMK_L_kernSuperior_four3 + + + @MMK_L_kernSuperior_nine3 + + + @MMK_L_kernSuperior_one3 + + + @MMK_L_kernSuperior_seven3 + + + @MMK_L_kernSuperior_six3 + + + @MMK_L_kernSuperior_three3 + + + @MMK_L_kernSuperior_two3 + + + @MMK_L_kernSuperior_zero3 + + + @MMK_L_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_kern_B1 + + B + + @MMK_L_kern_C1 + + C + Ccedilla + + @MMK_L_kern_E1 + + E + Eacute + Ecircumflex + Edieresis + Egrave + + @MMK_L_kern_F1 + + F + + @MMK_L_kern_G1 + + G + + @MMK_L_kern_H1 + + H + I + Iacute + Icircumflex + Idieresis + Igrave + M + + @MMK_L_kern_J1 + + J + + @MMK_L_kern_K1 + + K + + @MMK_L_kern_Kalt1 + + + @MMK_L_kern_L1 + + L + + @MMK_L_kern_N1 + + N + Ntilde + + @MMK_L_kern_O1 + + D + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_L_kern_P1 + + P + + @MMK_L_kern_R1 + + R + + @MMK_L_kern_Ralt1 + + + @MMK_L_kern_S3 + + S + + @MMK_L_kern_T3 + + T + + @MMK_L_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_kern_V3 + + V + + @MMK_L_kern_W3 + + W + + @MMK_L_kern_X3 + + X + + @MMK_L_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_L_kern_Z3 + + Z + + @MMK_L_kern_ampersand3 + + ampersand + + @MMK_L_kern_asterisk3 + + asterisk + + @MMK_L_kern_at3 + + at + + @MMK_L_kern_backslash3 + + backslash + + @MMK_L_kern_braceleft1 + + braceleft + braceleft.cap + + @MMK_L_kern_braceright1 + + braceright + braceright.cap + + @MMK_L_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_L_kern_colon3 + + colon + semicolon + + @MMK_L_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_L_kern_copyright3 + + copyright + + @MMK_L_kern_dagger3 + + dagger + + @MMK_L_kern_daggerdbl3 + + + @MMK_L_kern_degree3 + + degree + + @MMK_L_kern_equal3 + + equal + + @MMK_L_kern_exclam3 + + exclam + + @MMK_L_kern_exclamdown3 + + exclamdown + + @MMK_L_kern_fraction3 + + + @MMK_L_kern_greater3 + + greater + + @MMK_L_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_L_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_L_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_L_kern_less3 + + less + + @MMK_L_kern_notdef3 + + .notdef + + @MMK_L_kern_parenleft1 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_L_kern_parenright1 + + parenright + bracketright + bracketright.cap + parenright.cap + + @MMK_L_kern_percent3 + + percent + + @MMK_L_kern_period3 + + ellipsis + period + + @MMK_L_kern_plus3 + + divide + plus + + @MMK_L_kern_question3 + + question + + @MMK_L_kern_questiondown3 + + questiondown + + @MMK_L_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_L_kern_quotedblright3 + + quotedblright + quoteright + quotesingle + quotedbl + + @MMK_L_kern_registered3 + + registered + + @MMK_L_kern_slash3 + + slash + + @MMK_L_kern_space3 + + space + + @MMK_L_kern_trade3 + + trademark + + @MMK_R_kernCap_exclamdown3 + + exclamdown.cap + + @MMK_R_kernCap_guillemotleft3 + + guillemotleft.cap + guilsinglleft.cap + + @MMK_R_kernCap_guillemotright3 + + guillemotright.cap + guilsinglright.cap + + @MMK_R_kernCap_hyphen3 + + emdash.cap + endash.cap + hyphen.cap + + @MMK_R_kernCap_questiondown3 + + questiondown.cap + + @MMK_R_kernLC_a2 + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_R_kernLC_eth3 + + + @MMK_R_kernLC_f2 + + f + fi + fl + ff + ffi + ffl + + @MMK_R_kernLC_g3 + + g + + @MMK_R_kernLC_i2 + + dotlessi + i + iacute + icircumflex + idieresis + igrave + + @MMK_R_kernLC_j2 + + j + + @MMK_R_kernLC_l2 + + h + k + l + b + + @MMK_R_kernLC_n2 + + m + n + ntilde + p + r + + @MMK_R_kernLC_o2 + + c + ccedilla + d + e + eacute + ecircumflex + edieresis + egrave + o + oacute + ocircumflex + odieresis + ograve + otilde + q + + @MMK_R_kernLC_s2 + + s + + @MMK_R_kernLC_t2 + + t + + @MMK_R_kernLC_u3 + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_kernLC_v3 + + v + w + + @MMK_R_kernLC_w3 + + + @MMK_R_kernLC_x3 + + x + + @MMK_R_kernLC_y3 + + y + yacute + ydieresis + + @MMK_R_kernLC_z3 + + z + + @MMK_R_kernLP_cent3 + + + @MMK_R_kernLP_dollar3 + + + @MMK_R_kernLP_eight3 + + + @MMK_R_kernLP_euro3 + + + @MMK_R_kernLP_five3 + + + @MMK_R_kernLP_florin3 + + + @MMK_R_kernLP_four3 + + + @MMK_R_kernLP_nine3 + + + @MMK_R_kernLP_numbersign3 + + numbersign + + @MMK_R_kernLP_one3 + + + @MMK_R_kernLP_seven3 + + + @MMK_R_kernLP_six3 + + + @MMK_R_kernLP_sterling3 + + + @MMK_R_kernLP_three3 + + + @MMK_R_kernLP_two3 + + + @MMK_R_kernLP_yen3 + + + @MMK_R_kernLP_zero3 + + + @MMK_R_kernOP_dollar3 + + + @MMK_R_kernOP_euro3 + + + @MMK_R_kernOP_five2 + + + @MMK_R_kernOP_four2 + + + @MMK_R_kernOP_nine2 + + + @MMK_R_kernOP_one2 + + + @MMK_R_kernOP_seven2 + + + @MMK_R_kernOP_three2 + + + @MMK_R_kernOP_two2 + + + @MMK_R_kernOP_yen3 + + + @MMK_R_kernOP_zero3 + + + @MMK_R_kernSup_a3 + + ordfeminine + + @MMK_R_kernSup_o2 + + ordmasculine + + @MMK_R_kernSuperior_eight3 + + + @MMK_R_kernSuperior_five3 + + + @MMK_R_kernSuperior_four3 + + + @MMK_R_kernSuperior_nine3 + + + @MMK_R_kernSuperior_one3 + + + @MMK_R_kernSuperior_seven3 + + + @MMK_R_kernSuperior_six3 + + + @MMK_R_kernSuperior_three3 + + + @MMK_R_kernSuperior_two3 + + + @MMK_R_kernSuperior_zero3 + + + @MMK_R_kern_A3 + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_R_kern_AE2 + + + @MMK_R_kern_H2 + + B + D + E + Eacute + Ecircumflex + Edieresis + Egrave + F + H + I + Iacute + Icircumflex + Idieresis + Igrave + K + L + M + N + Ntilde + P + R + numero + + @MMK_R_kern_J2 + + J + + @MMK_R_kern_O2 + + C + Ccedilla + G + O + Oacute + Ocircumflex + Odieresis + Ograve + Otilde + Q + + @MMK_R_kern_S3 + + S + + @MMK_R_kern_T3 + + T + Th + + @MMK_R_kern_U3 + + U + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_kern_V3 + + V + + @MMK_R_kern_W3 + + W + + @MMK_R_kern_X3 + + X + + @MMK_R_kern_Y3 + + Y + Yacute + Ydieresis + + @MMK_R_kern_Z3 + + Z + + @MMK_R_kern_ampersand3 + + ampersand + + @MMK_R_kern_asterisk3 + + asterisk + + @MMK_R_kern_at3 + + at + + @MMK_R_kern_backslash3 + + backslash + + @MMK_R_kern_braceleft2 + + braceleft + braceleft.cap + + @MMK_R_kern_braceright2 + + braceright + braceright.cap + + @MMK_R_kern_bullet3 + + bullet + periodcentered + periodcentered.cap + + @MMK_R_kern_colon3 + + colon + semicolon + + @MMK_R_kern_comma3 + + comma + quotedblbase + quotesinglbase + + @MMK_R_kern_copyright3 + + copyright + + @MMK_R_kern_dagger3 + + dagger + + @MMK_R_kern_daggerdbl3 + + + @MMK_R_kern_degree3 + + degree + + @MMK_R_kern_equal3 + + equal + + @MMK_R_kern_exclam3 + + exclam + + @MMK_R_kern_exclamdown3 + + exclamdown + + @MMK_R_kern_fraction3 + + + @MMK_R_kern_greater3 + + greater + + @MMK_R_kern_guillemotleft3 + + guillemotleft + guilsinglleft + + @MMK_R_kern_guillemotright3 + + guillemotright + guilsinglright + + @MMK_R_kern_hyphen3 + + emdash + endash + hyphen + minus + + @MMK_R_kern_less3 + + less + + @MMK_R_kern_notdef3 + + .notdef + + @MMK_R_kern_parenleft2 + + bracketleft + bracketleft.cap + parenleft + parenleft.cap + + @MMK_R_kern_parenright2 + + bracketright + bracketright.cap + parenright + parenright.cap + + @MMK_R_kern_percent3 + + percent + + @MMK_R_kern_period3 + + ellipsis + period + + @MMK_R_kern_plus3 + + divide + plus + + @MMK_R_kern_question3 + + question + + @MMK_R_kern_questiondown3 + + questiondown + + @MMK_R_kern_quotedblleft3 + + quotedblleft + quoteleft + + @MMK_R_kern_quotedblright3 + + quotedblright + quoteright + quotedbl + quotesingle + + @MMK_R_kern_registered3 + + registered + + @MMK_R_kern_slash3 + + slash + + @MMK_R_kern_space3 + + space + + @MMK_R_kern_trade3 + + trademark + + kern_punct + + comma + semicolon + colon + period + ellipsis + exclam + exclamdown + question + questiondown + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + slash + backslash + bullet + periodcentered + asterisk + dagger + daggerdbl + copyright + registered + published + trademark + servicemark + + kern_punct_sc + + ampersand.small + hyphen + guilsinglleft + guilsinglright + guillemotleft + guillemotright + endash + emdash + parenleft.small + parenright.small + bracketleft.small + bracketright.small + braceleft.small + braceright.small + at.small + + kern_punct_uc + + ampersand + hyphen.cap + guilsinglleft.cap + guilsinglright.cap + guillemotleft.cap + guillemotright.cap + endash.cap + emdash.cap + parenleft.cap + parenright.cap + bracketleft.cap + bracketright.cap + braceleft.cap + braceright.cap + at.cap + + kern_sc + + A.small + B.small + C.small + D.small + E.small + F.small + G.small + H.small + I.small + J.small + K.small + L.small + M.small + N.small + O.small + P.small + Q.small + R.small + S.small + T.small + U.small + V.small + W.small + X.small + Y.small + Z.small + Agrave.small + Aacute.small + Acircumflex.small + Atilde.small + Adieresis.small + Amacron.small + Abreve.small + Aring.small + Aringacute.small + Aogonek.small + AE.small + AEacute.small + Cacute.small + Ccircumflex.small + Ccaron.small + Cdotaccent.small + Ccedilla.small + Dcaron.small + Dcroat.small + Egrave.small + Eacute.small + Ecircumflex.small + Ecaron.small + Edieresis.small + Emacron.small + Ebreve.small + Edotaccent.small + Eogonek.small + Gcircumflex.small + Gbreve.small + Gdotaccent.small + Gcommaaccent.small + Hcircumflex.small + Hbar.small + Igrave.small + Iacute.small + Icircumflex.small + Itilde.small + Idieresis.small + Imacron.small + Ibreve.small + Iogonek.small + IJ.small + Jcircumflex.small + Kcommaaccent.small + Lacute.small + Lcaron.small + Lcommaaccent.small + Lslash.small + Ldot.small + Nacute.small + Ncaron.small + Ntilde.small + Ncommaaccent.small + Ograve.small + Oacute.small + Ocircumflex.small + Otilde.small + Odieresis.small + Omacron.small + Obreve.small + Ohungarumlaut.small + Oslash.small + Oslashacute.small + OE.small + Racute.small + Rcaron.small + Rcommaaccent.small + Sacute.small + Scircumflex.small + Scaron.small + Scedilla.small + Scommaaccent.small + Tcaron.small + Tcommaaccent.small + Tbar.small + Ugrave.small + Uacute.small + Ucircumflex.small + Utilde.small + Udieresis.small + Umacron.small + Ubreve.small + Uring.small + Uhungarumlaut.small + Uogonek.small + Wgrave.small + Wacute.small + Wcircumflex.small + Wdieresis.small + Ygrave.small + Yacute.small + Ycircumflex.small + Ydieresis.small + Zacute.small + Zcaron.small + Zdotaccent.small + Eng.small + Eth.small + Thorn.small + Schwa.small + + kern_uc + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + Agrave + Aacute + Acircumflex + Atilde + Adieresis + Amacron + Abreve + Aring + Aringacute + Aogonek + AE + AEacute + Cacute + Ccircumflex + Ccaron + Cdotaccent + Ccedilla + Dcaron + Dcroat + Egrave + Eacute + Ecircumflex + Ecaron + Edieresis + Emacron + Ebreve + Edotaccent + Eogonek + Gcircumflex + Gbreve + Gdotaccent + Gcommaaccent + Hcircumflex + Hbar + Igrave + Iacute + Icircumflex + Itilde + Idieresis + Imacron + Ibreve + Iogonek + IJ + Jcircumflex + Kcommaaccent + Lacute + Lcaron + Lcommaaccent + Lslash + Ldot + Nacute + Ncaron + Ntilde + Ncommaaccent + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + Omacron + Obreve + Ohungarumlaut + Oslash + Oslashacute + OE + Racute + Rcaron + Rcommaaccent + Sacute + Scircumflex + Scaron + Scedilla + Scommaaccent + Tcaron + Tcommaaccent + Tbar + Ugrave + Uacute + Ucircumflex + Utilde + Udieresis + Umacron + Ubreve + Uring + Uhungarumlaut + Uogonek + Wgrave + Wacute + Wcircumflex + Wdieresis + Ygrave + Yacute + Ycircumflex + Ydieresis + Zacute + Zcaron + Zdotaccent + Eng + Eth + Thorn + Schwa + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/kerning.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/kerning.plist new file mode 100755 index 0000000..6b58aba --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/kerning.plist @@ -0,0 +1,1733 @@ + + + + + @MMK_L_kernCap_guillemotleft3 + + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernCap_guillemotright3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -40 + @MMK_R_kern_X3 + -50 + @MMK_R_kern_Y3 + -100 + @MMK_R_kern_Z3 + -40 + + @MMK_L_kernCap_hyphen3 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kernLC_a1 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -10 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_c1 + + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_e1 + + @MMK_R_kernLC_a2 + -10 + @MMK_R_kernLC_x3 + -10 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + + @MMK_L_kernLC_f1 + + @MMK_R_kernLC_l2 + 20 + @MMK_R_kern_asterisk3 + 40 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_quotedblright3 + 20 + @MMK_R_kern_trade3 + 80 + + @MMK_L_kernLC_g1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_period3 + -40 + + @MMK_L_kernLC_germandbls1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_w3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + + @MMK_L_kernLC_k1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_l1 + + @MMK_R_kern_quotedblleft3 + -20 + + @MMK_L_kernLC_n1 + + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -60 + @MMK_R_kern_quotedblright3 + -60 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kernLC_o1 + + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_backslash3 + -20 + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_dagger3 + -20 + @MMK_R_kern_exclam3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_question3 + -20 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_q1 + + @MMK_R_kern_guillemotleft3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_trade3 + -20 + + @MMK_L_kernLC_r1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kernLC_s1 + + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kernLC_u3 + + @MMK_R_kern_quotedblleft3 + -20 + @MMK_R_kern_quotedblright3 + -40 + + @MMK_L_kernLC_v3 + + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_dagger3 + 10 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernLC_x3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_hyphen3 + -40 + + @MMK_L_kernLC_y3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_guillemotleft3 + -20 + @MMK_R_kern_guillemotright3 + 20 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -80 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kernSup_o1 + + four + -40 + seven + -40 + + @MMK_L_kernSuperior_seven3 + + @MMK_R_kernSuperior_zero3 + -40 + + @MMK_L_kernSuperior_zero3 + + @MMK_R_kernSuperior_seven3 + -40 + + @MMK_L_kern_A3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -60 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -70 + @MMK_R_kern_U3 + -60 + @MMK_R_kern_V3 + -120 + @MMK_R_kern_W3 + -90 + @MMK_R_kern_Y3 + -120 + @MMK_R_kern_asterisk3 + -40 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -40 + @MMK_R_kern_quotedblright3 + -80 + @MMK_R_kern_trade3 + -40 + + @MMK_L_kern_B1 + + @MMK_R_kernCap_guillemotleft3 + 40 + @MMK_R_kernCap_guillemotright3 + 40 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_O2 + 20 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_C1 + + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -20 + @MMK_R_kern_comma3 + -20 + + @MMK_L_kern_F1 + + @MMK_R_kernLC_a2 + -60 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -80 + @MMK_R_kernLC_n2 + -40 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -80 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_at3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -100 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_G1 + + @MMK_R_kern_Y3 + -20 + + @MMK_L_kern_H1 + + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_J2 + -20 + + @MMK_L_kern_J1 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -60 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_period3 + -60 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_K1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_j2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -20 + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -80 + @MMK_R_kern_O2 + -60 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_ampersand3 + -20 + @MMK_R_kern_asterisk3 + -20 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_dagger3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblright3 + -40 + @MMK_R_kern_registered3 + -40 + + @MMK_L_kern_L1 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -80 + @MMK_R_kern_U3 + -40 + @MMK_R_kern_V3 + -120 + @MMK_R_kern_W3 + -100 + @MMK_R_kern_Y3 + -120 + @MMK_R_kern_asterisk3 + -60 + @MMK_R_kern_backslash3 + -40 + @MMK_R_kern_question3 + -40 + @MMK_R_kern_quotedblleft3 + -80 + @MMK_R_kern_quotedblright3 + -120 + @MMK_R_kern_slash3 + -20 + + @MMK_L_kern_N1 + + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -20 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -20 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -20 + + @MMK_L_kern_O1 + + @MMK_R_kernCap_guillemotleft3 + 20 + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_T3 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_comma3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_quotedblright3 + -20 + @MMK_R_kern_slash3 + -40 + + @MMK_L_kern_P1 + + @MMK_R_kernCap_guillemotright3 + 20 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -60 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_R1 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kern_T3 + -30 + @MMK_R_kern_U3 + -60 + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_S3 + + @MMK_R_kern_A3 + -20 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_W3 + -20 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_T3 + + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -100 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -100 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -60 + @MMK_R_kernLC_u3 + -100 + @MMK_R_kernLC_v3 + -120 + @MMK_R_kernLC_x3 + -120 + @MMK_R_kernLC_y3 + -120 + @MMK_R_kernLC_z3 + -120 + @MMK_R_kern_A3 + -80 + @MMK_R_kern_AE2 + -110 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_slash3 + -100 + + @MMK_L_kern_U3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -20 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_comma3 + -80 + @MMK_R_kern_period3 + -80 + + @MMK_L_kern_V3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -100 + @MMK_R_kernLC_eth3 + -60 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -100 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -100 + @MMK_R_kernLC_s2 + -100 + @MMK_R_kernLC_t2 + -100 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_x3 + -100 + @MMK_R_kernLC_y3 + -100 + @MMK_R_kernLC_z3 + -120 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -40 + @MMK_R_kern_ampersand3 + -60 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -40 + @MMK_R_kern_colon3 + -60 + @MMK_R_kern_comma3 + -160 + @MMK_R_kern_copyright3 + -40 + @MMK_R_kern_hyphen3 + -20 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_period3 + -170 + @MMK_R_kern_registered3 + -40 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_W3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -20 + @MMK_R_kernLC_a2 + -110 + @MMK_R_kernLC_eth3 + -20 + @MMK_R_kernLC_f2 + -60 + @MMK_R_kernLC_g3 + -120 + @MMK_R_kernLC_n2 + -80 + @MMK_R_kernLC_o2 + -110 + @MMK_R_kernLC_s2 + -80 + @MMK_R_kernLC_t2 + -60 + @MMK_R_kernLC_u3 + -80 + @MMK_R_kernLC_v3 + -60 + @MMK_R_kernLC_x3 + -80 + @MMK_R_kernLC_y3 + -60 + @MMK_R_kernLC_z3 + -100 + @MMK_R_kern_A3 + -90 + @MMK_R_kern_AE2 + -90 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_bullet3 + -20 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_period3 + -120 + + @MMK_L_kern_X3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_o2 + -60 + @MMK_R_kernLC_s2 + -40 + @MMK_R_kernLC_t2 + -80 + @MMK_R_kernLC_u3 + -40 + @MMK_R_kernLC_v3 + -80 + @MMK_R_kernLC_y3 + -60 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -20 + @MMK_R_kern_braceright2 + -40 + @MMK_R_kern_bullet3 + -80 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_parenright2 + -40 + @MMK_R_kern_quotedblleft3 + -40 + + @MMK_L_kern_Y3 + + @MMK_R_kernCap_guillemotleft3 + -80 + @MMK_R_kernCap_guillemotright3 + -40 + @MMK_R_kernCap_hyphen3 + -40 + @MMK_R_kernLC_a2 + -140 + @MMK_R_kernLC_eth3 + -40 + @MMK_R_kernLC_f2 + -80 + @MMK_R_kernLC_g3 + -140 + @MMK_R_kernLC_i2 + -20 + @MMK_R_kernLC_j2 + -40 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_n2 + -120 + @MMK_R_kernLC_o2 + -160 + @MMK_R_kernLC_s2 + -120 + @MMK_R_kernLC_t2 + -120 + @MMK_R_kernLC_u3 + -120 + @MMK_R_kernLC_v3 + -140 + @MMK_R_kernLC_x3 + -140 + @MMK_R_kernLC_y3 + -120 + @MMK_R_kernLC_z3 + -140 + @MMK_R_kern_A3 + -120 + @MMK_R_kern_AE2 + -120 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -60 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_Z3 + -20 + @MMK_R_kern_ampersand3 + -40 + @MMK_R_kern_at3 + -60 + @MMK_R_kern_braceright2 + -20 + @MMK_R_kern_bullet3 + -60 + @MMK_R_kern_colon3 + -80 + @MMK_R_kern_comma3 + -120 + @MMK_R_kern_copyright3 + -60 + @MMK_R_kern_hyphen3 + -60 + @MMK_R_kern_parenright2 + -20 + @MMK_R_kern_period3 + -120 + @MMK_R_kern_registered3 + -60 + @MMK_R_kern_slash3 + -60 + + @MMK_L_kern_Z3 + + @MMK_R_kernCap_guillemotleft3 + -40 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_S3 + -20 + @MMK_R_kern_T3 + -20 + + @MMK_L_kern_ampersand3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_at3 + + @MMK_R_kern_V3 + -60 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_backslash3 + + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_v3 + -20 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -80 + @MMK_R_kern_S3 + -40 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -80 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_braceleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -40 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_bullet3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_T3 + -40 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -80 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_colon3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -80 + seven + -20 + + @MMK_L_kern_comma3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -160 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_X3 + -20 + @MMK_R_kern_Y3 + -120 + seven + -30 + zero + -20 + + @MMK_L_kern_copyright3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_dagger3 + + @MMK_R_kernLC_y3 + 10 + @MMK_R_kernLC_z3 + -20 + + @MMK_L_kern_degree3 + + five + -40 + four + -40 + zero + -20 + + @MMK_L_kern_equal3 + + five + -20 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_greater3 + + eight + -20 + five + -40 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_guillemotleft3 + + @MMK_R_kernLC_v3 + 20 + @MMK_R_kernLC_y3 + 20 + + @MMK_L_kern_guillemotright3 + + @MMK_R_kernLC_x3 + -20 + + @MMK_L_kern_hyphen3 + + @MMK_R_kernLC_v3 + -20 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kern_A3 + -20 + @MMK_R_kern_T3 + -60 + @MMK_R_kern_V3 + -20 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -60 + five + -40 + nine + -20 + one + -40 + seven + -60 + three + -40 + two + -40 + + @MMK_L_kern_parenleft1 + + @MMK_R_kernLC_t2 + -40 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_AE2 + -80 + @MMK_R_kern_J2 + -20 + @MMK_R_kern_O2 + -20 + @MMK_R_kern_V3 + -40 + @MMK_R_kern_X3 + -40 + @MMK_R_kern_Y3 + -40 + + @MMK_L_kern_percent3 + + five + -20 + seven + -40 + three + -20 + two + -20 + + @MMK_L_kern_period3 + + @MMK_R_kernLC_o2 + -20 + @MMK_R_kernLC_t2 + -20 + @MMK_R_kernLC_u3 + -20 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_y3 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_T3 + -120 + @MMK_R_kern_U3 + -80 + @MMK_R_kern_V3 + -170 + @MMK_R_kern_W3 + -120 + @MMK_R_kern_Y3 + -160 + seven + -20 + zero + -20 + + @MMK_L_kern_plus3 + + five + -40 + one + -40 + seven + -40 + three + -40 + two + -40 + + @MMK_L_kern_question3 + + @MMK_R_kern_A3 + -40 + + @MMK_L_kern_questiondown3 + + @MMK_R_kernLC_f2 + -40 + @MMK_R_kernLC_l2 + -40 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -40 + @MMK_R_kern_H2 + -40 + @MMK_R_kern_O2 + -40 + @MMK_R_kern_Y3 + -80 + + @MMK_L_kern_quotedblleft3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -40 + @MMK_R_kernLC_n2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_v3 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_y3 + -20 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -100 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_J2 + -60 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_quotedblright3 + + @MMK_R_kernLC_a2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kern_A3 + -60 + @MMK_R_kern_AE2 + -100 + @MMK_R_kern_O2 + -20 + + @MMK_L_kern_registered3 + + @MMK_R_kern_V3 + -40 + @MMK_R_kern_Y3 + -60 + + @MMK_L_kern_slash3 + + @MMK_R_kernLC_a2 + -40 + @MMK_R_kernLC_g3 + -20 + @MMK_R_kernLC_l2 + -20 + @MMK_R_kernLC_o2 + -40 + @MMK_R_kernLC_x3 + -40 + @MMK_R_kernLC_z3 + -40 + @MMK_R_kern_A3 + -40 + four + -20 + + cent + + five + -20 + three + -20 + + dollar + + five + -20 + three + -20 + + eight + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kern_less3 + -20 + @MMK_R_kern_slash3 + -20 + five + -40 + nine + -10 + one + -20 + seven + -20 + three + -20 + two + -10 + yen + -40 + + five + + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_slash3 + -40 + five + -20 + seven + -20 + three + -10 + two + -20 + + four + + five + -20 + three + -10 + + nine + + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -60 + five + -20 + seven + -20 + three + -10 + yen + -40 + + numbersign + + five + -20 + three + -20 + + one + + @MMK_R_kernLP_numbersign3 + -20 + @MMK_R_kernSup_a3 + -40 + @MMK_R_kernSup_o2 + -40 + @MMK_R_kern_degree3 + -40 + @MMK_R_kern_equal3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_less3 + -40 + @MMK_R_kern_percent3 + -20 + @MMK_R_kern_plus3 + -40 + Euro + -20 + cent + -20 + eight + -10 + five + -40 + four + -40 + nine + -20 + seven + -40 + six + -20 + three + -20 + two + -20 + yen + -40 + + seven + + @MMK_R_kern_colon3 + -40 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_equal3 + -40 + @MMK_R_kern_hyphen3 + -40 + @MMK_R_kern_less3 + -40 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_plus3 + -40 + @MMK_R_kern_slash3 + -60 + five + -40 + four + -40 + nine + -20 + one + -20 + six + -20 + sterling + -20 + three + -10 + two + -10 + zero + -10 + + six + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_percent3 + -20 + @MMK_R_kern_slash3 + -20 + five + -20 + nine + -10 + one + -20 + seven + -20 + three + -20 + two + -10 + + three + + @MMK_R_kern_colon3 + -20 + @MMK_R_kern_comma3 + -40 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_period3 + -40 + @MMK_R_kern_slash3 + -40 + five + -20 + one + -10 + seven + -20 + three + -20 + two + -10 + + two + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_degree3 + -40 + @MMK_R_kern_less3 + -20 + five + -10 + seven + -20 + yen + -40 + + yen + + eight + -40 + five + -40 + six + -40 + three + -10 + zero + -20 + + zero + + @MMK_R_kernSup_a3 + -20 + @MMK_R_kernSup_o2 + -20 + @MMK_R_kern_comma3 + -20 + @MMK_R_kern_degree3 + -20 + @MMK_R_kern_period3 + -20 + @MMK_R_kern_slash3 + -40 + five + -40 + nine + -10 + seven + -20 + three + -20 + two + -10 + yen + -20 + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/lib.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/lib.plist new file mode 100755 index 0000000..0dfa72a --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/lib.plist @@ -0,0 +1,740 @@ + + + + + com.typemytype.robofont.backgroud.layerShowCoordinates + + com.typemytype.robofont.backgroud.layerShowFill + + com.typemytype.robofont.backgroud.layerShowPoints + + com.typemytype.robofont.backgroud.layerShowStroke + + com.typemytype.robofont.backgroud.layerStrokeColor + + 1.0 + 0.75 + 0.0 + 0.7 + + com.typemytype.robofont.compileSettings.MacRomanFirst + 1 + com.typemytype.robofont.compileSettings.autohint + 1 + com.typemytype.robofont.compileSettings.checkOutlines + 1 + com.typemytype.robofont.compileSettings.createDummyDSIG + + com.typemytype.robofont.compileSettings.decompose + 1 + com.typemytype.robofont.compileSettings.generateFormat + 0 + com.typemytype.robofont.compileSettings.path + /Users/lucas/Desktop/typographie/50_custom-fonts/IKOB/50 otf/_update/happy-times-NG_regular_master.otf + com.typemytype.robofont.compileSettings.releaseMode + 1 + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 722 + y + 1375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 194 + y + -440 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 54 + y + 1134 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 73 + y + 1355 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 193 + y + 510 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + ascender + x + 38 + y + 750 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 232 + y + -10 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 168 + y + 760 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + x + 291 + y + 476 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + + showMeasurements + 1 + x + 58 + y + 34 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + UC_mid + showMeasurements + 1 + x + 423 + y + 375 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + LC_mid + showMeasurements + 1 + x + 270 + y + 250 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + UC_accent_mid + x + 231 + y + 650 + + + angle + 0 + isGlobal + 1 + magnetic + 5 + name + mid_calc + showMeasurements + 1 + x + 326 + y + 312 + + + com.typemytype.robofont.italicSlantOffset + 0 + com.typemytype.robofont.layerOrder + + backgroud + mask + + com.typemytype.robofont.mask.layerStrokeColor + + 1.0 + 0.75 + 0.0 + 0.7 + + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.shouldAddPointsInSplineConversion + 0 + com.typemytype.robofont.sort + + + ascending + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + type + glyphList + + + public.glyphOrder + + .null + .notdef + space + CR + thinspace + ampersand + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + acute + grave + circumflex + tilde + dieresis + ring + cedilla + Aacute + Agrave + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Eacute + Egrave + Ecircumflex + Edieresis + Iacute + Igrave + Icircumflex + Idieresis + Ntilde + Oacute + Ograve + Ocircumflex + Oslash + Odieresis + Otilde + OE + Uacute + Ugrave + Ucircumflex + Udieresis + Yacute + Ydieresis + aacute + agrave + acircumflex + atilde + adieresis + aring + ae + ccedilla + eacute + egrave + ecircumflex + edieresis + iacute + igrave + icircumflex + idieresis + dotlessi + ntilde + oacute + ograve + ocircumflex + oslash + odieresis + otilde + oe + germandbls + uacute + ugrave + ucircumflex + udieresis + yacute + ydieresis + period + comma + colon + semicolon + ellipsis + hyphen + hyphen.cap + exclam + question + exclamdown + exclamdown.cap + questiondown + questiondown.cap + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + quotesingle + quotedbl + guilsinglleft + guilsinglright + guilsinglleft.cap + guilsinglright.cap + guillemotleft + guillemotright + guillemotleft.cap + guillemotright.cap + parenleft + parenright + parenleft.cap + parenright.cap + braceleft + braceright + braceleft.cap + braceright.cap + bracketleft + bracketright + bracketleft.cap + bracketright.cap + underscore + endash + endash.cap + emdash + emdash.cap + bullet + periodcentered + periodcentered.cap + asterisk + paragraph + section + dagger + at + numero + numbersign + backslash + slash + bar + brokenbar + asciicircum + asciitilde + Euro + dollar + cent + sterling + yen + copyright + registered + trademark + ordfeminine + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + percent + plus + minus + plusminus + multiply + divide + equal + less + greater + degree + velvetyne + fi + fl + ff + ffi + ffl + Th + + + diff --git a/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/metainfo.plist b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/metainfo.plist new file mode 100755 index 0000000..f5ec4e5 --- /dev/null +++ b/themes/theo_lem/static/css/fonts/Happy-Times-at-the-IKOB-master/sources/1-ufo/happy-times-NG_regular_master.ufo.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + org.robofab.ufoLib + formatVersion + 2 + + diff --git a/themes/theo_lem/static/css/index.css b/themes/theo_lem/static/css/index.css new file mode 100644 index 0000000..ac064ec --- /dev/null +++ b/themes/theo_lem/static/css/index.css @@ -0,0 +1,5 @@ +.banner-img { + height: auto; + border: solid; + border-width: 1px; +} diff --git a/themes/theo_lem/static/css/index.less b/themes/theo_lem/static/css/index.less new file mode 100644 index 0000000..4bf8778 --- /dev/null +++ b/themes/theo_lem/static/css/index.less @@ -0,0 +1,8 @@ +@banner-height: 530px; +@banner-width: 100%; + +.banner-img { + height: auto; + border: solid; + border-width: 1px; +} diff --git a/themes/theo_lem/static/css/main.css b/themes/theo_lem/static/css/main.css new file mode 100644 index 0000000..fe16fa2 --- /dev/null +++ b/themes/theo_lem/static/css/main.css @@ -0,0 +1,123 @@ +@font-face { + font-family: happy; + src: url('/theme/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf'); +} +* { + background-color: white; + font-family: 'happy'; +} +a { + color: #737373; + text-decoration: none; +} +a::hover { + text-decoration: underline; +} +h1 > a, +h2 > a, +h3 > a, +h4 > a { + color: black; +} +.navbar > a { + text-decoration: none; + color: black; +} +.navbar { + font-size: 1.5em; + width: 100%; + height: 10px; + background-color: white; + margin-top: 10px; + padding-bottom: 25px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.navbar a { + padding-left: 40px; + padding-right: 40px; +} +.navbar :hover { + text-decoration: underline; +} +.footer { + margin-top: 50px; + margin-bottom: 30px; + text-align: center; +} +.footer a { + text-decoration: none; + padding-right: 20px; + padding-left: 20px; +} +#break-footer { + width: 20%; +} +.banner-img { + width: 100%; + height: 300px; + object-fit: cover; +} +#rss-logo { + width: 20px; + height: 20px; +} +#git-logo { + width: 20px; + height: 20px; +} +.content { + margin-top: 50px; + margin-left: 15%; + max-width: 60%; + font-size: 1.2em; +} +.content a:hover { + text-decoration: underline; +} +.article-anchor { + padding-left: 10px; + padding-right: 10px; +} +.title-block { + text-align: left; +} +code { + background-color: #cccccc; + font-style: italic; +} +blockquote { + margin-left: 40px; + font-style: italic; + font-size: 1em; +} +@media print { + .banner { + visibility: hidden; + } + .navbar { + visibility: hidden; + } +} +.paginator { + text-align: center; +} +.page_numbers { + padding: 20px; +} +.content > div > p > img { + border: solid 1px; +} +.subsection-banner { + width: 100%; +} +.monospace-this p { + font-family: Courier, monospace; + line-height: 1; + letter-spacing: 1em; +} +.monospace-this hr { + width: 20%; + margin: 2em 0 2em; +} diff --git a/themes/theo_lem/static/css/main.less b/themes/theo_lem/static/css/main.less new file mode 100644 index 0000000..48a613f --- /dev/null +++ b/themes/theo_lem/static/css/main.less @@ -0,0 +1,153 @@ +@import "fonts.less"; + +@navbar-width:100%; +@navbar-height: 10px; +@banner-height: 530px; +@banner-width: 100%; +@logo-dimension: 20px; + +* { + background-color: white; + font-family: 'happy'; +} + +a { + color: #737373; + text-decoration: none; +} +a::hover { + text-decoration: underline; +} + +h1 > a, h2 > a, h3 > a, h4 > a { + color:black; +} + +.navbar > a { + text-decoration: none; + color: black; +} + +.navbar { + font-size: 1.5em; + width: @navbar-width; + height: @navbar-height; + background-color: white; + margin-top: 10px; + padding-bottom: 25px; + + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + + a { + padding-left: 40px; + padding-right: 40px; + } + + :hover { + text-decoration: underline; + } +} + +.footer { + margin-top: 50px; + margin-bottom: 30px; + text-align: center; + + a { + text-decoration: none; + padding-right: 20px; + padding-left: 20px; + } +} + +#break-footer { + width:20%; +} + +.banner-img { + width: @banner-width; + height:300px; + object-fit: cover; +} + + +#rss-logo { + width: @logo-dimension; + height: @logo-dimension; +} + +#git-logo { + width: @logo-dimension; + height: @logo-dimension; +} + + +.content { + margin-top: @navbar-height + 40px; + margin-left: 15%; + max-width: 60%; + font-size: 1.2em; + a:hover { + text-decoration: underline; + } + +} + +.article-anchor { + padding-left: 10px; + padding-right: 10px; +} + +.title-block { + text-align: left; +} + +code { + background-color: #cccccc; + font-style: italic; +} + +blockquote { + margin-left: 40px; + font-style: italic; + font-size: 1em; +} + +@media print { + .banner { + visibility: hidden; + } + + .navbar { + visibility: hidden; + } +} + +.paginator { + text-align: center; +} + +.page_numbers { + padding: 20px; +} + +.content > div > p > img { + border: solid 1px; +} + +.subsection-banner { + width: 100%; +} + +.monospace-this p { + font-family: Courier, monospace; + line-height: 1; + letter-spacing: 1em; +} + +.monospace-this hr { + width: 20%; + margin: 2em 0 2em; +} diff --git a/themes/theo_lem/static/css/print.css b/themes/theo_lem/static/css/print.css new file mode 100644 index 0000000..ecfd558 --- /dev/null +++ b/themes/theo_lem/static/css/print.css @@ -0,0 +1,4 @@ +.banner { + display: none; +} + diff --git a/themes/theo_lem/templates/archive.html b/themes/theo_lem/templates/archive.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/templates/article.html b/themes/theo_lem/templates/article.html new file mode 100644 index 0000000..6210f81 --- /dev/null +++ b/themes/theo_lem/templates/article.html @@ -0,0 +1,16 @@ +{% extends 'base.html' %} + +{% block title %}{{ SITENAME }} | {{ article.title }} {% endblock title %} + +{% block content %} + +
+

{{ article.title }}

+

{{ article.date | strftime('%d.%m.%Y')}}

+
+
+
+ {{ article.content }} +
+ +{% endblock content %} diff --git a/themes/theo_lem/templates/author.html b/themes/theo_lem/templates/author.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/templates/authors.html b/themes/theo_lem/templates/authors.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/templates/base.html b/themes/theo_lem/templates/base.html new file mode 100644 index 0000000..0650c73 --- /dev/null +++ b/themes/theo_lem/templates/base.html @@ -0,0 +1,54 @@ + + + + + {% block title %}{{ SITENAME }}{% endblock %} + + + + + {% block head %} + {% endblock head %} + + + + + +
+ +
+ {% block content %} + {% endblock %} +
+ + + + + + diff --git a/themes/theo_lem/templates/categories.html b/themes/theo_lem/templates/categories.html new file mode 100644 index 0000000..a66fd0a --- /dev/null +++ b/themes/theo_lem/templates/categories.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} + +{% endblock content %} \ No newline at end of file diff --git a/themes/theo_lem/templates/category.html b/themes/theo_lem/templates/category.html new file mode 100644 index 0000000..2d570c5 --- /dev/null +++ b/themes/theo_lem/templates/category.html @@ -0,0 +1,46 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} | {{ category }} {% endblock %} + +{% block content %} + +{% if articles_page and articles_paginator.num_pages > 1 %} + + +
+ {% if articles_page.has_previous() %} + « + + {% endif %} + {{ articles_page.number }} / {{ articles_paginator.num_pages }} + + {% if articles_page.has_next() %} + » + {% endif %} +
+ + {% for i in range (0, DEFAULT_PAGINATION ) %} + {% set index = (articles_page.number - 1) * DEFAULT_PAGINATION %} + {% if index + i < articles|length %} + {% set article = articles[index + i] %} +

{{article.title}}

+ {{ article.date |strftime('%d.%m.%Y') }} +

---

+ {% endif %} + {% endfor %} + + {% for article in articles %} + + {% endfor %} + + +{% else %} +{% for article in articles %} +

{{article.title}}

+ {{ article.date |strftime('%d.%m.%Y') }} +

---

+{% endfor %} +{% endif %} + +{% endblock content %} diff --git a/themes/theo_lem/templates/index.html b/themes/theo_lem/templates/index.html new file mode 100644 index 0000000..5eec959 --- /dev/null +++ b/themes/theo_lem/templates/index.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% block head %} + +{% endblock head %} + +{% set index = (hidden_pages|pages_get_page_with_slug_index) %} + +{% block content %} + {{ index.content }} +{% endblock content %} diff --git a/themes/theo_lem/templates/page.html b/themes/theo_lem/templates/page.html new file mode 100644 index 0000000..d297415 --- /dev/null +++ b/themes/theo_lem/templates/page.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block title %}{{ SITENAME }} | {{ page.title }} {% endblock title %} + +{% block content %} + +{{ page.content }} + +{% endblock content %} diff --git a/themes/theo_lem/templates/period_archives.html b/themes/theo_lem/templates/period_archives.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/templates/tag.html b/themes/theo_lem/templates/tag.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/theo_lem/templates/tags.html b/themes/theo_lem/templates/tags.html new file mode 100644 index 0000000..e69de29