diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index b6172c5..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/00-draft-datetimetest.py b/00-draft-datetimetest.py deleted file mode 100644 index 98744e4..0000000 --- a/00-draft-datetimetest.py +++ /dev/null @@ -1,37 +0,0 @@ -import datetime -import pytextcanvas as pytc - - -today = datetime.datetime.now() -todayfloat = today.timestamp() - -# print(todayfloat) - -clicktime = [datetime.datetime(2019, 5, 8, 17, 28, 47, 97080), datetime.datetime(2019, 5, 8, 17, 28, 51, 212919), datetime.datetime(2019, 5, 8, 17, 28, 56, 597356), datetime.datetime(2019, 5, 8, 17, 29, 3, 988067), datetime.datetime(2019, 5, 8, 17, 29, 11, 304892), datetime.datetime(2019, 5, 8, 17, 29, 15, 405272), datetime.datetime(2019, 5, 8, 17, 29, 22, 114432)] - -# print(clicktime[1]) - -diff = clicktime[2] - clicktime[1] -difffloat = clicktime[2].timestamp() - clicktime[1].timestamp() -diffseconds= diff.seconds -diffinhour = diffseconds/3600.0 - - - - -# print(diff) -print(difffloat) -print(diffseconds) -print(diffinhour) -print("\n") - - -canvas = pytc.Canvas(60, 4) -canvas.fill(".") -# print(canvas) -# canvas.write("PUSH IT TO THE LIMIT") -# print(canvas) -canvas.cursor = (30, 2) -canvas.write("KAAS likes to eat KOOS") -canvas.rectangle('*', 0, 0, 60, 4) -print(canvas) \ No newline at end of file diff --git a/00-draft-index.txt b/00-draft-index.txt deleted file mode 100644 index 3c21f22..0000000 --- a/00-draft-index.txt +++ /dev/null @@ -1,115 +0,0 @@ - - - - 111 - 111111 11 - 11 11 11 11111 1111 - 11 11 1111 11 1111111 1111 11 11 11 11 11 1111 11 11 11 1 1111 - 11 11 11 11 11111 11 11 11 11111 111 111 11 11 11 11 11 11 11 - 11 11 11 11 11 11 11 11 11 11 11 11 11111 11 11 11 11 11 - 111111 111111 11 11 11 11 11 11 11 11 11 11 11 11 11 111111 - 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 1 11 - 11 11 1 11 11 11 11 11 11 11 11 11 11 11 11 1111 11 1 - 11 1111 11 11 1111 11 11 11 11 11111 1111 - - - 111 - 11 - 11 - 1111 11111 - 11 11 11 - 11 11 11 - 11 11 11 - 11 11 11 - 11 11 11 - 1111 11 - - - 11 11 11 - 11 11 11 - 11 1111 11 - 11 11 1111 11111 11 11 1 11 1111 - 11 11 11 11 11 11 11 11 11 11 11 - 11 11 11 11 11 11 11 11 11 11 11 - 1111 111111 11 11 11 11 11 111111 - 1111 11 11 11 11 11 1 11 11 - 1111 11 1 11 11 11 1111 11 11 1 - 11 1111 11 11 11 11 1111 - - - - - - 1111 - 1111 11 - 1 1 11111 11111 11111 11111 111111111111 11111 11111 11111 11111 - 1 1 1 1 11 11 1 11 11 11 1 1 1 1 1 1 1 1 1 - 11111 1111111 1 11 1 11 1 11 1 1 11111 1 1 1 1111111 - 1111 1 1 11 1 1 1 11 1 1 1 11 1 1 1 1 1 - 1 11111 1 11 1111 1 11 1 1 11111 1 1 1111 11111 - 1 - - - - - - 1111 - 11 - 11111 11111 - 1 11 11 - 1 11 11 - 1 1 11 - 1111 11 - - - - - - - 1 1 111 - 1 1 - 1 1 11111 11111 111 11111 1 11111 - 11 1 1 1 1 1 1 1 1 1 1 1 - 1 1 1111111 1 1 1 1 1 1111111 - 111 1 1 1 1 1 1 1 1 - 1 11111 1 1 1 1111 1 11111 - - - - - - - 1111 - 1111 11 - 1 1 11111 11111 11111 11111 111111111111 11111 11111 11111 11111 - 1 1 1 1 11 11 1 11 11 11 1 1 1 1 1 1 1 1 1 - 11111 1111111 1 11 1 11 1 11 1 1 11111 1 1 1 1111111 - 1111 1 1 11 1 1 1 11 1 1 1 11 1 1 1 1 1 - 1 11111 1 11 1111 1 11 1 1 11111 1 1 1111 11111 - 1 - - - - - - 5555 - 55 - 55555 55555 - 5 55 55 - 5 55 55 - 5 5 55 - 5555 55 - - - - - - - 6 6 666 - 6 6 - 6 6 66666 66666 666 66666 6 66666 - 66 6 6 6 6 6 6 6 6 6 6 6 - 6 6 6666666 6 6 6 6 6 6666666 - 666 6 6 6 6 6 6 6 6 - 6 66666 6 6 6 6666 6 66666 - \ No newline at end of file diff --git a/00-draft-push-it-2.py b/00-draft-push-it-2.py deleted file mode 100644 index 303c094..0000000 --- a/00-draft-push-it-2.py +++ /dev/null @@ -1,36 +0,0 @@ - - - -wordlist = ["vehicule", "of", "performance"] -timelist = [2,8,19] -idlist = ["17","3","1"] -l = [] - -for (word, time, uniqueid) in zip(wordlist,timelist, idlist): - # l1=[c for c in word] - - #multiply the term by the number of its id - l1= (word + " ")*int(uniqueid) - l2=uniqueid - l3 = "\t"*time - - #multiply the term by the time - l1= (word + "\t")*time - l2=uniqueid*time - l3 = "\t"*time - - l.append(l1+" "+l2+l3) - -l = ''.join(l) -score = str(l) - -print(score) - -# file = open("copy.txt", "w") -# file.write(score) -# file.close() - - - # print(l3) - # print(str(l1)) - # print(l2) diff --git a/00-draft-push-it-to-the-limit.py b/00-draft-push-it-to-the-limit.py deleted file mode 100644 index d1c0842..0000000 --- a/00-draft-push-it-to-the-limit.py +++ /dev/null @@ -1,81 +0,0 @@ -from PIL import Image, ImageDraw, ImageFont -import pytextcanvas as pytc -import numpy as np -import json -import datetime - -wordpath = [] -idlist = [] -timelist = [] -timelistforoperations = [] - -with open('usersessiondata.json', encoding='utf-8') as data_file: - data = json.loads(data_file.read()) - wordpath = data["wordpath"] - idlist = data["id"] - timelist = data["clicktime"] - - # timelist = [i.replace('"', '') for i in timelist] - -print(wordpath[1]) -print(idlist[1]) -print(timelist[1]) - -for t in timelist : - yo = datetime.datetime.strptime(t, '%Y-%m-%d_%H:%M:%S') - timelistforoperations.append(yo) - -# difftime = timelistforoperations[2] - timelistforoperations[1] -# diffseconds= difftime.seconds - -# print("diff in seconds: ") -# print(diffseconds) - -prev = None - -for (word, time, uniqueid) in zip(wordpath,timelistforoperations, idlist): - filler = int(uniqueid) - upperword = word.upper() - - #get previous time for substraction - if not (prev is None): - difftime = time - prev - difftime = difftime.total_seconds() - difftime = int(difftime) - # print(difftime) - else: - difftime = 1 - - test = difftime + 4 - - # canvas = pytc.Canvas(60, test) - # canvas.fill(".") - - # canvas.cursor = (filler, difftime) - # canvas.write(upperword) - # # l2 = [ord(c) for c in wordpath[1]] - # # canvas.write(l2) - - # canvas.rectangle(".", -1, -1, 60, test) - - prev = time - - # print(canvas) - - -# myfont = ImageFont.truetype("fonts/NotCourierSans-Bold.ttf", 12) - -# for (word, time, uniqueid) in zip(wordpath,timelist, idlist): -# size = myfont.getsize(str(word)) -# img = Image.new("1",size,"black") -# draw = ImageDraw.Draw(img) -# draw.text((0, 0), str(word), "white", font=myfont) -# pixels = np.array(img, dtype=np.uint8) -# numfilling = uniqueid -# chars = np.array([' ',numfilling], dtype="U1")[pixels] -# strings = chars.view('U' + str(chars.shape[1])).flatten() -# score = "\n".join(strings) -# print(score) - - # with open("index.txt", "a") as myfile: - # myfile.write(score) \ No newline at end of file diff --git a/00-draft-usersessiondata.json b/00-draft-usersessiondata.json deleted file mode 100644 index 855f4f5..0000000 --- a/00-draft-usersessiondata.json +++ /dev/null @@ -1,41 +0,0 @@ -{ -"wordpath":[ -"objects", -"to", -"computer", -"different", -"points", -"thinking", -"the", -"local", -"of", -"behind", -"College" -], -"clicktime":[ -"2019-05-08_15:31:20", -"2019-05-08_15:31:25", -"2019-05-08_15:31:34", -"2019-05-08_15:31:42", -"2019-05-08_15:31:52", -"2019-05-08_15:31:55", -"2019-05-08_15:32:00", -"2019-05-08_15:32:10", -"2019-05-08_15:32:19", -"2019-05-08_15:32:43", -"2019-05-08_15:32:49" -], -"id":[ -"17", -"17", -"00", -"00", -"00", -"00", -"00", -"02", -"02", -"17", -"17" -] -} \ No newline at end of file diff --git a/00-draft-wasteoftime.py b/00-draft-wasteoftime.py deleted file mode 100644 index 423cff5..0000000 --- a/00-draft-wasteoftime.py +++ /dev/null @@ -1,161 +0,0 @@ -from flask import Flask, url_for, render_template, Markup, redirect, request, flash -from flask import session as login_session -from config import Config -import json -import os -from time import gmtime, strftime -from pprint import pprint - - -app = Flask(__name__, static_url_path='', static_folder="static", template_folder="templates") -app.jinja_env.add_extension('jinja2.ext.loopcontrols') -app.config.from_object(Config) - -# setting variables for holding paths, folder names and the one file for description -path = "static/files/" -jsonfiles = [] #json files -fullpathjsonfiles = [] #fullpath for some situations -thefile = None #selected file for description -now = strftime("%Y-%m-%d_%H:%M:%S", gmtime()) #description time -listofdicts=[] #to be able to import and use json content - -#================================================================ -#listing the json paths -for path, subdirs, files in os.walk(path): - for name in files: - if name.endswith(".json"): - fullpath = os.path.join(path, name) - jsonfiles.append(fullpath[7:]) - fullpathjsonfiles.append(fullpath) - -print(jsonfiles) -print("-------------------------") -print(fullpathjsonfiles) - - - - -#================================================================= -#obtaining files and data - -# model for display : -# file+filename+data from json -# looping through json file, in files there is an array -# for each file in this array, display the file and the data -# send it all to the all page - -allfiles = [] -container = None -varid = None -name = None -email = None -friend = None -content = None - -for jsonname in jsonfiles: - with open("static/"+jsonname, 'r') as ajson: - data = json.load(ajson) - # allfiles.append(data["files"]) - for f in data["files"]: - # assigning html tag on the basis of extension, to be finished when all the files have been sent - if f.lower().endswith(('.png', '.jpg', '.jpeg')): - f = Markup('
') - - #if sound - elif f.lower().endswith(('.mp3')): - f = Markup('''''') - #if txtfile - elif f.lower().endswith(('.txt')): - # print(thefile) - with open(f,"r") as f: - path = f.read() - f = path - - #ifvid to be added - elif f.lower().endswith(('.mp4')): - f = Markup(''' ''') - for i in data["id"]: - varid.append(i) - for j in data["name"]: - name.append(j) - - -print("-------------------------") -print(allfiles) - #Going through all folders, getting the - # thefile = listingfiles[positioninarray] - - - -@app.route("/") -def home(): - return render_template('home.html') - -@app.route('/about/') -def about(): - return render_template('about.html') - -@app.route('/all/') -def all(): - for jsonname in jsonfiles: - with open("static/"+jsonname, 'r') as ajson: - data = json.load(ajson) - allfiles.append(data["files"]) - - print(allfiles) - #Going through all folders, getting the - # thefile = listingfiles[positioninarray] - print(jsonfiles) - # print(dict) - counter2=0 - return render_template('all.html', file=thefile, listingfiles=listingfiles, jsonfiles=jsonfiles, listofdicts=listofdicts, counter2=counter2) - - -@app.route('/description') -def description(): - #open json file, list filepaths in array and loop with thefile - with open(jsonfiles[1], 'r') as f: - data_dict = json.load(f) - datafromjson = data_dict["files"] - - for file in datafromjson: - datafromjson = file - - # assigning html tag on the basis of extension, to be finished when all the files have been sent - if file.lower().endswith(('.png', '.jpg', '.jpeg')): - file = Markup('
') - - #if sound - elif file.lower().endswith(('.mp3')): - file = Markup('''''') - #if txtfile - elif file.lower().endswith(('.txt')): - # print(thefile) - with open(file,"r") as f: - path = f.read() - file = path - - #ifvid to be added - elif file.lower().endswith(('.mp4')): - file = Markup(''' ''') - - - - return render_template('description.html', file=file, datafromjson=datafromjson) - - - -# if __name__ == '__main__': -# app.run(debug=True) \ No newline at end of file diff --git a/allhtml.txt b/allhtml.txt deleted file mode 100644 index cd2ffb1..0000000 --- a/allhtml.txt +++ /dev/null @@ -1,3339 +0,0 @@ -Thu 17 Mar 2016 19:00hrs -@Witte de With, Rotterdam -TUNING – DETUNING / NOTING – DENOTING -with YANN GOURDON, RAFAËL ROZENDAAL, FLORIS VAN HOOF, JUSTIN BENNETT, REMCO VAN BLADEL A.O. - -Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ - Graphic Design. - - -Thu 09 Feb 2017 12:00hrs - Sun 12 Feb 2017 18:00hrs -@ART Rotterdam / Van Nelle Fabriek, Rotterdam -PU-SHI-NG-SCO-RES AT ART ROTTERDAM - -For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -Fri 20 Jan 2017 20:00hrs -@DE PLAYER, Rotterdam -PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER - -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - - -Fri 24 Mar 2017 20:00hrs -@DE PLAYER, Rotterdam -TGC # 3 / MAT>NET>PU - WITH JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB - - -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -Sun 15 Oct 2017 15:00hrs -@Pinkie Bowtie, Antwerp - -TGC#3 @ PINKIE BOWTIE// AN INFORMATIVE FLOPPY SESSION - -Tetra Gamma Circulaire #3 is travelling now as an open floppy platform. First station is at Pinkie Bowtie Antwerp where we will introduce the TGC#3 in its entity as an unknown music magazine and point out its specific features by demonstrating the floppy works which are already in the collection. By travelling with TGC#3 we aim to expand the floppy collection of it and focus on experimental ways of publishing. For the Pinkie Bowtie session we invited Antwerp related artists to contribute to the project. So far Evelin Brosi. AMVK and JODI will show up to get informed on matters and will start to produce their floppy for the collection from there. The meeting is open for public who is interested in experimental ways of publishing or just like to hang out in a ambiance of artistic nouveauté. - - -Fri 12 Jan 2018 20:30hrs -@Paradiso, Amsterdam -PARA-PHONIC POLY-DISO BY REMCO VAN BLADEL AT PARADISO AMSTERDAM - - -This day the work 'Para-phonic Poly-diso' will be launched at The Small Museum of Paradiso, Amsterdam. 'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. This work, developed for the Small Museum project of Paradiso, is part of Pushing the Score; a research project by DE PLAYER i.c.w. Remco van Bladel about the current state and potential of the concept of 'graphical score'. The voice for this work is by Laetitia Saedier of Stereolab. - - -Sat, 14 & Sun. 15 April 2018 -DE PLAYER presents ‘Greatest Hits’ - -A solo exhibition by Matthieu Reijnoudt curated by Willem de Haan -Location: corner of Maashaven Oostzijde and Brieselaan, next to metrostation Maashaven -‘Greatest Hits’ is an exhibition based on 25 hand drawn scores by Matthieu Reijnoudt. His best ones. Thirteen of these scores will be on show on the billboards underneath Maashaven Metrostation. Just so you can see them day and night, for about three weeks long. The complete selection of scores is published in a music book. The entire music book will be performed three times during the South Explorer weekend. For every performance a different instrument has been selected. - - -Fri 22 Jun 2018 20:30hrs -@DE PLAYER, Rotterdam -E-ARTHHA WITH DOUGLAS KAHN, BJ NILSEN, AURÉLIE LIERMAN, MAX FRANKLIN - -As you know, there are those evenings after which the sun rises differently. The E-ARTHHA event is about the search for new interfaces and possibilities of sound composition, image and performance. In his lecture, Douglas Kahn discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. Coming from different biotopes, our other guests will all have different points of departure for their performances. - - -Thu 29 Nov 2018 20:00hrs -@VARIA, Rotterdam -ARCHIVING PUSHING THE SCORE WITH VARIA, VALENTINA VUKSIC, ANA GUEDES, NIEK HILKMANN AND MORE - - -On this evening we focus on archiving our Pushing the Score project. This project on the nowadays meaning of the 'graphic score' has been running the last 2-3 years. -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? -Experimental Jetset (nl) -Davide Mosconi (it) - -DUPAC (int) -Studio Moniker (nl) - -Cold Void [Rafaël Rozendaal/Luuk Bouwman] (nl) - -Telcosystems (nl) -Floris Vanhoof (be) - -Rafaël Rozendaal (nl) - -Valentina Vuksic (ch) -Ana Guedes (pt) - -Helga Jakobson (can) -Niek Hilkmann (nl) -Varia (nl) -John Duncan (us) -Johannes Kreidler (de) -Jörg Piringer (at) -BJ Nilsen (se) -Douglas Kahn (us) -Aurélie Lierman (be) - -Max Franklin (au) -Remco van Bladel (nl) - -Johannes Bergmark (se) - -Hiele Martens (be) -Vaast Colson (be) -Peter Fengler (nl) -Florian Cramer (de/nl) -Julia Buennagel (de) -Derek Holzer (us) -JODI (nl) - -Anne-Mie Van Kerckhoven (be) -Evelin Brosi (be) -Yann Goudron (fr) -Charlemagne Palestine (be) -Matthieu Reijnoudt (nl) -Willem de Haan (nl) -Rowan van As (nl) - -Vos van der Noordt (nl) -Julia Reinhold (nl) -studenten XPUB PZI, Rotterdam [Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg] - -studenten Artez Fine arts & Graphic Design, Arnhem -studenten Fontys Academie, Tilburg -Witte de With CCA, Rotterdam -Pinkie Bowtie, Antwerpen -Art Rotterdam - Paradiso, Amsterdam - WORM, Rotterdam - South Explorer, Rotterdam - Technische Universiteit van Enschede -Pushing Scores is a two-year artistic research project, initiated by DE PLAYER and graphic designer Remco van Bladel. -Throughout 2016 and 2018, this project will research the phenomenon of notation and the graphic representation of music. -It unfolds through a nomadic program which includes the creation of newly commissioned artworks and public events that addres scontemporary questions and issues in this particular field. -Graphic scores and notation have a long history, dating back to the tenth century, when the Gregorian chants of the scola cantorum were already being conducted through the writing of signs in the air. Later on this developed into the type of musical notation we are familiar with in Western music. In the early- and mid-twentieth century, the abstract developments in the visual arts played a vital role in new approaches to the question of music notation and contemporary avant-garde music. This continues to question the representation of sound in media; so what is the current state of the graphic score? - -Throughout the project, Jacques Attali’s book ‘Noise: The Political Economy of Music’ will function as a reference and inspirational guide; “pushing the score” in search of its current potential. It will seek concepts and configurations that produce new, previously unknown, relationships in the field of sound, visual arts, and performance. The discursive program for 2016–2017 will include lectures, presentations of newly commissioned artworks, concert evenings, and workshops. - -Pushing the Score is a project researching graphic notation, based on a desire to update this form of music and sound notation for the 21^st century. Starting from the motto ‘from Cage to JODI and beyond’ and from the avant-garde music and sound art of the 20^th century, the project researches new audio-visual languages, media and functions of graphic notation in a contemporary context characterised by a fundamental transformation of sound culture and visual culture. A number of specific themes will be initiated, developed and presented in the context of a public research programme in collaboration with artists, designers and various cultural organisations such as the Piet Zwart Institute, the Witte de With Center for Contemporary Art, and Sonic Acts. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, -theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -The incentive for this project is the belief that graphic notation in 20^th -century avant-garde music and sound art constitutes an important, still radically innovative but wrongfully marginalised form, which can play a key role in the development of new audio-visual languages and media. Our ambition, and that of our collaborating partners, is to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come. -Concrete object with floppydrive, local wifi station and diverse electronic applications - edition 12 pieces. -TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. -TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. -Made of concrete as a body, an internal stand alone wifi station enables you to get in touch with the content of this floppyesk magazine. - -URL: https://www.deplayer.nl/releases/tetra-gamma-circulaire-3 -creation date: 24/03/2017 -publication title:Tetra Gamma Circulaire #3 -catalogue number: DOB 084 -artists: Piet Zwart Institute XPUB, DE PLAYER, Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg -Description: Tetra Gamma Circulaire (TGC) [an unknown audio magazine] -DE PLAYER was asked by XPUB of Piet Zwart Institute to do a seminar during a 3 month period with their students. We proposed them to make a publication in our Tetra Gamma Circulaire. This is a magazine without any format and meant to be developed each time. We worked around the idea of Pushing Scores. each student had to develop its own project around the proces of making a score. All these scores had to come together in one magazine/object. The restriction was made that the scores had to be presented on floppy disc. This was to limit possibilities and also to unite the format. The result is a mix of several media. All comes together in a designed concrete object. “feed Flintstone meets 21st century”. A Raspberry Pi is the core which is programmed for several applications. Besides that there is a floppy drive, speakers, audio input, a camera, touchpads, LED light. - - - -Presentation of PRINCIPIUM 2.0 (DOB 073) in Stadslimiet Antwerp. The installation setup contains 6 of 12 releases of PRINCIPIUM 2.0. During the performance which took, several hours visitors could freely join, listen and ask questions to the artist, Remörk aka Kris Delacourt. - -Type of object: event -title:Principium 2.0 -date: 2 July 2017 -location: Stadslimiet Antwerp -artist: Remörk, Kris Delacourt -type of object: event -title: TUNING – DETUNING / NOTING – DENOTING -date: 17 March 2017 -location: Witte de With CCA, Rotterdam - -artists: Yann Gourdon, Floris van Hoof, Rafaël Rozendaal, Remco van Bladel - -Description: Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ Arnhem - Graphic Design. - -WHY??? -* Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - -WHO??? -YANN GOURDON (fr) -Hurdy-gurdy player, composer, and sound artist Yann Gourdon looks at vibratory fields and sound perception as a medium. He focuses mainly on acoustic phenomena that have a dynamic relationship with their environment. Every aspect of his work deals with quality of sound. It's not a matter of an event between spectators and a musician, it's 'a space to submit to a process. - -http://ygourdon.net/ - -RAFAËL ROZENDAAL (nl) A visual artist who uses the internet as his canvas. These works deal with continuïty and an endless accessibility. Visual and audio intensified perceptions in a specific space. His websites attract a large audience of over 40 million unique visits per year. His artistic practice consists of websites, installations, lenticulars, lectures and haiku. -http://www.slowempty.com/ -http://www.newrafael.com - -FLORIS VANHOOF (be) -Filmmaker & musician from Belgium. Connecting his many worlds, ideas and influences into highly personal live performances and recordings, Floris Vanhoof keeps on amazing people here and abroad. For this event he will work with filmscreening and synthesizer which he influences with his brainwaves. -http://endlesswebsite.blogspot.nl/ - -JUSTIN BENNETT (uk) is an artist working with sound and visual media. The everyday sound of our urban surroundings at every level of detail is the focus of his work where he develops the reciprocity of music and architecture, and sound and image. -http://www.bmbcon.demon.nl/justin/ - -REMCO VAN BLADEL (nl) -Amsterdam based graphic designer, and co-founder of noise band/art collective Sonido Gris. He is also an art book publisher ('Onomatopee', 'WdW Review'). His studio work focusses on editorial book design, publishing projects, curatorial projects, institutional identities, interactive applications and websites. -He is a typography and graphic design tutor at ArtEZ — Art and Design, Arnhem and is a frequent guest teacher at art schools throughout the Netherlands and abroad. -http://www.remcovanbladel.nl/ -We were discussing several projects and possibilities of cooperation with Defne Ayas and Samuel Saelmakers of Witte de With CCA when they asked us to cooperate in the exhibition “GesammttkkunnsttMeshuggahhLaandtttt” by organizing a live event. I knew the work of Charlemagne and we have met already in earlier events so it was clear we could do something that makes sense. As a composer, funnily enough, Charlemagne hardly uses any scores. Nevertheless, he showed me some books he once made in New York of which he said that those ones are to be seen as musical scores. They are cheap dummy books on which he poured ink in several colors. The ink was absorbed by the books and after drying it had become pieces which turned out to be a serie of morphing colors by each page turn. These books were the starting point of curating the event which we fitted in our Pushing Scores project. Yann Gourdon was asked to do a hurry curdy noisette while these books were being projected page by page on the wall. Rafael Rozendaal showed his web work ‘Slow Empty’, which functioned as a real clockwork for the event. Floris VanHoof played a set in which he used his brainwaves to influence his synthesizer sounds combining it with projection and laserbeam. -Justin Bennet showed his project Shot Gun Architecture and remco van Bladel introduced our project Pushing Scores by doing a reading on historical en contemporary graphic scores and the concepts behind it. -Type of object: Publication -catalogue number: DOB 079 -date: 09/09/2016 - -Project title:"Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier' - -artist: Vaast Colson - -Description: Presented at WIELS Art Book fair 2016 was this live made copy zine named "Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier'. The copy machine is amplified by several internal microphones by which the sound of every run is recorded. Each copy-run of 99 copies (the maximum run of the machine) on transparent foil will be accompanied by a foil cover with the dub cut audiofile in it. The image copied in the zine is a drawing which is engraved in the glassplate of the copy machine. - -URL:https://www.deplayer.nl/releases/dob079 - - - -Vaast Colson we know already for quite a while as an interesting artist. Because his work is pretty conceptual, you could say that there is always a strategy (call it a score) which works as a framework behind his artistic output. This can be a performance , object, book or whatever. We worked with Kris delacourt on Principium 2.0 which is a reinterpretation of Colson his work Principium and asked Colson also to work on a sound publication with him. He came up with this idea of the Xerox copier which makes in a run the audio, the booklet as well as the printed image. This printing run is to be seen as the performative action. It is a complex work as well as that it is simple in its final execution. - - - - -Colson belongs to a younger generation of Antwerp artists who could be called ‘post-ironic’. These artists don’t shy away from the big questions revolving around the place and role of the artist in society and the world around them. Colson's works examine core questions: what power does art have to change us and our society, what emotions and ethical choices guide an artist in a process of continuous change? From a spontaneous and rather naive approach to art and performance, Colson wants to shape his ideas. He opens up the artistic field and explores what is happening in the art world. Everything he undertakes can thus be considered as artistic intervention. - -In his work, Colson constantly questions the relationship with the audience and is also strongly interested in mythology, and by the authentic (or not) mystique of the artist's existence, which he usually explores in his performances. The process is always important, but the end result, which is variable for Colson and influenced by the context, is an important part of his work. - -In addition, Colson explores the commercial side of the art world and the economic consequences of artistry. His works, which are regularly made in situ, are often difficult to sell. The commercial potential and the associated value assessment are problematic for Colson. The making of editions can be understood in this context. - - - -Type of object: release -title: PRINCIPIUM 2.0 -catalog number: DOB073 - -Description: This release has a shifting one-note drone (i believe I used D, F#, A, G#) that gets turned on and off by a magnetic sensor. the magnets for the sensor ride on top of the record players platter and could be placed freely to make your own patterns. The final installation will have all 12 separate pieces, a complete octave. This piece is based on a question. Vaast Colson asked Remörk to reinterpret his work 'Principium’, which was a joyful (but strictly ruled) play with sticky color dots. Principium 1.0 appeared as a hacked synth reduced to a single octave, to be played with magnets on a colorful playing field, parallelling the same patterns. Principium 2.0 comes as 12 records, also with this magnetic application, also following very elementary rules - some old, some new. All 12 records together form the complete set which 1 'game' needs. Join the community. - -Author: Kris Delacourt, Remörk, DE PLAYER - -URL: https://www.deplayer.nl/releases/principium-20 -We first got in touch with Principium 1.0. Kris Delacourt (Remörk) made a modified Casio keyboard as a reinterpretation of Vaast Colson his work Principium. We showed this piece of Remark at the ART Rotterdam and than I asked Kris if he was willing to make a publication of it. Meaning a record. He was ok with it but i took a long time. Nevertheless finally we fine-tuned concepts and decided not to go for recordings but to embed the concept of Principium into a record and a music tool in one Principium 2.0. This was quite a proces but ended up in a beautiful limited edition of 12 pieces. Developed and designed in good cooperation between Kris and the team of DE PLAYER. It was presented in Stadslimiet Antwerp, Belgium as an installation piece at 2 July 2015. -Funny things is that after the presentation in Stadslimiet the recordings of this 8 hours performance were edited back to a 12” vinyl record which has been released on Ultra Eczema label shortly after. - -Principium comes from the title of a project by Vaast Colson. Colson used tiny paper sticker dots, the kind that most art galleries use to denote which works in a show have been sold. Office material; those colourful little dots. -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. All pretty nonsensical in a way but really beautiful in its result, and quite fragile. Abstract poetry. - -Colson asked some artist to make reinterpretations of the works and from that perspective there was an idea to use them as a music score. - -There are two booklets Colson made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that Kris Delacourt was so intrigued by the leftover sticker sheets, with their 8x12 grid that they just screamed ‘SEQUENCER!’, to him, so he went to design Principium part 1. A magnetic board with the same field as the sticker sheets which he activated with magnets as a synthesizer. The first version was a modified Casio keyboard. He reduced the number of keys to twelve, and added a magnetic sequencer board to it. The idea is to put white magnets on top of the coloured dots to kind of blank them out. The sequencer controller is a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. - -For Principium 2 the DOB073 piece is another step in the principle of Pricipoium. As for Delacourt didn’t just want to publish a record with recordings of the Principium 1 he decided to transpose the idea onto a prepared record player using magnets and a specific device… - -http://www.psychedelicbabymag.com/2016/08/remork-aka-kris-delacourt.html - - -This is an interview on Kris delacourt (Remörk) his practices and the Principium story. The interview was made after showcasing the Principium 2.0 in an installation setting at Stadslimiet at - ->I’ve been following the principium story on your blog, which goes back to the summer of 2012, so four years ago. Short version: first it was a one octave Casio keyboard, then it became 12 10" records, then it became an 8 hour performance and eventually now a 12" LP. This is the short version, can you give me the full story?  - --Kris Delacourt: Well actually, it started out as an artwork, or rather a series of artworks. At least that’s where the initial form and the name came from. - -The works are by a friend of mine, the Belgian artist Vaast Colson. He made these beautiful pieces where he used tiny paper sticker dots, you know the ones, the kind that most art galleries use to denote which works in a show have been sold. Office material really, those colourful little dots.  -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. It’s all pretty nonsensical in a way I guess, especially if you try to put something like that into words, but it’s also really beautiful, and quite fragile. Don’t know, it just rang poetic to me. - -Anyway, Vaast was putting together a show where other people would do reinterpretations of some of his works, and around the same time we had a nice chat about alternative musical scores, graphic scores and what not. And at a certain point he went something like: ‘I’ve made some work that might be interesting to use as a score, would you be up for it?’. So he showed me the two booklets he made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that I was so intrigued by the leftover sticker sheets, with their 8x12 grid that just scream ‘SEQUENCER!’, that I went that way. -And the first version was indeed a modified Casio keyboard. I reduced the number of keys to twelve, and added a magnetic sequencer board to it. It’s an iron board, it has the same visuals as the sticker sheets, and the idea is to put white magnets on top of the coloured dots to kind of blank them out, so you end up with something analogous to taking a sticker off the sheet - a white space in a field of colour. I don’t know if I need to go into too much technical detail, but the sequencer controller is just a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. -I was really happy with the results, and especially with the fact that it’s so inviting towards an audience. It looks like a game of four-in-a-row, totally appealing to get your hands on it. And I never gave it that much thought, but the fact that when you stick magnets somewhere, it makes a musical phrase - I guess to some people that would be wizardry, hah.  - -The next step was when Peter Fengler of DEPLAYER/DOB records said he wanted to do a record with the Casio version. And I really like it when people are enthusiastic, so I said yes, obviously. But there were several reasons for me to hold back a little on the idea. Well, a little, two years, actually. First is that the Casio version really works best through audience interaction - people moving magnets around, changing the sounds on the keyboard and so on. It’s meant to be in a continued state of flux. The idea of just me making a record totally ignores that, to me it turns it into something really static and rigid. Now Peter is really nice guy, and clever at that, and I guess he understood my doubts. So we discussed other possibilities, like capturing a live performance, possibly even cutting records on the fly with his vinyl lathe, so you end up with all different records.. now DOB records have put out some crazy releases, really pushing the boundaries of what can be done with the medium of vinyl. For example, there’s this box set which has records that have built-in radio transmitters, records with impossible shapes where you need to turn the stylus of your record player upside down, shit like that. Really great stuff. And I don’t know, maybe a part of me wanted to be a part of that, more than just doing a ‘recording’. Just recording the Casio would definitely have been one of the safer, more boring options. I just felt like making another interpretation of an existing piece, instead of merely documenting it. - -Meanwhile I had been toying around with leftover magnets and magnetic sensors, sticking magnets to a metal turntable platter and using the sensors to switch audio on and off, sort of like a programmable tremolo. Well, pattern programmable, but at a fixed speed. So we put two and two together, and ended up doing twelve 10” lathe cuts, that came in a box with those electronic switches, 8 magnets each as based on the original grid, and a 12” metal platter to go under the 10” to stick the magnets to. -And because I couldn’t make up my mind about what sounds to record from the Casio, I ended up not recording the Casio at all. I decided to stop worrying, which after two years of doubting might not be such a bad thing, and did a 10 minute improvised recording on organ and MS20, playing only C notes. I played around with filtering and octaves, because during testing we’d found that if we used slowly evolving records, the results were a lot more interesting. If we just used test tones, so to speak, you end up with something close to morse code. Also nice, but not really musical. And I don’t mind a good concept now and then, but I guess I’m too much of a musician, so I went for what was more appealing to me musically. That same 10 minute piece then was sped up for the other notes, going up in pitch and becoming shorter for each record. So the C note runs for 10 minutes, the B note is something like 5 minutes 20. Which also makes for much more interesting overlaps when played together. I guess I do tend to overthink things, hah. Peter did a great job cutting the vinyl in coloured perspex, with colours matching the paper stickers. And an honourable mention to Koos of DOB who did an amazing job on designing the packaging. - -Vaast and Dennis Tyfus of Ultra Eczema run a space in Antwerp together called Stadslimiet, and that’s where we had the record presentation. Peter brought 6 record players, matching the 6 colours of the vinyl nicely - 2 notes each. And since I’m a sucker for random scores, I wrote myself a score generator in PureData with tons of random functions. Basically, the program decided for me which records to play, whether to repeat them or not when they were finished, whether to leave the turntable empty, whether the electronics should punch holes in the sound when a magnet was detected or the opposite, how may magnets on each turntable, and playback volume. The only thing I had any control over was where to put the magnets, determining the rhythm. And since all the records have different lengths, it ended up being one long shifting overlapping piece. I followed that score for 8 hours straight. Funny thing was that we’d agreed to let it run until 23h, and at about two minutes to eleven I got the first ever instruction to leave all the turntables empty. End of piece. That was an amazing moment. - -After that, Dennis asked me if I wanted to do a release of the recordings. I think initially he wanted to do a tape. So I went through 8 hours of recordings, selecting bits that I liked and that I thought would be interesting enough to listen to as pieces in their own right, and not just as part of this monster performance. I think the idea to make a vinyl record came after Dennis heard some of the selections and thought they shouldn’t be out on tape but on vinyl instead. So that’s what happened. - ->Is this LP the final version of this project, or do you see it even evolve into next stages? - --Oh, I think it’s definitely something that’s still evolving. I can still see unexplored possibilities there - as an installation, or as a truly playable musical instrument, and even those two do not have to be mutually exclusive. There’s something appealing in using a single octave as a building block, there’s something appealing in the number 12 even, there’s the appeal of building instruments.. I don’t think I’ve quite finished with it, no.  - ->Dennis said you were not really keen on doing this record at first. Why so? What was the problem? Was one of your fears that, by making it into a 12", you would have to bring this project to a final version?  - --Not really, at least not in this case. I guess that fear was much more of an issue with DOB records. Recording the Casio felt too definitive at the time.  -But now, having made that 12-vinyl version, and having done a performance that worked quite well, I didn’t mind starting from what is essentially the documentation of a past event. Also because I really am convinced that this is just one more step in something that can keep going, that it doesn’t have to be final. I guess my main fear was that cutting chunks out of a much larger whole, you risk losing the context - and I’m still not sure what this record sounds like to people that weren’t there. I know it’s not a final version, but it is a version nonetheless, and I want all versions to be of a certain quality. I thought it worked really well as a performance, but I wanted to make sure it was good enough to be a record. - ->Bringing an 8 hour performance back to an album format seems like a hell of a job. How do you do that? How do you decide which parts 'work' on an album, and which don't? - --You do it in short sessions, hah. The thing is, all 8 hours have the turntables spinning at 33 rpm, so the basic underlying tempo never changes. That’s quite brutal to listen to in concentration, to be honest. It took me about two months to sit through all eight hours, and put markers and comments with bits I liked more than others. Sometimes because of harmonic information, notes that work well together, sometimes of rhythms that worked well, etc. So you end up with a first rough selection. And then you go through that selection again. And so on, until you really narrow it down. -Of course, because the basic tempo is the same, it would have been relatively easy to start editing, splicing things together. But to be honest I've never even considered that - 8 hours of material and endless editing possibilities, that’s a nightmare.. the decision to have straight up documentation, just select bits instead of editing them some more, really made the selection process easier. If something was interesting for a while, but didn’t stay interesting, it had to go. I think I ended up with five or six pieces that I though could hold their own on a record, four of which made the final cut. - ->Do you think that, by bringing it back to an LP, you're making it easier for the listener? Were there people who actually listened to the whole 8 hour performance? Do you think that listening to an 8 hour performance demands another kind of concentration from the listener than listening to an LP?  - --There were some people there that sat through the whole thing, yes. But I’m not sure if it is at all possible to listen with concentration to 8 hours of something like this. And that was never the question either. It was continually shifting, so it didn’t really have a beginning or an end - you could drop in any time you liked. But it was pretty intense, so yes, this record is probably the light version. Still, not sure if it is easy listening at all, although I think it has a beauty of it’s own. - ->Weren't you afraid at some point that this whole idea would grow over your head, that it would become too complicated, too smart, too conceptual?  - --I guess there was the point where I decided to just do a 10 minute organ improv, that was a bit of a turning point. I could have gone for something more ‘correct’ in terms of concept - I don’t know, pure sine waves or something. The improv might be one of the major flaws, actually, conceptually speaking. But I really needed a break from thinking it over and just do something... plus, it adds a much needed layer of spontaneity that works beautifully, not in the least musically, so no regrets. I like working with concepts a lot, as a starting point, but I’m also interested enough in the results to loosen up the concept if I feel it’s needed. - ->I could say that the 10" records were vinyl records as a tool, and that this LP is a vinyl record as a product. What you think about this statement? How do you look at the function a piece of vinyl can have?  - --The 10” records have all been sold as well, so they’re somewhere on middle ground - they were intended as a release, and therefore a product, just as well.  -But they do form one big piece, and as far as final forms go, I guess you could consider that performance the final form of that particular piece. That’s also purely pragmatical: now they’ve all been sold, it’s going to be very difficult to get all 12 of them together again for a second performance. It really was a one time event, with the vinyls as a tool, yes. Of course, taking what is essentially a reproduction medium, and turning it into something of an instrument in it’s own right again, that’s nothing new.. think hip hop, turntablism, even things like the mellotron did that. But it’s still a relevant idea to me, this kind of creative misuse. - ->You release this album as a Remörk album, but there were more people involved in this project than just you: there's Vaast Colson, Peter Flenger and Dennis Tyfus too. So do you see this album as a solo record or as a collaboration?   - --I do look at it as a solo thing. You know, the music on the record came from a performance I did, based on a concept I came up with. Now, I never would have though it up if it weren’t for Vaasts initial invitation, or for Peter’s asking me to do a record, or Dennis wanting to present it in Antwerp, that whole chain reaction, so in that way it’s definitely the result of collaborating with all those people. But Vaast for instance refuses to regard it as his doing. He always stressed, right from the start, that any interpretation I gave of his work was no longer his work. And I follow that. They’re just new pieces in their own right.  -Peter and Koos asked me to do a record because they run a record label and they want to release stuff they think is interesting. That’s awesome, and I’m flattered to be a part of that, but in a way it’s also what record labels are supposed to be doing, no? We worked on the packaging together, and it looks amazing because of them. But musically, I still feel it’s my work. And the same goes for this record on Ultra Eczema: I have to say I’m really happy we finally got an Ultra Eczema release together, it’s something Dennis had been asking for for quite some time... he’d actually given up asking. But now with this thing it just seemed to fall into place perfectly.  - ->When Joseph Beuys was asked why he hated the term 'conceptual art', he said: "Because a concept, an idea is a starting point, not a final form. If you stick to the concept, you miss out on the creative aspect, which should be the most important part. Otherwise you're not an artist. Art is not pinning things down. Art is letting things go, let it flow". Does this sound recognisable to you? And how would you relate this quote to your LP? - --Not having to execute ideas into a physical and therefore flawed final form was the whole point of conceptual art, no? The notion that an idea can be just as valid and just as creative as its execution.. but anyway.  -I for myself am always glad if I manage to turn an idea into a physical form. Did I mention I tend to overthink things? So I don’t think I belong in the conceptual art section. But then, I don’t fully agree that you miss out on creativity by sticking to a concept. Coming up with a concept can be as much a creative process. And sometimes, by sticking to it, you end up with the most unexpected results - adhering to rules you impose on yourself makes you do stuff you would never have decided for yourself. It can make you go against your natural inclinations, which does not always have to be a bad thing. It can free you from repeating yourself, from your own mannerisms. That’s just another way of letting things go, of giving up control.  - ->The Ultra Eczema site refers to this record as your debut LP. Does it feel like that for you too: as your first 'real' album, as a statement?  - --I think I would consider that series of twelve ten inches my vinyl debut.. but maybe because it was 12 different records or in ten inch format, that it doesn’t really count? Or maybe Dennis thinks of that series as a tool more than a product. Still, the Ultra Eczema one is definitely the first record that is more widely available, and much more of a pure record than an artists’ edition, so I know what he’s saying. And a statement.. I don’t know. I don’t think of it as a manifesto or anything. It’s a document of what I’m happy to be working on at the moment, and hopefully it’s something that others can enjoy as well. - ->Do you see this as a drone record? Or as a collage record?  - --If you force me to choose between those two, then drone. I tend to associate collage records with cut and paste editing, jumpcuts, going from one atmosphere to the next in no time.. I don’t feel this record has that. Quite the contrary. The only thing remotely close to jumpcuts that are on this record were due to the electronics of the installation, the sensors turning the sound on and off. But they were live events, not editing choices made afterwards. So this is very much a straightforward live recording of a pretty weird DJ set, if you will. And even though it has strong rhythmic patterns, the underlying harmonies and atmosphere shift quite slowly. So more drone, definitely. - ->Do you think this LP would be also enjoyable if someone would listen to it without knowing a single thing about the whole concept behind it? Or do you even think you would have failed if it wouldn't be an enjoyable record without the concept? - --I certainly do hope that it’s enjoyable.. like I said, I know it’s not easy listening per se, and some might probably find it boring at first try, with the tempo being the same for the whole record and all. But I did try to select bits that I thought had a beauty or a strong appeal to them, an interesting evolution or whatever, so much so that I hope they can survive as musical pieces in their own right. aiming for the best of both worlds there. Type of object: event -title: Pu-shi-ng-Sco-res -date: 20 January 2017 -location: DE PLAYER - -artists: Telcosystems, Julia Buennagel, Derek Holzer - -Description: Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -In our event series during the Pushing Scores project we programmed this evening after we got in touch with the resonant publication of Telcosystems. They approach DE PLAYER for some input in the production and distribution of it. because of the direct relation of sound and image and the new interface an object like that represents it was a clear match. They did a reading on the concepts and necessity of the project as well as all the implications it had in its development and production. -To complete the event we searched for 2 completely different angles on composing. Derek Holzer eventually was asked because of his Tonewheels but that was logistically not possible. He came over to do a reading on Schematic as a score and did a live set on Tektronix Oscilloscope Music. Julia Buennagel was invited to do a more physical input. She works with prepared records and played a live set. - -about prepared records: -The record or musical piece in these cases is not used as a reproductive technique. In contrast to the composer or musician who perceives the record first and foremost as a vehicle transporting his or her musical ideas, here the interest lies especially in the optical/sculptural as well as the acoustic presence and the compression of an idea working with the playback possibilities and impossibilities of recording techniques. The end result is not a reproduction but a transformation of the original source and ultimately becomes an autonomous score and/or unique graphic/sculptural piece in and of itself. -The defective record and not the even, smooth reproduction means quality and concept at the same time. - -Lazlo Moholy Nagy said about this in the perspective of New Plasticism that it lies in the peculiarity of human nature that: -“The abuse and misunderstanding are nessecary to gain result. It is nessecary for evolution and survival. After every new recording the functioning apparatus is pushed ahead to further new impressions. That is one of the reasons for the necessity to always continue experiments in New Plasticism. From this standpoint the configurations are only worthwhile when they produce new, previously unknown, relationships. In other words, this means that reproduction (repetitions of already existing relations) without richer viewpoints from the special standpoint of creative production can, only in the best cases, be considered as a virtuosic opportunity. As production, meaning here productive creation, above all serves the human condition, we must attempt to further our purposes of creative production through the uses of those apparatuses or methods which until now have been used only for reproduction purposes.” - -In 1989 the Broken Music exhibition was held in Berlin at the DAAD gallery with work by, among others, Nam June Paik, John Cage, Milan Knížák, Christian Marclay. All had lifted the medium (the vinyl record) over themselves and added a new use / application. Whether or not as an installation to be played by the public or as a plastic work in which the plate was transformed, mutated. The code of the usual record as defined by the music industry was broken in all works. -Later the exhibition traveled to the Hague and to Grenoble in the early 1990s. The book which came along with the exhibition has recently been republished. As a sourcebook, it is without peer, focusing on recordings, record objects, artwork for records, and record installations made by hundreds of artists between World War II and 1989. - --With Resonanz, Telcosystems presents an electronic book, combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -“Resonanz is an electronic book that I had first dismissed. Until i tried it. As you turn the thick pages of the book, you encounter a different pattern along with a different soundtrack. It’s strangely hypnotizing. I turned and turned the pages, each time trying to think about the possible connections between the colours and patterns printed on the pages and the sound they emitted.” -Régine Debatty we-make-money-not-art.com - -URL:https://telcosystems.net/product/resonanz/ - --Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - --Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards3. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netType of object: event -title:Pushing Scores -date: 20 January 2019 -location:ART Rotterdam, Rotterdam, NL - -artists: Moniker, Rafaël Rozendaal, Luuk Bouwman, Telcosystems, Remco van Bladel - -Description: For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -For a certain period we yearly took part in the ART Rotterdam. An annual art fair in which commercial galleries as well as initiatives take part. The Intersection part is where the initiatives gather. It works because of getting in contact with an audience which will never come by at DE PLAYER itself. For this year it was clear that we present the Pushing Score project. We decided to set up a framework as if it was a three dimensional staff to write down music. In this framework we presented new, specifically for Pushing Scores, produced works in combination with existing works we thought would be interesting to combine and by that give a multidimensional approach on what tactics can be used by making scores and how it will be finally as a tradable object. -People could continuously listen to some publications (Telcosystems, Cold Void, Davide Mosconi) as well take part in the economic process of it by spraying new works for the next potential costumer (Moniker). - -event -title: MAT>NET>PU - PZI_XPUB TGC3 presentation -date: 24 March 2017 -location: DE PLAYER - -artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUBPiet Zwart Institute XPUB, (Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg) - -Description: An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -WHO??? -HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -www.facebook.com/xpub.pietzwart --Piet Zwart Institute > TGC #3 seminar + live event -Together with the Experimental Publishing team of the Master of Media Design students of the Piet Zwart Institute, Willem de Kooning Academy Rotterdam, a seminar was organized for the students in a period of 3 months in which the principles of Pushing the Score were leading. A publication was taken as a joint focal point, the form of which could be determined in more detail. However, it was decided to start from a floppy disc as a medium. Each student could design his/her own project on this medium. The idea of a score functioned as a guideline to shape their project and to test the work process. It resulted in the Tetra Gamma Circular #3 subtitled "an unknown audio magazine" and is in itself a certain kind of publication platform that functions almost as a jukebox for floppies. It is an experimental platform designed for sonic experiments, instruments and installations. Concretely, a designed concrete object in which various techniques are incorporated. Its core consists of a floppy drive and a Raspberry Pi platform, on which a local wifi station, a camera, audio in/out, touch sensors, LED lighting are realized. The local wifi station makes it possible to access all projects (on floppy) by receiving these projects on mobile phone or on the computer. Via beamer and audio system everything becomes visible and audible. Most projects are aimed at interaction with an audience (one or more people). - -Karina Dukalska, for example, created a work entitled 'Rock Step Triple Step'. As a dancer she is curious why there is no universal graphic notation system in the dance. Whether it is about recording movements for archiving, or writing new choreographies for the future, she concentrated on which elements of dance are overwritable (such as direction or footwork) and which are not. The performance of 'Rock Step Triple Step' started as an experiment based on psychological theories to change memory, time perception and flow in dance. The audience has the opportunity to control the dancers' steps on stage through a web interface that shows her personal approach to graphically representing ten jive steps. -Max Franklin's research focuses on the fragile nature of improvisation in music, with software. Through research into the act of improvisation in music, Max investigates ideas about liberation and resistance that improvisation can offer. Both in artistic practices, and their broader application as a critical methodology of research and exploration. For TGC#3 he developed a tool that is a learning counterpartner for his own musical input. -title event: ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -date: Thu 29 Nov 2018 20:00hrs -Location: Varia, Rotterdam - -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. -Valentina Vuksic was involved in the ARTKILLART Xyears JUBILEE event at 21-04-2017. She played a set in which she used her computer to generate sound by live programming. It was a good concert and het concept of working fitted very well in our ideas of exploring graphic scores. Her score was made on the spot with programming language. A sort of live coding. The Artkillart label operates from both Paris and Berlin since 2007, promoting experimental audiovisual and sound art. In reaction to the dematerialization of music (the general disappearance of music released in its physical form), the artists of the Artkillart label roster refocus their releases as material objects. -Artists who joined the event: Valentina Vuksic, Arnaud Rivière, Nicolas Montgermont, Jan Kees Van Kampen -Valentina Vuksic is a computer artist and programmer based in Zürich. Her work is a personal exploration of the possibilities afforded by articulated hard- and software mediation. She approaches computer systems via inductive microphones for magnetic fields, so-called “telephone adapters." With choreographies for software and computer elements, she utilizes these as actors in software/noise pieces for, and in, computers. - -Vuksic considers time and space of computer processor and memory as levels of reality. Software being processed creates own temporal and spatial dimensions, which are staged for a public. She aims for a sensual experience of the analytical sphere becoming concrete, where logic encounters the physical world. The mechanic noises serve as mediators to a public. They reveal in an immediate way the activities taking place between computer processes in the widest sense and the computer electronics they are running on. - -https://harddisko.chevent title: Para-phonic Poly-diso -dat: Fri 12 Jan 2018 20:30hrs -location:The Small Museum, Paradiso, Amsterdam -artist: Remco van Bladel - -Description: WHAT ? -'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. The voice for this work is by Laetitia Saedier of Stereolab. - -'Para-phonic Poly-diso’ (Polyphonic Paradiso) and it consists out of two parts: -1) An interactive graphic score / light box / kinetic work fixed inside the cabinet. (see jpeg drafts below) -2) A mobile website that connects you to the hardware inside the cabinet and turns your phone into a local speaker for a polyphonic voice piece. - -In the eleventh century, the Italian Guido of Arezzo, one of the most important founders of musical notation, developed a scale consisting of six notes: ut, re, mi, fa, sol, la. Later the seventh tone 'si' was added. From this the well-known "Do-Re-Mi" and the solfege, a teaching method in music for learning pitch and the singing of sheet music, developed itself. - -The Small Museum, the former announcement box on the front of Paradiso, is being converted by Remco van Bladel into a local wifi point that will stream a polyphonic "Pa-Ra-Di-So". An algorithmic choir is compiled live by the mobile phones that connect to the Wi-Fi point while they are waiting in line for Paradiso to enter. - - - -Paradiso invited Remco van Bladel to take part in their Small Museum project. For him it fitted very well to use this public place for a project he had in mind for Pushing Scores. The idea was to create a choir with mobile phones for the audience waiting to get in of the Dutch pop tempel Paradiso. - -The work: -The work was installed for a period at The Small Museum; a cabinet on the facade of Paradiso, Amsterdam. - -'Para-phonic Poly-diso' is a graphic score where Paradiso visitors can participate in a digital polyphonic choir. - -In eleventh century Italy, the music theorist Guido of Arezzo developed an ascending scale consisting of six-notes: ut, re, mi, fa, sol and la. A 7th note, 'si' or 'ti', was added later. This scale is the basis for 'Do-Re-Mi' and solfège, a music education method used to teach singing of Western music. - -The Small Museum, which was used for the public announcements of the church, will be transformed into a local wifi hotspot to stream a multi vocal 'Pa-Ra-Di-So Rapsodia'. A live algorithmic choir composition created through the phones connected to the score while waiting in front of the building to enter. - -For this multi vocal composition Remco van Bladel collaborated with Lætitia Sadier (Stereolab, Lætitia Sadier Source Ensemble). - -On Notation: -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. - -As far as melody is concerned, humming was increasingly defined by the expansion of the number of lines, which first corresponded by colour, and later by keys to certain steps in the medieval ranges. In the eleventh century Guido van Arezo introduced the staff with four lines (this is still in use). In the middle of the thirteenth century Peter de Cruce came to a notation in which the relative duration of each note is indicated by the form of the note. This so-called manural notation was of great importance to ensure the reproducibility of the various rhythmic possibilities in the developing polyphonic music of Western Europe. - -One of the influences for our project Pushing Scores. - -Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - - -After getting it touch with Attali’s book ‘Noise: The Political Economy of Music’ we used it as inspiration for the project Pushing Scores. This particularly because of the fact that he focusses on the reproduction of music. - -Attali believes that music has gone through four specific cultural stages in its history: -1. Sacrificing -2. Representing -3. Repeating -4. Post-Repeating - -The 2nd phase is important in the perspective of sound reproduction, graphic score and the tangibility of sound and / or the object. It refers to the era of printed music (1500 - 1900). During this period, the music is tied to a physical carrier for the first time, and thus becomes a commodity for sale in the market. This notation of music can be considered as a highly coded written guideline for how music should sound. He calls this chapter Represent because it is the project of the executive. This represents the music in the absence of the maker and in the presence of an audience an effort must be made to read and articulate the intensity of the composer of the magazine. With the rise of the various avant-garde movements from the beginning of the 20th century, in addition to new forms of "sound", the relationship between sound and its visual representation is also being re-examined. - -The 3rd stage deals with the mechanical reproduction and the 4th stage could be interpreted that he already was referring to the idea of sampling although it was first published in translation by the University of Minnesota in 1985. In that time it would have been quite prophetic. Because of this ambiguity we are interested for the project what this stage of music could represent. What kind of scores can be made with aal new techniques and media which have been developed since and definitely are of influence in our conceptual thinking of music and its reproduction.Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - -Attali is the first to point out the other possible logical consequence of the “reciprocal interaction” model—namely, the possibility of a superstructure to anticipate historical developments, to foreshadow new social formations in a prophetic and annunciatory way. The argument of Noise is that music, unique among the arts for reasons that are themselves overdetermined, has precisely this annunciatory vocation; that the music of today stands both as a promise of a new, liberating mode of production, and as the menace of a dystopian possibility which is that mode of production’s baleful mirror image.event: -the entire Pushing Scores project was set up in cooperation with Remco van Bladel. The conceptualization, the funding, the execution.We new that Remco had written his essay 'Musical Theories in Graphic Design' on the subject of graphic notation within a broader field of theory formation in contemporary -music. It seemed to be a good match to work with him and DE PLAYER on a research of the graphic score. WE had common interest but at the same time a different angle and network in our practice as a stage, publisher and designer. This brought us together and made Pushing Scores to be real.Remco van Bladel (Amersfoort, 1977) is a graphic designer, based in Amsterdam. His studio focusses on editorial book design, curatorial projects, institutional identities, interactive applications and websites. Remco is co-founder of 'WdW Review' (Witte de With, Rotterdam), Dutch art book publisher Onomatopee and teaches graphic design at ArtEZ, Arnhem. He designed the publication and identity of the Aalto Natives, at the Finnish Pavilion of this year's 57th Venice Biennale. For the 2015 edition of the Venice Biennale the studio was responsible for the design of the publication and identity of ‘to be all ways to be’, the exhibition of herman de vries of the Dutch pavilion. -His clients include artists like: Navid Nuur, Jonas Staal, Justin Bennett, Esther Tielemans, Gert-Jan Prins and Erik van Lieshout besides institutions like Witte de With, e-flux, New World Summit, Extra City Kunsthal, Arts Writers Grant Program, Art Agenda, Council, Cobra Museum and STEIM (studio for electro-instrumental music). The studio takes care of the graphic design of the art magazine and website Metropolis M. - -Remco van Bladel grew up as a kid in the recordstore of his father. The relation between the sound/music on the records and the visuals on the sleeves and packaging had a strong influence on his nowadays practice. Especially the strategy and concepts he creates for graphic design. - -In his essay 'Musical Theories in Graphic Design', from 2002, treated Bladel with the subject of graphic notation within a broader field of theory formation in contemporary -music. In it he transposed compositional methodologies of the avant-gardists in the 20th century to graphical design methodologies. For instance by understanding the phase shifting technique from inside Steve Reich to design. But also work from Stockhausen, and Cage to view and differ and looking for similarities. Rhythm, shifts, pairs, tonality, counterpoints. This was not about hard comparisons and 1 on 1 projections, but more -to interpret, think and work with elements. An investigation into methodologies within his own artistic practice. - -From his own position he considers himself as (editorial) designer, curator, musician and publisher with a strong predilection for language and typography. His artistic practice is formed by a number of ingredients that have always been present in his work to a greater or lesser extent. The most important, from his youth, is sound or music. Both as a source or inspiration, as a metaphor, as a thinking model and as an 'attitude' in relation to his practice. He sees it as punk, experiment, noise, investigative, critical. Searching for dissonance and ordering of information, for rhythm and tonality. Sound in relation to image remains an elusive phenomenon that continues to fascinate me because sound / music is the most abstract art form. The subjective nature, the way in which vibrations can release such strong emotions, makes it possible to deal speculatively and to use them for use in typography, image, material choices, folding methods and bookbinding systems. This tactility, the application of materiality and the use of printing techniques as a metaphor for sound play a major role in his entire practice. -event title: PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER -date:Fri 20 Jan 2017 20:00hrs -location: DE PLAYER, Rotterdam, NL - -description: WHY ? -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -participating artists: WHO ? -Telcosystems presents Resonanz; an electronic book combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - -Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netWe got in touch with the work of Derek Holzer through his project on Tone Wheels; an experiment in converting graphical imagery to sound, inspired by some of the pioneering 20th Century electronic music inventions. Transparent tonewheels with repeating patterns are spun over light-sensitive electronic circuitry to produce sound and light pulsations and textures. -This analog way of getting sound from graphic notation was an impuls to check him out for the Pushing Scores project. He came up with a reading on Schematics as a Score, because that was a current issue of his practice. It fully fitted in our search for how to see the concept of composing and making scores.Derek Holzer (USA 1972) is a sound + light artist based in Helsinki & Berlin, whose current interests include DIY electronics, audiovisual instrument building, the relationship between sound and space, media archaeology, and participatory art forms. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. - -http://macumbista.net - -Derek Holzer gave a lecture with the theme "Schematic as Score: use and abuse of the (im)deterministic possibilities of sound technology". In it he considers it axiomatic that, for every work of art that must be considered experimental, the possibility of failure must be built into his process. By this he does not mean the aestheticized, satisfying disturbances and cracking that Kim Cascone valorizes, but the lack of satisfaction caused by a misplaced or misdirected procedure in the experiment, colossal or banal. These are not mistakes that should be looked up, sampled and celebrated, but the flat-on-your-ass gaffs and embarrassment that would disturb the sleep of all but the most Zen of musicians or composers. The presence of failure in a musical system represents feedback in the negative, a turning point in anticlimax, irrelevance, the everyday, the cliché or even unintentional silence. Many artists try to eliminate true, catastrophic failures by scripting, scoring, sequencing or programming their work in as many predictable, risk-free quantums as possible in advance. But this unwanted presence also guarantees the vitality of that fiercely fought area; the live electronic music performance. - -The past few years there has been a strong response to the sterile world of sound and video from the laptop. This has led to a new interest in analogue processes or dirty hands art. With this renewed analog interest comes a fresh exploration of the pioneers of electronic art during the pre-digital era of the sixties and seventies. Artists and inventors such as Nam June Paik, Steina and Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or could be freely downloaded. - -Over the past few years, a strong reaction against the sterile world of laptop sound and -video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. -Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge -Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments -long before similar tools became commercially available or freely downloadable4– often -through a long, rigorous process of self-education in electronics. -John Cage once quipped that Serge Tcherepnin's synthesizer system was "the best musical -composition that Serge had ever made", and it is precisely Cage's reformulation of the -concert score from a list of deterministic note values to a set of indeterministic -possibilities that allowed the blurring of lines between instrument-builder and music -composer that followed. - -In 2011 Derek Holzer wrote an essay on this issue which has been published as a pdf on internet as VAGUE TERRAIN 19.Vector Synthesis Workshop Piksel - -Derek Holzer, Vector Synthesis workshop -Building: Piksel Studio 207, Bergen NO -Dates: 9-11 March 2018 -Time: tba - -All workshops are free entrance. To sign up send an email to: -prod(at)piksel(dot)no - -VECTOR SYNTHESIS is an audiovisual, computational art project using sound synthesis and vector graphics display techniques to investigate the direct relationship between sound+image. It draws on the historical work of artists such as Mary Ellen Bute, John Whitney, Nam June Paik, Ben Laposky, and Steina & Woody Vasulka among many others, as well as on ideas of media archaeology and the creative re-use of obsolete technologies. Audio waveforms control the vertical and horizontal movements as well as the brightness of a single beam of light, tracing shapes, points and curves with a direct relationship between sound and image. - -You can see several demo videos here: - -http://macumbista.net/?page_id=5000 - -SOFTWARE - -The Vector Synthesis library allows the creation and manipulation of 2D and 3D vector shapes, Lissajous figures, and scan processed image and video inputs using audio signals sent directly to oscilloscopes, hacked CRT monitors, Vectrex game consoles, ILDA laser displays, or oscilloscope emulation softwares using the Pure Data programming environment. - -https://github.com/macumbista/vectorsynthesis - -During this workshop, you will learn how to use a custom library in the Pure Data programming environment to directly control the vertical and horizontal movements, as well as the brightness, of a beam of light. You will then explore Lissajous figures, waveform representations, and other multiplexed, audio-driven visual shapes and forms which can be displayed and manipulated in real time on an XY oscilloscope, Vectrex game console, ILDA laser display, and other analog vector displays, or with oscilloscope emulating software directly on your laptop. - -LINKS - -http://macumbista.net/?page_id=4869 - -https://www.instagram.com/macumbista/ - -More info at: http://17.piksel.no/?p=72 - -Photo credit: Anders Børup -Derek Holzer was invited for the event PU-SH-ING at 20 Jan 2017. He did a reading on Schematic as a Score, but also did a live concert from his research in analog visuals with the oscilloscope. - -a theoretical/historical text about the concept written by Derek Holzer -23 NOV 2016, Helsinki, Finland - - THE VECTORIAN ERA: an Investigation into Analog Computer Graphics - -The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. As Friedrich Kittler has observed, the relationship of media technology to military tools of destruction was sealed by moments such as these. - -Post-war developments continued in this direction. Tennis for Two, programmed in 1958 by William Higinbotham on an analog computer at Brookhaven National Laboratories in Long Island NY USA, using an oscilloscope as the display. It combined a two-player interface with physics models of a bouncing ball displayed as vectors in motion, and is arguably the first publicly-playable video game. The laboratory itself performed government research into nuclear physics, energy technology, and national security. - -In the early 1960’s, the composer Morton Subotnik employed engineer Don Buchla to help him create “the music of the future”. Buchla redesigned the existing function generators of analog computers to respond to voltage controls of their frequency and amplitude. This gave birth to the realtime-controllable, analog modular synthesizer which was subsequently expanded by others such as Bob Moog and Serge Tcherepnin. - -In 1967, the Sony Portapak revolutionized video by taking the camera out of the television studio and into the hands of amateurs and artists. And by the early 1970’s, an interest in cybernetics, systems theory and automatic processes brought the analog computer closer to the worlds of art, music, and architecture. Figures such as Heinz von Foerster, Gordon Pask, Nam June Paik, Steina and Woody Vasulka, Iannis Xenakis and R. Buckminster Fuller all speculated on the effect of computers on society, and used computer-derived forms in their work. The 1972 Rutt-Etra Video Synthesizer, used famously by the Vasukas in several works, employed an analog computer to manipulate and deconstruct the raster of a conventional video signal with very otherworldly effects. - -Vector graphics were widely adopted by video game manufacturers in the late 1970’s due to their computational efficiency, and the wealth of experience using them that the history of analog computing provided. Perhaps the most iconic of these games is Asteroids, a space shooter released by Atari in 1979. Battle Zone (1980), Tempest (1981), and Star Wars (1983) all stand as other notable examples from this Vectorian Era, and also as rudimentary training tools for the future e-warriors who would remotely guide missiles into Iraqi bunkers at the start of the next decade. As electronics became cheaper, smaller, and faster in the 1980’s, the dated technology of using analog vectors to directly manipulate a Cathode Ray Tube fell out of favor and rasterized graphics, animations and moving image quickly took their place. - -Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time. The fact that many aspects of our current utopian aspirations (and dystopian anxieties!) remain largely unchanged since the dawn of the Vectorian Era indicates to me that seeking to satisfy them with technology alone is quite problematic. Therefore, an investigation into “tried-and-failed” methods from the past casts our current attempts and struggles in a new kind of light. - - -George Brecht is most famous for his Event Scores such as Drip Music 1962 and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” -Event Scores are works Event Scores are simple instructions to complete everyday tasks which can be performed publicly, privately, or negatively (meaning deciding not to perform them at all). -Initially writing theatrical scores similar to Kaprow's earliest Happenings, Brecht grew increasingly dissatisfied with the didactic nature of these performances. After performing in one such piece, Cage quipped that he'd "never felt so controlled before." prompting Brecht to pare the scores down to haiku-like statements, leaving space for radically different interpretations each time the piece was performed.The Event Scores of George Brecht are still actual pieces. He is inspiring for a lot of performance based composers. Specifically that is works out of simple instructions and can be done by anybody it has a highly democratic factor, without losing its artistic impact. Also interesting is the fact that it is purely language based lays in our interest. DE PLAYER has been publishing and presenting a lot of sound poetry.George Brecht (August 27, 1926 – December 5, 2008), born George Ellis MacDiarmid, was an American conceptual artist and avant-garde composer, as well as a professional chemist who worked as a consultant for companies including Pfizer, Johnson & Johnson, and Mobil Oil. He was a key member of, and influence on, Fluxus, the international group of avant-garde artists centred on George Maciunas, having been involved with the group from the first performances in Wiesbaden 1962 until Maciunas' death in 1978. - -One of the originators of 'participatory' art, in which the artwork can only be experienced by the active involvement of the viewer, he is most famous for his Event Scores such as Drip Music 1962, and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” - -Steve Joy took me to meet George Brecht in his studio when I was in residence at St Michael's in Manhattan (c.1962). We became friends and he mailed instruction cards to me. I brought Steve Joy to St. Vincent College when I returned to the monastery from Paris in 1963. George Brecht agreed to provide instructions for an event at St. Vincent. For his "Vehicle Sundown Event", he published a set of about 50 cards to be given to participants who participated in the event with their vehicles. Each card held an instruction to be performed with a vehicle. Drivers were instructed to assemble at sundown in a parking lot and randomly park their vehicles. Then each driver, with a shuffled deck of instructions, would begin performing at the sound of a signal. Participants performed about 50 events such as "turn on lights", "start engine", "stop engine", "open window". This work was performed at St. Vincent College under the direction of Stephen Joy with Roman Verostko assisting. c. 1963 -A baton is a stick that is used by conductors primarily to enlarge and enhance the manual and bodily movements associated with directing an ensemble of musicians. - -https://en.wikipedia.org/wiki/Baton_(conducting)This object is chosen to be part of the archive because it is the first and most simple tool to translate a written score to the musician who has to execute it. It is the first intermediary after the score itself and comes from a method of conducting called cheironmy. - -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. -publication -title: Each One -catalogue number: DOB 089 -artist: Jörg Piringer - -description: -10" vinyl dubplate each one with original sound and related artwork -edition 40 pieces - - - - - - -Piringer has performed in DE PLAYER with his visual sound poetry pieces based on computer programming. For Pushing the Score we invited him to make special work for a limited edition. For this he developed specific software that generates poetry in spoken word form. For each record a unique piece is generated that is spoken and performed by the same software. The packaging of each record is also linked to the unique file and consists of an original visual work that is derived/transformed via a formula from the programming language that underlies the audio poem to be heard on the record. - - - -Jörg Piringer is a member of the Institute for Trans-acoustic Research, member of the Vegetable Orchestra, radio artist, sound poet, visual poet, musician and holds a master's degree in computer science. He is also involved in the online poetry platform Huelkorven. The way in which he arrives at his poetry is very closely linked to his knowledge and skills of the programming language. - -For example his work ‘frakativ’; an electronic visual sound poetry performance. ‘Fricatives’ are consonants produced by forcing air through a narrow channel made by placing two articulators close together. -The performance ‘frikativ’ is real-time generated visual and sound poetry. Image and sound are created immediately during the performance by speaking and vocalizing into a microphone and modifying the voice through signal processors and samplers while the software is analyzing the sound to create animated abstract visual text-compositions. - -Piringer is also involved in Huellkurven; an online sound poetry magazine and a series of events dedicated to sound poetry, poésie sonore, lautpoesie, noise poetry, sound-text composition, auditive poetry, audio poetry etc. - -URL: http://huellkurven.net -https://monoskop.org/Concrete_poetryDE PLAYER is interested in sound that fraternises in the abstract sense and makes people communicate with each other, without having to understand each other specifically in terms of language. In a multicultural situation, abstract sounds are the forms of recognition; then there is, for example, the music. The cultural identity is communicated with this. Music and dance are good elements to be together without literally understanding each other word for word. Subcultures form through music. In addition to the all-dominating impact of the music industry that determines lifestyle at the confection level, all sorts of de-mass-splintering genres are forming on the periphery of the musical firmament. The style / genre determines the identity. New generations are born. - -It is important here that the language is sung off the usual value of speech. The limits of speech become communication and nonsense, which both have the potential of speech. Orientation with regard to giving meaning changes by inserting moments when improper use of thought, material and technology takes place. -The foundation of language as an information transmission is the foundation of these tendencies and is at the heart of the oral tradition principle. How stories can be told, how traditions are passed on, how past feeds the present and how the present forms itself by muttering the past. - -Multilingualism is important in giving meaning to the things around us. Publishing, as mentioned above, is important to communicate various ways of expression. Signification also plays a major role in this. Within "Radical Listening" we want to see what the possibilities are of communication and publishing with the current means that are available to us. This idea is closely intertwined with the project "Pushing the Score", in which the materialization of sound plays a role. Listening in the sense of "Radical Listening" is therefore not only about ears specifically, but generally about exploring our world, our position in it and the way in which communication is possible. - -We investigate how contemporary means are used to shape language, sign and sound. The analogue and virtual voice play a major role in this. Use of consumer electronics for improper use (eg tape recorder, telephone) but also self-invented technical devices and software, other machines (computer, record player, effect equipment) and a variety of speech techniques are used so that, among other things, classical reading forms are exceeded. - -Inspiration is the vocal poetry, poésie sonore and text-sound composition. In our opinion, this area is an important one, both in the experimental sound, in the lecture and in the visual arts. Here it has played an important role and as such it is still current. The connection of the word and sound can be found in many ways within the art and music of fluxus, rap, early avant-garde, soundproof, laut poetry, music theater, opera, performative series, musical theatrical dad shows, radio plays and installational settings. -event -title: IRREGULAR # 2313 STRIPPED -date:Fri 14 Oct 2011 21:00hrs -location: Wall Gallery, Rotterdam, NL - -artist: Fersteinn - -Fersteinn from Iceland will come and bring us a clear bold construction of tones and notes in space. They sound like a completely crushed partiture which comes out in it's pure elements just ordered in a way you are not so used to listen to. Good practise for the ears. - -Fersteinn is a quartet of multi-instrumentalists that performs music by composer Guðmundur Steinn Gunnarsson. The music focuses on elastic rhythms, that are not easily confined to a grid. The musicians read the music from a score, but the score consists of moving images on a computer screen. This is done in order to communicate rhythms not easily notated. The music mostly consists of hockets where each sound is like one letter in a word. With flutes or recorder, plucked string instruments, duck calls and winds or brass, various types of rhythmical sound textures are conveyed. Some parts of the music might resemble animal sounds or the rhythm of animal movements. - -To quote the composer: "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained."Fersteinn works with the method of so called Animation. This means animated notation. They had been performing before we started the Pushing Scores project. Nevertheless we claim it to be part of it.FERSTEINN (is) -Fersteinn is a quartet of multi-instrumentalists that play compositions by Guðmundur Steinn Gunnarsson, a repertoire that is written especially for the ensemble. Fersteinn usually performs in the quietest of settings. They are a group that plays music in a “extra-musical” or “non-musical” sort of rhythm (so to speak). They did quite an impressive set 2 years ago at De Vleeshal and Wallgallery, for those who missed it. - -Fersteinn plays from animations made as compositions on a laptop. Most compositions are made by Guðmundur Steinn Gunnarsson. -Guðmundur Steinn Gunnarsson (born 1982) is an Icelandic composer, performer and a founding member of S.L.Á.T.U.R., an experimental arts organization in Reykjavík. In his compositions he has developed a rhythmic language devoid of regular beat or metre, and he has created a new musical notation to represent his music. - -Guðmundur Steinn's musical style combines sound patterns without using a rigid rhythmic grid structure or pulse. This approach has led to the development of his animated notation, or 'anitation', instead of using traditional musical scores. During the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods he uses in composition were the subject of his M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." - -He is a founding member of the S.L.Á.T.U.R. ("samtök listrænt ágengra tónsmiða umhverfis Reykjavík" or "The Association of Artistically Obtrusive Composers around Reykjavík"[6]), an experimental composers collective in Iceland, and he is co-curator of the festival Sláturtíð. He also a co-curates the concert series Jaðarber at the Reykjavík Art Museum - - -website by RYAN ROSS SMITH all about animated notation: -http://animatednotation.com/Steinn.html - -see also: stefan-smulovitz -https://animatednotation.wordpress.com/portfolio/stefan-smulovitz/ -‘Anitation’is the term for animated notation. Instead of using traditional musical scores, during the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods were the subject of Guðmundur Steinn M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." This technique of composing is performed by Gudmundur Steinn his quartet Fersteinn. -Gudmundur Steinn has been part of DE PLAYER its program with his quartet Fersteinn several times. This Icelandic quartet plays with little analog instruments animation scores Steinn made on his computer. It results in real delicate and unconventional chamber music. - -URL:https://www.deplayer.nl/events/och-toch-fersteinn-marc-matter-jörg-piringer-alexander-brener-barbara-schurz - -The animations of Steinn were also used by Goodiepal when he visited DE PLAYER on 17 December 2015 with his project on Icelandic animated notation. He a lecture on this subject and played together with Daniel S. Bøtcher, Grøn, Nynne Roberta Pedersen several pieces. Amongst which some of Gudmundur Steinn. - -https://vimeo.com/151283154 - -We also produced a limited poly urethan record with Fersteinn. -URL: https://www.deplayer.nl/releases/dob046-10-fersteinn - -The idea of Anitation and the work of Gudmunder Steinn fits perfectly in Pushing Scores.Guðmundur Steinn Gunnarsson is an Icelandic composer writing music based on irregular or non-pulse oriented rhythms. It inhabits a world where grids or straight lines are almost non-existent. This often requires presenting the music as moving graphics on computer screens. That way the most irregular things can become very intelligible. - -He has been active with a composer collective in Iceland called S.L.Á.T.U.R. and taken part in founding its festival Sláturtíð and used to be a co-curator of the Jaðarber concert series and Fengjastrútur Ensemble. He runs his own multi-instrumentalist quartet which is called Fersteinn. - -His music has been performed by the BBC Scottish Symphony Orchestra, the Iceland Symphony Orchestra, Caput Ensemble, Reykjavík Chamber Orchestra, Ensemble Adapter, Tøyen Fil og Klafferi, Ensemble l’Arsenale, Ensemble CRUSH, Aksiom Ensemble, Nordic Affect, Defun Ensemble, Iceland Flute Choir, Duo Harpverk, Roberto Durante, Markus Hohti, Mathias Ziegler, Georgia Browne, Timo Kinnunen, Shayna Dunkelmann, Una Sveinbjarnardóttir and Tinna Þosteinsdóttir. - -Some of the festivals that have included Guðmundur’s music are Tectonics Reykjavík and Glasgow, MATA, Musikin Aika, Ultima, November Music, Transit, Music for People and Thingamajigs, Nordlichter Biennale, Timisoara International Music Festival and ISSTC 2014 in Maynooth, Ireland, where Guðmundur was also Keynote speaker. - -Guðmundur Steinn studied composition at Mills College, Iceland Academy of the Arts, Reykjavík College of Music, privately and at summer courses in Kürten and Darmstädt. His teachers have been Alvin Curran, Fred Frith, John Bischoff, Atli Ingólfsson, Hilmar Þórðarsson and Úlfar Ingi Haraldsson.Silence has kinetic roles in social exchanges: quietude, reflective pauses, withdrawal, displays of consent or dissent, reception and interpretation. But how can we score something not present, yet also not absent? Is there a positive notation for this critical issue of performance, of silence in the voice, other than merely the courtesies of extended rests, or blanks in the score? The reader will see inscriptions that oscillate between pictures and writing, and between visual and auditory, exemplifying those capacities of drawing to operate in the spaces between languages. In the context of an experimental music notation, seeking to make an instrumental gesture of silence, how can we draw incipience?“Before god needed to be invented there were man. -Before language there was the song. -Before the song there was the yodel.” -As bart plantenga stated in his reading on yodeling. -I think silence has that same trelations with music. -emptiness has that same relation with notation. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location:SKAR office, Groot Handelsgebouw, Rotterdam | - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA). The authority who controls copy right specifically for musicians. - - - -publication: -Project name: DOB 060 -Description : Product Placements - 10" blue vinyl with poster and xerox copies - edition of 150 pieces -Author: Johannes Kreidler - -URL: -http://www.kreidler-net.de -http://www.kreidler-net.de/productplacements-e.html - - -Johannes Kreidler is a special duck in the bite when it comes to composing. His works can often be regarded as composition, performance, sculpture and indictment. His work is described as conceptual music. He usually uses multimedia elements. He approaches the themes he uses (including authorship) through various entities directly linked to society. By acting consistently within these structures he creates his works. A few examples appeal to the imagination with regard to how a score can be understood and which elements and/or processes can play a role in this. -Johannes Kreidler is a composer, concept- and media artist. His way of composing has a multimedia conceptual approach which is mostly linked with processes in society. This makes it interesting in the perspective of experimentation and onorthodox composing. The AEX index, outsourcing of labor or copyright processes and social questions and implication around these issues form the fundament of some of his compositions. We asked Johannes to do a reading about his practice as a composer during the event we organized around Music & Capitalism. - -We produced with him a record which contains one piece of him named Product Placements -This piece is to be seen as a plunder phonic composition in extremis. A press echoed in September 2008 his action Product Placements out, with which he wanted to initiate a discussion on copyright and the height of creation in music. In a 33-second piece of music, he processed 70,200 quotes of foreign works, which he all individually enrolled at the GEMA. For this purpose, he accompanied by numerous press representatives with a small truck full of completed applications at the GEMA Directorate General in Berlin before. The plant is deliberately located in a legal gray area, which has greatly increased by digital technologies, so that it is impossible to clarify the case so far.(How Could You) Bring Him Home by Eamon -(I'm Gonna Be) 500 Miles by The Proclaimers With Brian Potter & Andy Pipkin -(Let Me Be Your) Teddy Bear by Elvis Presley With The Jordanaires -(You Want To) Make A Memory by Bon Jovi -1234 by Feist -1973 by James Blunt -2 Hearts by Kylie Minogue -3's & 7's by Queens Of The Stone Age -4 Am Forever by Lostprophets -4 In The Morning by Gwen Stefani -505 by Arctic Monkeys -A Bad Dream by Keane -A Big Hunk O' Love by Elvis Presley With The Jordanaires -A Day In The Life by Larrikin Love -A Moment Like This by Leona Lewis -A Never Ending Dream by Cascada -A Public Affair by Jessica Simpson -A Whole New World by Katie Price & Peter Andre -About You Now by Sugababes -About Your Dress by The Maccabees -Acceptable In The 80s by Calvin Harris -Acrylic by The Courteeners -Adagio For Strings by DJ Tiesto -Ain't No Party by Orson -Alarm Clock by The Rumble Strips -Alfie by Lily Allen -All Good Things (Come To An End) by Nelly Furtado -All I Got by Newton Faulkner -All I Need To Know by Emma Bunton -All I Want For Christmas Is You by Mariah Carey -All My Friends by LCD Soundsystem -All She Wrote by Ross Copperman -Almost Easy by Avenged Sevenfold -Always On My Mind by Elvis Presley -Amazing by Seal -America by Razorlight -An American Trilogy by Elvis Presley -An End Has A Start by Editors -Anarchy In The UK by The Sex Pistols -Angel On My Shoulder by Gareth Gates -Annie Let's Not Wait by Guillemots -Anonymous by Bobby Valentino feat. Timbaland -Another One Bites The Dust by Queen vs. The Miami Project -Anthem by Filo & Peri feat. Eric Lumiere -Any Dream Will Do by Lee Mead -Anything by JoJo -Anything Can Happen In The Next Half Hour by Enter Shikari -Apologize by Timbaland Pres. One Republic -Are You Trying To Be Lonely by Andy Lewis & Paul Weller -Arnold Layne by David Gilmour -Australia by The Shins -Autumnsong by Manic Street Preachers -Away From Here by The Enemy -Axle Grinder by Pendulum -Ayo Technology by 50 Cent feat. Justin Timberlake & Timbaland -Baby Baby by Sunblock feat. Sandy -Baby Fratelli by The Fratellis -Baby Love by Nicole Scherzinger Feat. Will.I.Am -Baby When The Light by David Guetta -Baby's Coming Back by McFly -Baby's Coming Back / Transylvania by McFly -Back To Black by Amy Winehouse -Backfire At The Disco by The Wombats -Bad Girl (At Night) by Dave Spoon feat. Lisa Maffia -Balloons by Foals -Barbie Girl by Samanda -Be Without You by WiFi -Beautiful Girls by Sean Kingston -Beautiful Liar by Beyonce & Shakira -Beautiful Ones by Billiam -Because Of You by Ne-Yo -Bed by J. Holiday -Before I Fall To Pieces by Razorlight -Beggin by The Four Seasons -Beginning Of The End by Status Quo -Best Of You by Foo Fighters -Bet On It by Zac Efron -Better by Tom Baxter -Beware Of The Dog by Jamelia -Big Girl (You Are Beautiful) by Mika -Big Girls Don't Cry by Fergie -Bigger Than Big by Super Mal -Bing Bang (Time To Dance) by Lazytown -Blag Steal & Borrow by Koopa -Bleed It Out by Linkin Park -Bleeding Love by Leona Lewis -Blood Sugar by Pendulum -Blood Sugar / Axle Grinder by Pendulum -Blue Suede Shoes by Elvis Presley -Bones by The Killers -Boogie 2nite by Booty Luv -Books From Boxes by Maxïmo Park -Borders by The Sunshine Underground -Break Up by Kim Sozzi -Breaking Free by Zac Efron, Andrew Seeley & Vanessa Hudgens -Breathless by Shayne Ward -Brianstorm by Arctic Monkeys -Bubbly by Colbie Caillat -Burn Faster by Nine Black Alps -Burning Love by Elvis Presley -Call The Shots by Girls Aloud -Calm Down Dearest by Jamie T -Can We Chill by Ne-Yo -Can't Get Along (Without You) by Hard-Fi -Candyman by Christina Aguilera -Carolyna by Melanie C -Catch You by Sophie Ellis-Bextor -Chain Hang Low by Jibbs -Change by Sugababes -Changes by Gareth Gates -Charlotte by Air Traffic -Chasing Cars by Snow Patrol -Chelsea Dagger by The Fratellis -Clean Up Your Eyes by The Dykeenies -Closer by Travis -Clothes Off by Gym Class Heroes -Clumsy by Fergie -Con Te Partiro by Andrea Bocelli -Counting Down The Days by Sunfreakz Feat. Andrea Britton -Cowboy by Ch!pz -Crank That (Soulja Boy) by Soulja Boy Tell'em -Crash by Matt Willis -Crazy by Lumidee -Crazy by Gnarls Barkley -Crush Crush Crush by Paramore -Cry Over Me by Meat Loaf -Cupid's Chokehold by Gym Class Heroes feat. Patrick Stump -Curvy Cola Bottle Body by Chico -D.A.N.C.E. by Justice -Dance Tonight by Paul McCartney -Dancefloor by The Holloways -Dancing Lasha Tumbai by Verka Serduchka -Dare Me (Stupidisco) by Junior Jack feat. Shena -Dark Road by Annie Lennox -Delivery by Babyshambles -Desecration Smile by Red Hot Chili Peppers -Destination Calabria by Alex Gaudino feat. Crystal Waters -Different World by Iron Maiden -Do It by Nelly Furtado -Do It 2 Me by Cushh -Do It Again by The Chemical Brothers -Do It Well by Jennifer Lopez -Do It Yourself (Go Out And Get It) by Uniting Nations -Do They Know It's Christmas? by Band Aid -Do Without My Love by Nathan [UK] -Do You Know? (The Ping Pong Song) by Enrique Iglesias -Doing It Right by The Go! Team -Don't by Elvis Presley With The Jordanaires -Don't Dance by Midas -Don't Give It Up by Siobhan Donaghy -From 2000 to 2006 Kreidler studied composition with Mathias Spahlinger, electronic music with Orm Finnendahl and Mesias Maiguashca, and music theory with Eckehard Kiem at the University of Music Freiburg and at the Institute of Sonology (Computer Music) of the Koninklijk Conservatorium The Hague. He also studied philosophy and art history at the Albert-Ludwigs-Universität Freiburg. - -He works as a lecturer in music theory, ear training and electronic music at the Rostock Academy of Music and Theater, the Detmold Academy of Music, the Hanover University of Music and Drama and at the Hamburg University of Music and Drama. -His work/action Product Placements, which helped to discuss copyright and the level of creation in music, was widely spread. In a 33 second piece he processed 70,200 quotations of foreign works, all of which he submitted individually via forms to the GEMA (the German Buma Stemra). Eventually he was accompanied by numerous journalists with a small truck full of completed applications to the GEMA Directorate General in Berlin. A few cubic metres of printed matter were placed in the reception hall of the GEMA office. The system was therefore completely stuck. The minimal samples used (milli-seconds) are intended to test the credibility and effectiveness of the GEMA in relation to the digital reality. The music production is consciously located in a legal grey area, which has been greatly enlarged by digital technologies. If such a fraction can still be labelled as music, it can still be linked to the original and the performing artist in terms of financial compensation for use. - -This is close to his work Charts Music, in which he used the share prices of various companies to derive pitches. Besides the share prices, some other statistics were used, such as the number of American soldiers killed in Iraq. In this piece, too, reference is made to the borderline areas of copyright, and credits such as composers and copyright holders mention the respective companies instead of Kreidler himself. -For another work he commissioned composers from low-wage countries to plagiarize his own music for a commission for the Festival Klangwerkstatt Berlin. For much less money than Kreidler himself received as a commission, he had pieces ready for concert that were made for him in China and India. According to Kreidler, the action entitled Fremdarbeit is intended to focus attention on the themes of exploitation and authorship. -title:ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -time:Thu 29 Nov 2018 20:00hrs -location:VARIA, Rotterdam, NL - -publication: -title: Untitled Records -catalogue number: DOB 096 -artist: Ana Guedes - -description event: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -participating artists: -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics - -Ana Guedes her project UNTITLED RECORDS fits in our idea of finding new ways for composing. Her archival approach and its political and personal implication are the starting point of this work. Because she uses and record archive it finally almost turns out to be a DJ set. This 'other way' around to come to sound is an interesting phenomenon. Also the technical implementation of possibilities to program the record players is interesting regarding for example the idea of schematics as a score. --Ana Guedes is a multidisciplinary artist from Portugal who lives and works in The Hague. She works with sound, video, installation and performance. Her research focuses on the 'dialectic of tuning'. Within this framework she investigates the working of memory with the intention of recreating situations and thus evoking a 'presence'. Through subjective interpretations of the ability to instrumentalize objects, she creates catalysts for thinking and contemplation. Her project Untitled Records is a performative sound installation that interweaves historical and emotional narratives through the 'instrumentalisation' of a collection of vinyl records. An ensemble of Arduino-powered prepared record players is built as an instrumentation to make an intimate selection from a family archive of popular music. The records come from Angola, Portugal and Canada. - -UNTITLED RECORDS is a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. An ensemble of reimagined record players are instruments built to perform an intimate selection from a family archive of popular music : “..a set of records carefully shipped home from a country at war forty years ago”. -The vinyls were purchased in Angola, Portugal and Canada over a time span from the 60s to the early 80s and have travelled over three continents. -Stained by the passage of time, scratched, with their covers eaten by moths the records are signed and dated; they exist as passive witnesses of a displacement in time and space. - -Each date and signature is a coordinate, a clue in the reconstruction of a map tracing complex historical occurrences splitting into an infinite number of threads. -The multi arm record players with which several timelines can be played - from one single record to an ensemble of vinyls intertwine a juxtaposition of temporalities and imagined narratives trapped within the collection. -event title:TGC # 3 / MAT>NET>PU -participating artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB -date: Fri 24 Mar 2017 20:00hrs -location: DE PLAYER, Rotterdam - -description: WHY ? -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - -Tetra Gamma Circulaire was initiated in 2015 by DE PLAYER with the aim to become an experimental audio magazine series without any restrictions in appearance, style, and/or shape. TGC #3 fits right in. Concretely, TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. The first edition of TGC #3 is limited to just twelve copies, and its presentation at this event is augmented with works created and compiled by the XPUB students. Next to the presentation of TGC#3 we are also hosting exciting demonstrations and live sets from the sound makers and breakers described below. - -artists: WHO ? -* HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -* HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -* JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -* XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -We got in touch with Helga Jakobson her work through Bas van den Hurk who in that time was teaching at St Joost post graduate program in which Helga took part. Because of the fact that she was developing a machine which produces sound through the process of reading spider webs, Bas tipped her to contact DE PLAYER. We had an appointment and it was clear that this definitely got our interest and the decided to present her prototype at an event in which other more inventive ways of sound making were presented. Also the idea of a spider web as a score of course matched with the Pushing Scores project. Het Arachnes Sonifier got more and more developed and soon we will publish an album (DOB094) with the sound, images and conceptual information on our label.Helga Jakobson is a Canadian artist whose practice consists of exploring conditions of limbo, with a focus on death, time and the ephemeral. Often her research leads her to short-lived and organic material with which she develops new systems and methods for engagement. This takes shape by building digital interfaces; instrumentation used to explore, amplify and reflect what is barely visible, tangible or audible, while expressing the resonance and relationship between people, plants and organic matter. She presented her project entitled Arachnes Sonifier, in which she captures and makes audible spider webs. Her spider web record player (Arachnes Sonifier), which she developed for this purpose, is an instrument that plays, registers and converts a spider web into sound by means of light sensors. She passes on the notation she distils from this to music companies in order to come to performances. - -about her work considering Arachnes Sonifier: -Knowledge sharing across traditions has often taken place through oral mythology. Creation myths, such as in the Hopi and Navajo traditions, often centre around a Grandmother Spider figure who wove the night sky with her silk. There are spider figures in West African, Akan, and Caribbean myths personifying the spider as a trickster. In Japan there’s a focus on the lure of the spider, where it is sometimes likened to a prostitute. However, my favourite spider myth is from Greek mythology; that of Arachne who wove a tapestry better than Athena, the Goddess of weaving and war. Arachne challenged Athena, believing in the superiority of her own abilities and with the support of her community. During the competition, Athena wove a tapestry depicting all of the times mortals challenged the Gods and lost, while Arachne wove accounts of the many times Zeus had raped mortal women. After Arachne won the competition, Athena transformed her into a spider, and this is where the name for arachnids originates. Arachne, a disturber of the status quo, is thought of as one of the first feminist authors.  - -Using the material bequeathed to Arachne’s doomed progeny, I’ve been weaving a visual and sonic tapestry of my own, using digital technology to form new means of mythologizing and disseminating non-verbal experience. The sonification of spiderwebs asserts a reverence for the environment, the beauty of the ephemeral and loss. When the webs are harvested, my hand effects their original form. These webs then become a game of Cat’s Cradle of sorts between the spider and I, not quite a collaboration but rather more of an exercise in ongoingness and recognition of loss. The intact web will not exist long in the world, and with my interference; even less so. This strange, affective relay continues into the recording process which results in the interpreted sound of an interpreted web. These actions are complicated and tenuous, as most human relations with companion species are. The recordings I make of the webs are an act of commemoration, and as Myers and Husk propose; "This requires reading with our sense attuned to stories told in otherwise muted registers.” - -The idea of a graphic score, a readable gesture, aids in the playability/repeatability of a piece of music which through it’s repetition allows for exploration, interpretation and imagination. These spiders have laid out scores in the form of webs that are barely visible ephemera drifting between branches or street signs or windows and I long to understand them. They remind me of George Crumb’s circular compositions; minus the pen and paper. In actuality, they are visual representations of the spider’s consciousness (who can forget Dr Peter Witt’s experiments with drug use on spiders and their resulting webs).  A spiderweb is not only an illustration of a spider’s mental landscape, but an instrument it plucks and plays. These structures are scores and instruments unreadable/unplayable by humans, but interpretable through speculative fabulation, in the case of the recordings I create. - -The webs I’ve chosen for this publication were harvested in the fall of 2018, after the first snowfall in Winnipeg, Canada. To find them I searched through basements, and bars, and zoos, and homes, and parks; though I found the majority of them in a greenhouse where I teetered over cacti and lavender bushes to collect them. The process of finding them could be likened to trying to make the invisible visible. In searching; imagining where I would make a web, and then marvelling when I find it in the most unlikely place, which only enchants me further into the world of spiders and webs and mythology. They aren’t entirely in line with Darwinian structures after all, not serving a solely evolutionary purpose; unlikely structures vulnerable and more powerful in space and time.  -type of project: publication -title: ORE -catalogue number: DOB 092 -artist: BJ Nilsen - - -description: -This work by BJ Nilsen can be seen as an observing documentary and is related to time lapse filmmaking. In addition, it places itself in the tradition of electro acoustic music and 'musique concrète'; a French music movement that makes use of everyday sounds that are processed with the help of electronics into compositions and sound collages. - -From the Dark Ecology project of Sonic Acts, Amsterdam, BJ Nilsen has visited many mines and mining areas over time. As a sound artist he realized how much sound there is in the mining industry and began to think in sonic terms about its impact and meaning. What is the relationship between the sounds of mining and the community that surrounds it? Where does mining stop? How much influence does it have on a community? Over the years he has built up an extensive sound archive around this subject. Both in active mines and in the abandoned mines, buildings, surrounding areas and logistics locations in Finland, Sweden, the Netherlands, the Czech Republic, Russia and elsewhere. In it he found the fragility of mining processes and the impact that mining activities have on the population and their biotope and he also expanded his archive with all related logistic processes. In the final processing of the sound, he uses the facets of mining as different sound tracks. - -The composition follows a more or less linear path - starting with 'deep' time. This line is interrupted a few times and the different time periods work together and overlap. It is a mix of sound recordings made at different times. Sometimes recordings from four years ago are combined with more recent recordings. Thus different layers of time are presented, from slowly unfolding sounds that represent a deep geological time, to sounds of transport, to the kind of sounds that we recognize as science fiction to indicate the future. For example, mining is in the arctic zone and research and an asteroid mining law was adopted in Luxembourg in 2017 that gives companies ownership of what they extract from celestial bodies. The idea is that you find an asteroid that is really rich in some rare metal that we really need and that one can claim that. Of course, it only becomes interesting when the resources on earth are exhausted. - -For example, in the composition radio broadcasts from space are used as well as a recoding of the probe that has ended up on an asteroid. In this way the work creates a third space that belongs to the individual listener and that arises from the interaction between the original space and the imaginary space, created by the composition, the sound processing and the perception of the listener. -There is a small tribute to GRM (Groupe de recherches Musicales) in Paris and Pierre Henry which is directly related to iron ore. The 'musique concrète' as developed by Henry at GRM was made by magnetic tape. Some of the recordings were finally mixed in the studios of GRM. Magnetic tape was the medium of BJ Nilsen's youth. He had hundreds of cassette tapes, like many at the time. It made him realize how closely he was actually involved in the process of iron ore, and how his development as an artist was shaped thanks to iron ore. -Benny Nilsen approached us for his project ORE. We thought he would fit very well in the E-ARTHHA event with Douglas Kahn which we had planned. - -Douglas Kahn is Professor of Media and Innovation at the National Institute of Experimental Arts (NIEA), University of New South Wales, Sydney, and Professor Emeritus at the University of California, Davis, where he was the Founding Director of Technocultural Studies. He is known primarily for his writings on the use of sound in the avant-garde and experimental arts and music, and history and theory of the media arts. His writings have also been influential in the scholarly area of sound studies and the practical area of sound art. His best known book 'Noise, Water, Meat: A History of Sound in the Arts' was published by MIT Press in 1999. - -Currently Kahn is researching new interfaces and possibilities of sound composition, image and performance. He discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. - -That evening Kahn did some kind of improv session on the works of the three invited artists. ‘Mining’ BJ Nilsen, ‘Jazz’ Max Franklin and ‘Earthquake’ Aurelie Lierman. - -URL: https://www.deplayer.nl/events/22-june-e-arthha-douglas-kahn-bj-nilsen-aur-lie-lierman-max-franklin - -BJ Nilsen - - -‘In Ore different layers of time are overlapping, from the deep time of geology to the superfast time of our current economy and the future. For the record I used recordings from the iron ore processing plant in Kirkenes, both with the plant working and not working. When it was empty, I mapped out the building by recording it. You hear the room tones, pigeons flying around, doors flapping, and the sound of the town blending in. I used recordings from Pasvik, south of Kirkenes, where the rock is at least 2.9 billion years old. The north of Norway is one of the oldest rock formations in the world. It doesn’t relate directly to mining, but it extends the project to include geology, deep time and stone. Those recordings symbolise the stasis of time. The mountain just sits there. The sounds are environmental. I made field recordings in the winter, you hear ice crystals cracking because there was a layer of ice on the snow. I also went to Näätämö/Neiden and just over the border to Finland because it’s land of the Sámi, and I wanted to have that in. The Sámi have a lot of respect for nature. Throughout the landscape there are sacred stones that are very important to them. I also worked with stone as an instrument, striking and recording it. I did the same with coal. I made recordings of the sound of striking coal at the house of Hilde Methi, a curator who lives in Kirkenes. She still stores coal there in a small outhouse (called ‘kullbingen’). There are recordings from the harbour of Murmansk with the coal trains coming in from Kuzbass in southwestern Siberia. The next phase in the processing of iron is represented by recordings from inside the Tata Steel factories in Wijk aan Zee, 30 kilometers from Amsterdam. I also visited Most in the Czech Republic because there is a huge operational open pit mine. It’s not iron ore but lignite, ‘braunkohle’. It is vast scar in the landscape, and really an incredible place. The recordings I did in the former mining region of the Netherlands are again more environmental: the mine near Heerlen has been developed into a park and nature area. I’m very interested in the hidden layers and history the landscape. That’s why I wanted to have a thread about the regeneration of mining areas. I think it is important to explore the changes that the surrounding landscape and the mining site itself are undergoing, from active to closed, from contaminated landscape to re-vegetation. The future is represented through using radio emissions from space and a recoding from the probe that landed on the comet 67P/Churyumov–Gerasimenko. And then there are sounds used for seismic interferometry: the decoding of ambient seismic noise, micro earthquakes and also surface bound sounds. What I like about these recordings is that they already have been processed through the rock and soil and transposed into human hearing range.’ - -‘This mining work is tied directly to the computer age, itself an alchemic expression of man’s ingenious use of the earth. Modernity is made by the manipulation and transmutation of organic and synthetic materials through design and research. Without tantalum and niobium, there are no micro-capacitors; without gallium, no photovoltaics.’ -Source: http://www.newcriticals.com/deep-mining-deep-time/page-3 - -Mineral commodities used in mobile devices -Gallium (from bauxite), -Germanium (from sphalerite) -Graphite -Indium (from sphalerite) -Lithium (from amblygonite, petalite, lepidolite, spodumene) -Platinum -Potassium (from langbeinite, sylvite, and sylvinite) -Rare-earth elements (bastnäsite, loparite, monazite, xenotime) -Sand -Silicon (from quartz) -Silver (from argentite and tetrahedrite) -Tantalum (from columbite and tantalite) -Tin (from cassiterite) -Tungsten (from scheelite and wolframite) -Source: https://pubs.usgs.gov/gip/0167/gip167.pdf - -Chemical structure of the product of Sydvaranger mine, Kirkenes -Fe – 68% -SiO2 – 5.00 -Al2O3 – 0.30 -S – 0.08 -P – 0.01 -Mn – 0.05 -Na2O – 0.01 -K2O – 0.03 -CaO – 0.35 -MgO – 0.45 -H2O – 8.00 -Size of the product -over 0.15mm: less than 0.2% -0.053mm – 0.15mm: less than 20% -under 0.053mm: up to 80% - -Source: http://sydvarangergruve.no/produkt - - -‘In mining there are two types of waste. One is the waste you make to get to the ore. If you have a gold mine and the gold layer sits 50 metres below surface, you have to remove 50 metres of waste. The ore layer contains only a certain amount of the mineral that will bring you revenue. The ore goes to a processing plant and there you take out the tailings and the rest is the waste of your process. It can be a slurry, it may contain chemicals or poisonous materials so you have to contain it and treat and store it properly. Sometimes this can go horrible wrong. It is important for companies to manage this. More waste means more costs.’ -Interview with Marco Keersemaker, CITG, Technical University Delft, by Benny Nilsen, 2018. - -‘The composition follows a more or less linear path – starting with deep time. It just turned out that way, perhaps because that’s how we generally tend to structure material. But the chronology is interrupted a couple of times, and the different time planes are cut-up, they interact and overlap, because I mix sound recordings that were done at different times. In that way I present different layers of time, from slowly unfolding sounds that represent deep geological time, to sounds of transport, to the sort of sounds we recognise as science fiction to denote the future. The work creates a third space that belongs to the individual listener and which arises from the interaction between the original space and imaginary space, created through the composition and sound processing.’ - -‘We dig deep into the earth to get to layers of deep time, extract it and use the ancient material, in the case of coal, for electricity, for heating the house, commodities, to type a message on a phone. It’s absurd when you start to think about it. So much time is compressed in this material and it’s burned up in minutes. It’s not like wind or the sun, which give you immediate energy. It’s millions of years compressed into hard materials that are burned up, like coal, or painstakingly refined to yield useful metal. This ungraspable void of deep time fascinates me: the time compressed in iron ore, the coal that started billions of years ago as organic material, the gold flecked asteroid far away in space, or the more recent ‘slambanken’ in Kirkenes, a manmade landscape of unusable slag that might be mined in the future.’ - - -‘We trace out all the veins of the earth, and yet, living upon it, undermined as it is beneath our feet, are astonished that it should occasionally cleave asunder or tremble: as though, forsooth, these signs could be any other than expressions of the indignation felt by our sacred parent!’ -Pliny the Elder, Naturalis Historia, book XXXIII, 77, data.perseus.org/citations/urn:cts:latinLit:phi0978.phi001.perseus-eng1:33.1 - -‘If, as Novalis and many of his friends believed, stones, metals, and rock strata amount to transcriptions of the earth’s history, what better place to study that history than in the mines and caverns of the earth, where the entire record is preserved and exposed? At this point the ancient conception of mines and mountain caverns as places of lapidary activity encounters a a second folkoristic notion—that in the interior of mountains time stands still.’ -Theodore Ziolkowski, German Romanticism and Its Institutions, 1990, p.34. - -‘The slambanken is a totally artificial, man-made landscape that has formed because the waste of the iron ore processing was flushed into the fjord. It is a base of hard rock under the water with different layers of material. It is a playground for sedimentologists because you can see how land and deltas form. We did a study and tried to identify how thick the layer was in different areas. We took samples and ran them through the laboratory in order to identify how many tons of final concentrate we would be able to get out of the slambanken. When they were cleaning the old silos they flushed everything out into the slambanken. This was part of a test production of around 30.000 tons. We can see layers of hematite. It is not enough to make a mine plan, but enough to get a small cash flow. You have to take a boat to get there. We have a tunnel that leads there.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - - -‘You cannot talk about mining in the North without getting into the question what it means for the landscape, for the people and the animals living there, for the communities and the relations between all these. In a sense, you cannot not bring out those relations: how a society depends on mining and how it affects it.’ - -‘The sound of the mine was always present. It created a vacuum after it closed. When the mill was in full operation the only time when we woke up in the night was when the train was not going. We were living quite close to the railway, so when the train did not run we knew instantaneously that something had happened, either in the mine or in the mill.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - -‘I am drawn to the Arctic as a sound person because of its relative remoteness. The landscape is fairly untouched, it is scarsely populated, it’s desolate. The sounds of nature are not often interrupted by other sounds. Except for the mining, but that then is also why I find mining in the Arctic especially interesting. The relentless nature in the Arctic constantly reminds you that you are a human being and that you are nor really supposed to be there because the harshness of the environment might kill you. It’s good for the human psyche to be reminded of that. You can only survive there if you work with nature. If you work against it, it will kill you. The people in the Arctic have a lot of respect for nature, it forms them.’ - -‘The Arctic is changing quickly. If it goes on like it goes now, the ice will open up and it will not be so desolate anymore. That is quite scary. Will it mean that other places will become desolate instead, uninhabitable? What shifts will we see? What shifts happened in the past? Why did people in the past settle in an environment like this? Were they forced up North by circumstances? These questions are really haunting me.’ - -‘Far down in the Earth the rock is actually moving. Workers hear the rock talk, it crackles, it makes sounds, spits slivers. These can be an indicator that something is about to happen, the sounds tell something about the stability of the rock. Listening underground is like reading the environment. Geologists read the stone, but they also listen to it. By physically interacting with the stone you can determine what material it is. Different types of stone give different frequency readings. Geologists use seismic soundings to map out the resources in the earth. They put geophones in an array, and record the blast of a detonation underground. It gives them an image, a bit similar to sonar. It’s mostly really low sounds that you have to transpose up three times to get within human hearing range. In practice it’s quite mathematical, but it still it is part of the sound world too. Through soundwaves geologists are able to map what is underground.’ - -‘There is a little homage to GRM and Pierre Schaeffer on the record. For me it relates directly to iron ore in so far that the type of musique concrète and tape music developed at GRM was made possible by magnetic tape. I mixed part of the recording in the GRM studios in Paris where I was working on another acousmatic piece. Magnetic tape was the medium of my youth. I had hundreds of cassette tapes, mostly TDK. It made me recognise again how close we are to the source of ore, and how my development as an artist was shaped by iron ore.’ - -‘The iron ore is refined and filtered, making sure the pure magnetite comes out. Only a small percentage of the ore is iron, the rest is slag and waste. It is a process that somehow relates to my own artistic process. I’m always processing and refining my field recordings. I apply filters, use electronics. It’s a kind of sound alchemy. All to get to the desired result: the gold!’ -publication -title: Black Moon -catalogue number: DOB 096 -artist: John Duncan - -description: -Black Moon is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. Each signal was chosen for the resonance it evokes in the listener, later interwoven with other signals recorded from the same source for several days. The selection of sounds is done according to properties that lie outside the predictable controllable parameters in order to arrive at a complex multidimensional listening experience. By compactly interweaving the frequencies, a different image is created for the listener at each listening session because of the psycho-acoustic selections that take place at the listener. The record can thus be considered as a potential composition, which is performed by the listener himself through the aforementioned process. -John Duncan took part in our event at 5 October 2018. His background in performance and his multimedia and confrontational approach gives him full credits to be part of DE PLAYER its program. When we met we had discussions on several professional subjects and decided to realize a publication. The fact that the sound on the records is an everchanging piece because of the psycho acoustic effects, make the record more into a tool than a static recording. This approach can also be seen in the approach of the electronic voice phenomena (EVP) of Friedrich Jürgenson, a researcher who claimed to have detected voices of the dead hidden in radio static. Duncan’s also works sometimes together with Carl Michael Hausswolff who is an expert in EVP.John Duncan has been active for decades at the cutting edge of performances, video, experimental music, installation, pirate radio and television. He has played a central role in the development of performing arts in Los Angeles, experimental music as a member of LAFMS, Japanese noise and pirate radio in Tokyo. Duncan's work has a lasting influence on experimental music because his art is generally still refined and refined and he regularly collaborates with young artists. He is currently a sound designer at the art academy of Bologna, Italy. Since the beginning of his work, he has made extensive use of recorded sound. His music consists mainly of recordings of shortwave radio, field recordings and voice. - -In the mid-1980s Duncan began pirate radio and television broadcasting with his own custom-built portable channels, operating illegally from the roofs of apartment buildings in central Tokyo and from an abandoned American military hospital near Sagamihara. He also made periodic broadcasts from his own home. - -The medium of radio still plays a role in arriving at compositions. The publication Black Moon (DOB 096) is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. -event -title: ARCHIVING \ PUSHING SCORES -date:Thu 29 Nov 2018 20:00hrs -location: Varia, Rotterdam - -artists: VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN - -description: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -WHO ??? -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethicsWe know Varia as a community based initiative which combines several knowledge in the interdisciplinary filed of music, programming, publishing, hacking, social interventions, critical positions, etc. It is based in Rotterdam in the area were we operate. We knew some of its members and thought it would be nice and effective to approach them with a question of doing something with the archive of Pushing Scores. Instead of making a paintwork publication we wanted it to be more adventurous and in line with the concept of the project. - -To communicate the Pushing Scores to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. During an evening at the Varia collective, where Valentia Vuksic and Ana Guedes also played a live set and explained their work and backgrounds, Niek Hilkmann, who is part of the Varia team, presented his UNI (Universal Notation Ideal); a Pay2Print research into the simultaneous production and distribution of standardized graphic scores by means of an automatic machine. The UNI was developed by Niek Hilkmann and Joseph Knierzinger. It is a machine into which a coin is inserted and from which a score printed on a roll of paper is then delivered. It is based on a new notation system designed to help conceptual composers develop and exchange conceptual music in one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur earning his own income, the conditions of mechanized labor within the cultural industry and the associated ethics are investigated within this project. His presentation was a cross-over between a lecture and a demonstration. On the spot, the audience could activate the UNI. -Black MIDI is a music genre consisting of compositions that use MIDI files to create a song remix containing a large number of notes, typically in the thousands or millions, and sometimes billions. People who make black MIDIs are known as blackers. However, there are no specific criteria of what is considered "black"; as a result, finding an exact origin of black MIDI is impossible. - -DE PLAYER always has a strong interest in decoupling publising from a stereotypical understanding of making things public that comes from an historical and economical media constraint linked to the print, software, music, and film industries, and that has limited any form of meaningful explorative complementary or conflictual combinations between media in the field of cultural production. This not only counts for publishing but also for exploring new possibilities for the art practise in general. -Transformation of information is a fact that occurs during the process of composing and performing the compositions. In that sense there is never a perfect reproduction but always an interpretation. This is an interesting process in which boundaries can be explored and in which the idea of ​​'cracked media', whose performers challenge the intended effect of the technology and actively use alternative acts through subversive acts of abuse and misconception to generate results, is an interesting one. position. -Black MIDI is a beautiful example of how new technology / consumer electronics and its abuse leads to great new implications and applications. This one is pretty contemporary one and results in great imagery and sound. - -Origins and early history - -Though the two are unrelated in origin, the concept of impossible piano existed long before black MIDI, manifesting itself within Conlon Nancarrow's work involving player pianos where he punched holes in piano cards, creating extremely complex musical compositions in the same impossible, unplayable spirit of black MIDI. -Black MIDI was first employed in Shirasagi Yukki at Kuro Yuki Gohan's rendition of "U.N. Owen Was Her?", an extra boss theme from the Touhou Project shooter video game The Embodiment of Scarlet Devil. It was uploaded to the site Nico Nico Douga in 2009, and public awareness of Black MIDI started to spread from Japan to China and Korea in the following two years. In its beginning years, Black MIDIs were represented visually with traditional, two-stave piano sheet music,contained a number of notes only in the thousands. They were created with MIDI sequencers such as Music Studio Producer, and Singer Song Writer, and played through MIDI players such as MAMPlayer and Timidity++. The Black MIDI community in Japan vanished quickly because, according to Jason Nguyen (owner of the channel Gingeas), the group was “analogous to those TV shows where there’s a mysterious founder of a civilization that is not really known throughout the course of the show.” - -Popularity outside Japan - -The popularity of Black MIDI transitioned into Europe and the United States due to a video of a composition uploaded by Kakakakaito1998 in February 2011, and shortly thereafter, blackers from around the world began pushing limits of the style by making compositions with notes increasing into the millions and using an enormous number of colors and patterns to match the complexity of the notes. They also formed the sites Guide to Black MIDI and Official Black MIDI Wikia that introduced and set the norm of Black MIDI. -The first of these tracks to reach the million-note mark was that of “Necrofantasia” from Touhou Project video game Perfect Cherry Blossom, arranged by TheTrustedComputer. The end of the title of many Black MIDI videos displays how many notes are in the piece. The number of notes and file sizes that could be played back have grown with the rising amount of processing and 64-bit programs computers are able to handle, and while Black MIDIs of Japanese video game music and anime are still common, the genre has also begun spilling into modern-day pop songs, such as "Wrecking Ball" by Miley Cyrus. Despite this increased computer storage, there are still Black MIDI files that could cause an operating system to slow down. The two largest black MIDIs are "Armageddon v3" and "TheTrueEnd," both of which contain the maximum number of notes allowed in the MIDI standard (about 93 trillion). Due to the nature of their creation and their sheer size, they are unable to be played back and recorded. -English-language blackers have formed collaboration groups, such as the Black MIDI Team, where they make MIDI files and visuals together so they can be uploaded online sooner. Blackers around the world have used software such as Synthesia, FL Studio, SynthFont, Virtual MIDI Piano Keyboard, Piano From Above, MIDITrail, vanBasco Karaoke Player, MIDIPlayer (Java program), MAMPlayer, Music Studio Producer, Singer Song Writer, Tom's MIDI Player, TMIDI, and Timidity++ to create Black MIDIs. Some of them, like Jason, record the MIDI files at a slow tempo and then speed the footage in video-editing to avoid RAM and processing issues. - -Analysis and reception[edit] - -The term "black MIDI" is derived from how there are so many notes in each piece that the score would look nearly black (or would look really black) on traditional sheet music. According to California-based blacker TheTrustedComputer, black MIDI was intended as more of a remix style than an actual genre, and derived from the idea of "bullet hell" shoot 'em up games, which involved "so many bullets at a time your eyes can't keep up."[3] Black MIDI has also been considered the digital equivalent, as well as a response, to composer Conlon Nancarrow's use of the player piano which also involved experimenting with several thick notes to compose intricate pieces without hands. The Guide to Black MIDI, however, denies this influence: “We believe that references to Conlon Nancarrow and piano rolls are too deep and Black MIDI origins must be found in digital MIDI music world [sic]." -Black MIDI first received coverage by Michael Connor, a writer for the non-profit arts organization Rhizome, in September 2013, leading to attention from publications and bloggers including Aux, Gawker's Adrian Chen, Jason Kottke,[8] and The Verge. It has garnered acclaim from journalists, bloggers and electronic musicians, with many noting it as a distinctive and engaging genre thanks to how regular piano notes are combined to make new, abstract sounds not heard in many styles of music, as well as the visuals representing the notes. Hackaday's Elliot Williams spotlighted the style as ironic, given that the fast-paced arpeggios and "splatter-chords" that are developed with a restricted number of voices come together to make other tones that leads a piano sounding more like a chiptune and less like an actual piano. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location: SKAR office , Groot Handelsgebouw, Rotterdam - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA-STEMRA). The authority who controls copy right specifically for musicians. - -publication: -title: Spectral Arrows -catalogue number: DOB 065 -artist: Marco Fusinato -liverecordings by Gerben Kokmeijer -edited by Marco Fusinato - -description: -Stuttering live concret, wailing feedback, Xenakis-esque swarms of descending glissandi, abusive guitar wrangling, walls of harsh static on a double sided black vinyl containing edited sound from the live recording of Marco Fusinato his endurance performance Spectral Arrows for DE PLAYER at 18 May 2013 at Groothandelsgebouw, Rotterdam, The Netherlands - -Spectral Arrows is an ongoing series of long-duration performances for guitar and electronics. In Spectral Arrows, Fusinato arrives at the venue when it opens for business, sets up his equipment facing a wall and proceeds to play for the whole day until the end of business hours. Fusinato presents himself here in the guise of a worker, clocking on and unceremoniously clocking off at the end, refusing to allow the behind-the-scenes mystery of rehearsals and preparations to lend an aura to the performance, and affirming the deskilled ethos of his work. - -For the audience, the length of the performance frustrates the expectation of a manageable form, forcing all but the hardiest audience members to content themselves with only a fragment of the whole. Even for those who stick it out, the extended duration, like in the late works of Morton Feldman, destroys the listener’s ability to retain and assess the structure of the performance. Breaking with both the traditional form of the musical performance and, through Fusinato’s resolutely anti-social position facing away from the audience, the standard affective relationship between audience and performer, the sound of Spectral Arrows becomes a monumental aural sculpture, filling the space, not with steel or concrete, but with vibrations travelling through air. We got in touch with Marco Fusinato through our 8-INCH series. For this we published 8 inch records with artists and labels. One of these labels was Circle Records which had been running for a few years by John Nixon, Julian Dashper and Marc Fusinato. For the release event only John Nixon could be present. Julian unfortunately died at young age. Marco was primarily active as a visual artist. One of his projects is called Black Mass Implosion. In this project he appropriates scores of avant tgarde composers and connects each not with one arbitrary point on the horizon. This creates strong graphic works and partly blackens out the original score. From this perspective also his live performances can be considered as black mass implosions. Also because most of his work deals strongly with political issues we invited him for a performance in the event bnamed Music & Capitalism. He suggested to do an 8 hour performance in an official office building. On a Saturday from 09.00 to 17.00 hrs. When normally people are doing there office work now Marco played for 8 hrs in an empty office building. People were guided to the 8th floor into the directors room which was darkened with newspapers stacked on the windows. A huge PA was in the office blazing loud but very articulated. Good food and drinks were served. - -Marco Fusinato is a contemporary artist and musician whose work has taken the form of installation, photographic reproduction, performance and recording. His overall aesthetic project combines allegorical appropriation with an interest in the intensity of a gesture or event. As a musician, Fusinato explores the notion of noise as music, using the electric guitar and associated electronics to improvise intricate, wide-ranging and physically affecting frequencies. - -Marco Fusinato’s Mass Black Implosion series began in 2007. Serial in form, each work uses an existing cultural document – a 20th or 21st-century avant-garde music score – as the formal, material and conceptual basis for a set of actions or interventions. Specifically, working with facsimile sheets of the score, Fusinato draws lines from each note on the page to one chosen point. Where a composition comprises more than one sheet, these are then singularly framed and installed sequentially on the gallery wall, creating an extraordinary graphic rendering of the energy of aural compression and expansion. - -In these works, treated by Fusinato as propositions for new noise compositions, the qualities of each individual note and their relation to those around them are effectively compressed into a single point of intense concentration. This is the energy of implosion, which always infers at least the potential of its counter-energy in explosion, energy radiating out from the single point of origin. Fusinato’s intervention into the scores therefore visualises and proposes the possibility of a dialectical energy running through the original work that has a political dimension as much as an artistic one – a relentless propensity to both destruction and expressive creation in the single action, or in this case to the production of noise. - -Thu 17 Mar 2016 19:00hrs -@Witte de With, Rotterdam -TUNING – DETUNING / NOTING – DENOTING -with YANN GOURDON, RAFAËL ROZENDAAL, FLORIS VAN HOOF, JUSTIN BENNETT, REMCO VAN BLADEL A.O. - -Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ - Graphic Design. - - -Thu 09 Feb 2017 12:00hrs - Sun 12 Feb 2017 18:00hrs -@ART Rotterdam / Van Nelle Fabriek, Rotterdam -PU-SHI-NG-SCO-RES AT ART ROTTERDAM - -For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -Fri 20 Jan 2017 20:00hrs -@DE PLAYER, Rotterdam -PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER - -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - - -Fri 24 Mar 2017 20:00hrs -@DE PLAYER, Rotterdam -TGC # 3 / MAT>NET>PU - WITH JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB - - -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -Sun 15 Oct 2017 15:00hrs -@Pinkie Bowtie, Antwerp - -TGC#3 @ PINKIE BOWTIE// AN INFORMATIVE FLOPPY SESSION - -Tetra Gamma Circulaire #3 is travelling now as an open floppy platform. First station is at Pinkie Bowtie Antwerp where we will introduce the TGC#3 in its entity as an unknown music magazine and point out its specific features by demonstrating the floppy works which are already in the collection. By travelling with TGC#3 we aim to expand the floppy collection of it and focus on experimental ways of publishing. For the Pinkie Bowtie session we invited Antwerp related artists to contribute to the project. So far Evelin Brosi. AMVK and JODI will show up to get informed on matters and will start to produce their floppy for the collection from there. The meeting is open for public who is interested in experimental ways of publishing or just like to hang out in a ambiance of artistic nouveauté. - - -Fri 12 Jan 2018 20:30hrs -@Paradiso, Amsterdam -PARA-PHONIC POLY-DISO BY REMCO VAN BLADEL AT PARADISO AMSTERDAM - - -This day the work 'Para-phonic Poly-diso' will be launched at The Small Museum of Paradiso, Amsterdam. 'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. This work, developed for the Small Museum project of Paradiso, is part of Pushing the Score; a research project by DE PLAYER i.c.w. Remco van Bladel about the current state and potential of the concept of 'graphical score'. The voice for this work is by Laetitia Saedier of Stereolab. - - -Sat, 14 & Sun. 15 April 2018 -DE PLAYER presents ‘Greatest Hits’ - -A solo exhibition by Matthieu Reijnoudt curated by Willem de Haan -Location: corner of Maashaven Oostzijde and Brieselaan, next to metrostation Maashaven -‘Greatest Hits’ is an exhibition based on 25 hand drawn scores by Matthieu Reijnoudt. His best ones. Thirteen of these scores will be on show on the billboards underneath Maashaven Metrostation. Just so you can see them day and night, for about three weeks long. The complete selection of scores is published in a music book. The entire music book will be performed three times during the South Explorer weekend. For every performance a different instrument has been selected. - - -Fri 22 Jun 2018 20:30hrs -@DE PLAYER, Rotterdam -E-ARTHHA WITH DOUGLAS KAHN, BJ NILSEN, AURÉLIE LIERMAN, MAX FRANKLIN - -As you know, there are those evenings after which the sun rises differently. The E-ARTHHA event is about the search for new interfaces and possibilities of sound composition, image and performance. In his lecture, Douglas Kahn discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. Coming from different biotopes, our other guests will all have different points of departure for their performances. - - -Thu 29 Nov 2018 20:00hrs -@VARIA, Rotterdam -ARCHIVING PUSHING THE SCORE WITH VARIA, VALENTINA VUKSIC, ANA GUEDES, NIEK HILKMANN AND MORE - - -On this evening we focus on archiving our Pushing the Score project. This project on the nowadays meaning of the 'graphic score' has been running the last 2-3 years. -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? -Experimental Jetset (nl) -Davide Mosconi (it) - -DUPAC (int) -Studio Moniker (nl) - -Cold Void [Rafaël Rozendaal/Luuk Bouwman] (nl) - -Telcosystems (nl) -Floris Vanhoof (be) - -Rafaël Rozendaal (nl) - -Valentina Vuksic (ch) -Ana Guedes (pt) - -Helga Jakobson (can) -Niek Hilkmann (nl) -Varia (nl) -John Duncan (us) -Johannes Kreidler (de) -Jörg Piringer (at) -BJ Nilsen (se) -Douglas Kahn (us) -Aurélie Lierman (be) - -Max Franklin (au) -Remco van Bladel (nl) - -Johannes Bergmark (se) - -Hiele Martens (be) -Vaast Colson (be) -Peter Fengler (nl) -Florian Cramer (de/nl) -Julia Buennagel (de) -Derek Holzer (us) -JODI (nl) - -Anne-Mie Van Kerckhoven (be) -Evelin Brosi (be) -Yann Goudron (fr) -Charlemagne Palestine (be) -Matthieu Reijnoudt (nl) -Willem de Haan (nl) -Rowan van As (nl) - -Vos van der Noordt (nl) -Julia Reinhold (nl) -studenten XPUB PZI, Rotterdam [Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg] - -studenten Artez Fine arts & Graphic Design, Arnhem -studenten Fontys Academie, Tilburg -Witte de With CCA, Rotterdam -Pinkie Bowtie, Antwerpen -Art Rotterdam - Paradiso, Amsterdam - WORM, Rotterdam - South Explorer, Rotterdam - Technische Universiteit van Enschede -Pushing Scores is a two-year artistic research project, initiated by DE PLAYER and graphic designer Remco van Bladel. -Throughout 2016 and 2018, this project will research the phenomenon of notation and the graphic representation of music. -It unfolds through a nomadic program which includes the creation of newly commissioned artworks and public events that addres scontemporary questions and issues in this particular field. -Graphic scores and notation have a long history, dating back to the tenth century, when the Gregorian chants of the scola cantorum were already being conducted through the writing of signs in the air. Later on this developed into the type of musical notation we are familiar with in Western music. In the early- and mid-twentieth century, the abstract developments in the visual arts played a vital role in new approaches to the question of music notation and contemporary avant-garde music. This continues to question the representation of sound in media; so what is the current state of the graphic score? - -Throughout the project, Jacques Attali’s book ‘Noise: The Political Economy of Music’ will function as a reference and inspirational guide; “pushing the score” in search of its current potential. It will seek concepts and configurations that produce new, previously unknown, relationships in the field of sound, visual arts, and performance. The discursive program for 2016–2017 will include lectures, presentations of newly commissioned artworks, concert evenings, and workshops. - -Pushing the Score is a project researching graphic notation, based on a desire to update this form of music and sound notation for the 21^st century. Starting from the motto ‘from Cage to JODI and beyond’ and from the avant-garde music and sound art of the 20^th century, the project researches new audio-visual languages, media and functions of graphic notation in a contemporary context characterised by a fundamental transformation of sound culture and visual culture. A number of specific themes will be initiated, developed and presented in the context of a public research programme in collaboration with artists, designers and various cultural organisations such as the Piet Zwart Institute, the Witte de With Center for Contemporary Art, and Sonic Acts. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, -theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -The incentive for this project is the belief that graphic notation in 20^th -century avant-garde music and sound art constitutes an important, still radically innovative but wrongfully marginalised form, which can play a key role in the development of new audio-visual languages and media. Our ambition, and that of our collaborating partners, is to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come. -Concrete object with floppydrive, local wifi station and diverse electronic applications - edition 12 pieces. -TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. -TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. -Made of concrete as a body, an internal stand alone wifi station enables you to get in touch with the content of this floppyesk magazine. - -URL: https://www.deplayer.nl/releases/tetra-gamma-circulaire-3 -creation date: 24/03/2017 -publication title:Tetra Gamma Circulaire #3 -catalogue number: DOB 084 -artists: Piet Zwart Institute XPUB, DE PLAYER, Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg -Description: Tetra Gamma Circulaire (TGC) [an unknown audio magazine] -DE PLAYER was asked by XPUB of Piet Zwart Institute to do a seminar during a 3 month period with their students. We proposed them to make a publication in our Tetra Gamma Circulaire. This is a magazine without any format and meant to be developed each time. We worked around the idea of Pushing Scores. each student had to develop its own project around the proces of making a score. All these scores had to come together in one magazine/object. The restriction was made that the scores had to be presented on floppy disc. This was to limit possibilities and also to unite the format. The result is a mix of several media. All comes together in a designed concrete object. “feed Flintstone meets 21st century”. A Raspberry Pi is the core which is programmed for several applications. Besides that there is a floppy drive, speakers, audio input, a camera, touchpads, LED light. - - - -Presentation of PRINCIPIUM 2.0 (DOB 073) in Stadslimiet Antwerp. The installation setup contains 6 of 12 releases of PRINCIPIUM 2.0. During the performance which took, several hours visitors could freely join, listen and ask questions to the artist, Remörk aka Kris Delacourt. - -Type of object: event -title:Principium 2.0 -date: 2 July 2017 -location: Stadslimiet Antwerp -artist: Remörk, Kris Delacourt -type of object: event -title: TUNING – DETUNING / NOTING – DENOTING -date: 17 March 2017 -location: Witte de With CCA, Rotterdam - -artists: Yann Gourdon, Floris van Hoof, Rafaël Rozendaal, Remco van Bladel - -Description: Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ Arnhem - Graphic Design. - -WHY??? -* Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - -WHO??? -YANN GOURDON (fr) -Hurdy-gurdy player, composer, and sound artist Yann Gourdon looks at vibratory fields and sound perception as a medium. He focuses mainly on acoustic phenomena that have a dynamic relationship with their environment. Every aspect of his work deals with quality of sound. It's not a matter of an event between spectators and a musician, it's 'a space to submit to a process. - -http://ygourdon.net/ - -RAFAËL ROZENDAAL (nl) A visual artist who uses the internet as his canvas. These works deal with continuïty and an endless accessibility. Visual and audio intensified perceptions in a specific space. His websites attract a large audience of over 40 million unique visits per year. His artistic practice consists of websites, installations, lenticulars, lectures and haiku. -http://www.slowempty.com/ -http://www.newrafael.com - -FLORIS VANHOOF (be) -Filmmaker & musician from Belgium. Connecting his many worlds, ideas and influences into highly personal live performances and recordings, Floris Vanhoof keeps on amazing people here and abroad. For this event he will work with filmscreening and synthesizer which he influences with his brainwaves. -http://endlesswebsite.blogspot.nl/ - -JUSTIN BENNETT (uk) is an artist working with sound and visual media. The everyday sound of our urban surroundings at every level of detail is the focus of his work where he develops the reciprocity of music and architecture, and sound and image. -http://www.bmbcon.demon.nl/justin/ - -REMCO VAN BLADEL (nl) -Amsterdam based graphic designer, and co-founder of noise band/art collective Sonido Gris. He is also an art book publisher ('Onomatopee', 'WdW Review'). His studio work focusses on editorial book design, publishing projects, curatorial projects, institutional identities, interactive applications and websites. -He is a typography and graphic design tutor at ArtEZ — Art and Design, Arnhem and is a frequent guest teacher at art schools throughout the Netherlands and abroad. -http://www.remcovanbladel.nl/ -We were discussing several projects and possibilities of cooperation with Defne Ayas and Samuel Saelmakers of Witte de With CCA when they asked us to cooperate in the exhibition “GesammttkkunnsttMeshuggahhLaandtttt” by organizing a live event. I knew the work of Charlemagne and we have met already in earlier events so it was clear we could do something that makes sense. As a composer, funnily enough, Charlemagne hardly uses any scores. Nevertheless, he showed me some books he once made in New York of which he said that those ones are to be seen as musical scores. They are cheap dummy books on which he poured ink in several colors. The ink was absorbed by the books and after drying it had become pieces which turned out to be a serie of morphing colors by each page turn. These books were the starting point of curating the event which we fitted in our Pushing Scores project. Yann Gourdon was asked to do a hurry curdy noisette while these books were being projected page by page on the wall. Rafael Rozendaal showed his web work ‘Slow Empty’, which functioned as a real clockwork for the event. Floris VanHoof played a set in which he used his brainwaves to influence his synthesizer sounds combining it with projection and laserbeam. -Justin Bennet showed his project Shot Gun Architecture and remco van Bladel introduced our project Pushing Scores by doing a reading on historical en contemporary graphic scores and the concepts behind it. -Type of object: Publication -catalogue number: DOB 079 -date: 09/09/2016 - -Project title:"Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier' - -artist: Vaast Colson - -Description: Presented at WIELS Art Book fair 2016 was this live made copy zine named "Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier'. The copy machine is amplified by several internal microphones by which the sound of every run is recorded. Each copy-run of 99 copies (the maximum run of the machine) on transparent foil will be accompanied by a foil cover with the dub cut audiofile in it. The image copied in the zine is a drawing which is engraved in the glassplate of the copy machine. - -URL:https://www.deplayer.nl/releases/dob079 - - - -Vaast Colson we know already for quite a while as an interesting artist. Because his work is pretty conceptual, you could say that there is always a strategy (call it a score) which works as a framework behind his artistic output. This can be a performance , object, book or whatever. We worked with Kris delacourt on Principium 2.0 which is a reinterpretation of Colson his work Principium and asked Colson also to work on a sound publication with him. He came up with this idea of the Xerox copier which makes in a run the audio, the booklet as well as the printed image. This printing run is to be seen as the performative action. It is a complex work as well as that it is simple in its final execution. - - - - -Colson belongs to a younger generation of Antwerp artists who could be called ‘post-ironic’. These artists don’t shy away from the big questions revolving around the place and role of the artist in society and the world around them. Colson's works examine core questions: what power does art have to change us and our society, what emotions and ethical choices guide an artist in a process of continuous change? From a spontaneous and rather naive approach to art and performance, Colson wants to shape his ideas. He opens up the artistic field and explores what is happening in the art world. Everything he undertakes can thus be considered as artistic intervention. - -In his work, Colson constantly questions the relationship with the audience and is also strongly interested in mythology, and by the authentic (or not) mystique of the artist's existence, which he usually explores in his performances. The process is always important, but the end result, which is variable for Colson and influenced by the context, is an important part of his work. - -In addition, Colson explores the commercial side of the art world and the economic consequences of artistry. His works, which are regularly made in situ, are often difficult to sell. The commercial potential and the associated value assessment are problematic for Colson. The making of editions can be understood in this context. - - - -Type of object: release -title: PRINCIPIUM 2.0 -catalog number: DOB073 - -Description: This release has a shifting one-note drone (i believe I used D, F#, A, G#) that gets turned on and off by a magnetic sensor. the magnets for the sensor ride on top of the record players platter and could be placed freely to make your own patterns. The final installation will have all 12 separate pieces, a complete octave. This piece is based on a question. Vaast Colson asked Remörk to reinterpret his work 'Principium’, which was a joyful (but strictly ruled) play with sticky color dots. Principium 1.0 appeared as a hacked synth reduced to a single octave, to be played with magnets on a colorful playing field, parallelling the same patterns. Principium 2.0 comes as 12 records, also with this magnetic application, also following very elementary rules - some old, some new. All 12 records together form the complete set which 1 'game' needs. Join the community. - -Author: Kris Delacourt, Remörk, DE PLAYER - -URL: https://www.deplayer.nl/releases/principium-20 -We first got in touch with Principium 1.0. Kris Delacourt (Remörk) made a modified Casio keyboard as a reinterpretation of Vaast Colson his work Principium. We showed this piece of Remark at the ART Rotterdam and than I asked Kris if he was willing to make a publication of it. Meaning a record. He was ok with it but i took a long time. Nevertheless finally we fine-tuned concepts and decided not to go for recordings but to embed the concept of Principium into a record and a music tool in one Principium 2.0. This was quite a proces but ended up in a beautiful limited edition of 12 pieces. Developed and designed in good cooperation between Kris and the team of DE PLAYER. It was presented in Stadslimiet Antwerp, Belgium as an installation piece at 2 July 2015. -Funny things is that after the presentation in Stadslimiet the recordings of this 8 hours performance were edited back to a 12” vinyl record which has been released on Ultra Eczema label shortly after. - -Principium comes from the title of a project by Vaast Colson. Colson used tiny paper sticker dots, the kind that most art galleries use to denote which works in a show have been sold. Office material; those colourful little dots. -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. All pretty nonsensical in a way but really beautiful in its result, and quite fragile. Abstract poetry. - -Colson asked some artist to make reinterpretations of the works and from that perspective there was an idea to use them as a music score. - -There are two booklets Colson made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that Kris Delacourt was so intrigued by the leftover sticker sheets, with their 8x12 grid that they just screamed ‘SEQUENCER!’, to him, so he went to design Principium part 1. A magnetic board with the same field as the sticker sheets which he activated with magnets as a synthesizer. The first version was a modified Casio keyboard. He reduced the number of keys to twelve, and added a magnetic sequencer board to it. The idea is to put white magnets on top of the coloured dots to kind of blank them out. The sequencer controller is a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. - -For Principium 2 the DOB073 piece is another step in the principle of Pricipoium. As for Delacourt didn’t just want to publish a record with recordings of the Principium 1 he decided to transpose the idea onto a prepared record player using magnets and a specific device… - -http://www.psychedelicbabymag.com/2016/08/remork-aka-kris-delacourt.html - - -This is an interview on Kris delacourt (Remörk) his practices and the Principium story. The interview was made after showcasing the Principium 2.0 in an installation setting at Stadslimiet at - ->I’ve been following the principium story on your blog, which goes back to the summer of 2012, so four years ago. Short version: first it was a one octave Casio keyboard, then it became 12 10" records, then it became an 8 hour performance and eventually now a 12" LP. This is the short version, can you give me the full story?  - --Kris Delacourt: Well actually, it started out as an artwork, or rather a series of artworks. At least that’s where the initial form and the name came from. - -The works are by a friend of mine, the Belgian artist Vaast Colson. He made these beautiful pieces where he used tiny paper sticker dots, you know the ones, the kind that most art galleries use to denote which works in a show have been sold. Office material really, those colourful little dots.  -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. It’s all pretty nonsensical in a way I guess, especially if you try to put something like that into words, but it’s also really beautiful, and quite fragile. Don’t know, it just rang poetic to me. - -Anyway, Vaast was putting together a show where other people would do reinterpretations of some of his works, and around the same time we had a nice chat about alternative musical scores, graphic scores and what not. And at a certain point he went something like: ‘I’ve made some work that might be interesting to use as a score, would you be up for it?’. So he showed me the two booklets he made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that I was so intrigued by the leftover sticker sheets, with their 8x12 grid that just scream ‘SEQUENCER!’, that I went that way. -And the first version was indeed a modified Casio keyboard. I reduced the number of keys to twelve, and added a magnetic sequencer board to it. It’s an iron board, it has the same visuals as the sticker sheets, and the idea is to put white magnets on top of the coloured dots to kind of blank them out, so you end up with something analogous to taking a sticker off the sheet - a white space in a field of colour. I don’t know if I need to go into too much technical detail, but the sequencer controller is just a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. -I was really happy with the results, and especially with the fact that it’s so inviting towards an audience. It looks like a game of four-in-a-row, totally appealing to get your hands on it. And I never gave it that much thought, but the fact that when you stick magnets somewhere, it makes a musical phrase - I guess to some people that would be wizardry, hah.  - -The next step was when Peter Fengler of DEPLAYER/DOB records said he wanted to do a record with the Casio version. And I really like it when people are enthusiastic, so I said yes, obviously. But there were several reasons for me to hold back a little on the idea. Well, a little, two years, actually. First is that the Casio version really works best through audience interaction - people moving magnets around, changing the sounds on the keyboard and so on. It’s meant to be in a continued state of flux. The idea of just me making a record totally ignores that, to me it turns it into something really static and rigid. Now Peter is really nice guy, and clever at that, and I guess he understood my doubts. So we discussed other possibilities, like capturing a live performance, possibly even cutting records on the fly with his vinyl lathe, so you end up with all different records.. now DOB records have put out some crazy releases, really pushing the boundaries of what can be done with the medium of vinyl. For example, there’s this box set which has records that have built-in radio transmitters, records with impossible shapes where you need to turn the stylus of your record player upside down, shit like that. Really great stuff. And I don’t know, maybe a part of me wanted to be a part of that, more than just doing a ‘recording’. Just recording the Casio would definitely have been one of the safer, more boring options. I just felt like making another interpretation of an existing piece, instead of merely documenting it. - -Meanwhile I had been toying around with leftover magnets and magnetic sensors, sticking magnets to a metal turntable platter and using the sensors to switch audio on and off, sort of like a programmable tremolo. Well, pattern programmable, but at a fixed speed. So we put two and two together, and ended up doing twelve 10” lathe cuts, that came in a box with those electronic switches, 8 magnets each as based on the original grid, and a 12” metal platter to go under the 10” to stick the magnets to. -And because I couldn’t make up my mind about what sounds to record from the Casio, I ended up not recording the Casio at all. I decided to stop worrying, which after two years of doubting might not be such a bad thing, and did a 10 minute improvised recording on organ and MS20, playing only C notes. I played around with filtering and octaves, because during testing we’d found that if we used slowly evolving records, the results were a lot more interesting. If we just used test tones, so to speak, you end up with something close to morse code. Also nice, but not really musical. And I don’t mind a good concept now and then, but I guess I’m too much of a musician, so I went for what was more appealing to me musically. That same 10 minute piece then was sped up for the other notes, going up in pitch and becoming shorter for each record. So the C note runs for 10 minutes, the B note is something like 5 minutes 20. Which also makes for much more interesting overlaps when played together. I guess I do tend to overthink things, hah. Peter did a great job cutting the vinyl in coloured perspex, with colours matching the paper stickers. And an honourable mention to Koos of DOB who did an amazing job on designing the packaging. - -Vaast and Dennis Tyfus of Ultra Eczema run a space in Antwerp together called Stadslimiet, and that’s where we had the record presentation. Peter brought 6 record players, matching the 6 colours of the vinyl nicely - 2 notes each. And since I’m a sucker for random scores, I wrote myself a score generator in PureData with tons of random functions. Basically, the program decided for me which records to play, whether to repeat them or not when they were finished, whether to leave the turntable empty, whether the electronics should punch holes in the sound when a magnet was detected or the opposite, how may magnets on each turntable, and playback volume. The only thing I had any control over was where to put the magnets, determining the rhythm. And since all the records have different lengths, it ended up being one long shifting overlapping piece. I followed that score for 8 hours straight. Funny thing was that we’d agreed to let it run until 23h, and at about two minutes to eleven I got the first ever instruction to leave all the turntables empty. End of piece. That was an amazing moment. - -After that, Dennis asked me if I wanted to do a release of the recordings. I think initially he wanted to do a tape. So I went through 8 hours of recordings, selecting bits that I liked and that I thought would be interesting enough to listen to as pieces in their own right, and not just as part of this monster performance. I think the idea to make a vinyl record came after Dennis heard some of the selections and thought they shouldn’t be out on tape but on vinyl instead. So that’s what happened. - ->Is this LP the final version of this project, or do you see it even evolve into next stages? - --Oh, I think it’s definitely something that’s still evolving. I can still see unexplored possibilities there - as an installation, or as a truly playable musical instrument, and even those two do not have to be mutually exclusive. There’s something appealing in using a single octave as a building block, there’s something appealing in the number 12 even, there’s the appeal of building instruments.. I don’t think I’ve quite finished with it, no.  - ->Dennis said you were not really keen on doing this record at first. Why so? What was the problem? Was one of your fears that, by making it into a 12", you would have to bring this project to a final version?  - --Not really, at least not in this case. I guess that fear was much more of an issue with DOB records. Recording the Casio felt too definitive at the time.  -But now, having made that 12-vinyl version, and having done a performance that worked quite well, I didn’t mind starting from what is essentially the documentation of a past event. Also because I really am convinced that this is just one more step in something that can keep going, that it doesn’t have to be final. I guess my main fear was that cutting chunks out of a much larger whole, you risk losing the context - and I’m still not sure what this record sounds like to people that weren’t there. I know it’s not a final version, but it is a version nonetheless, and I want all versions to be of a certain quality. I thought it worked really well as a performance, but I wanted to make sure it was good enough to be a record. - ->Bringing an 8 hour performance back to an album format seems like a hell of a job. How do you do that? How do you decide which parts 'work' on an album, and which don't? - --You do it in short sessions, hah. The thing is, all 8 hours have the turntables spinning at 33 rpm, so the basic underlying tempo never changes. That’s quite brutal to listen to in concentration, to be honest. It took me about two months to sit through all eight hours, and put markers and comments with bits I liked more than others. Sometimes because of harmonic information, notes that work well together, sometimes of rhythms that worked well, etc. So you end up with a first rough selection. And then you go through that selection again. And so on, until you really narrow it down. -Of course, because the basic tempo is the same, it would have been relatively easy to start editing, splicing things together. But to be honest I've never even considered that - 8 hours of material and endless editing possibilities, that’s a nightmare.. the decision to have straight up documentation, just select bits instead of editing them some more, really made the selection process easier. If something was interesting for a while, but didn’t stay interesting, it had to go. I think I ended up with five or six pieces that I though could hold their own on a record, four of which made the final cut. - ->Do you think that, by bringing it back to an LP, you're making it easier for the listener? Were there people who actually listened to the whole 8 hour performance? Do you think that listening to an 8 hour performance demands another kind of concentration from the listener than listening to an LP?  - --There were some people there that sat through the whole thing, yes. But I’m not sure if it is at all possible to listen with concentration to 8 hours of something like this. And that was never the question either. It was continually shifting, so it didn’t really have a beginning or an end - you could drop in any time you liked. But it was pretty intense, so yes, this record is probably the light version. Still, not sure if it is easy listening at all, although I think it has a beauty of it’s own. - ->Weren't you afraid at some point that this whole idea would grow over your head, that it would become too complicated, too smart, too conceptual?  - --I guess there was the point where I decided to just do a 10 minute organ improv, that was a bit of a turning point. I could have gone for something more ‘correct’ in terms of concept - I don’t know, pure sine waves or something. The improv might be one of the major flaws, actually, conceptually speaking. But I really needed a break from thinking it over and just do something... plus, it adds a much needed layer of spontaneity that works beautifully, not in the least musically, so no regrets. I like working with concepts a lot, as a starting point, but I’m also interested enough in the results to loosen up the concept if I feel it’s needed. - ->I could say that the 10" records were vinyl records as a tool, and that this LP is a vinyl record as a product. What you think about this statement? How do you look at the function a piece of vinyl can have?  - --The 10” records have all been sold as well, so they’re somewhere on middle ground - they were intended as a release, and therefore a product, just as well.  -But they do form one big piece, and as far as final forms go, I guess you could consider that performance the final form of that particular piece. That’s also purely pragmatical: now they’ve all been sold, it’s going to be very difficult to get all 12 of them together again for a second performance. It really was a one time event, with the vinyls as a tool, yes. Of course, taking what is essentially a reproduction medium, and turning it into something of an instrument in it’s own right again, that’s nothing new.. think hip hop, turntablism, even things like the mellotron did that. But it’s still a relevant idea to me, this kind of creative misuse. - ->You release this album as a Remörk album, but there were more people involved in this project than just you: there's Vaast Colson, Peter Flenger and Dennis Tyfus too. So do you see this album as a solo record or as a collaboration?   - --I do look at it as a solo thing. You know, the music on the record came from a performance I did, based on a concept I came up with. Now, I never would have though it up if it weren’t for Vaasts initial invitation, or for Peter’s asking me to do a record, or Dennis wanting to present it in Antwerp, that whole chain reaction, so in that way it’s definitely the result of collaborating with all those people. But Vaast for instance refuses to regard it as his doing. He always stressed, right from the start, that any interpretation I gave of his work was no longer his work. And I follow that. They’re just new pieces in their own right.  -Peter and Koos asked me to do a record because they run a record label and they want to release stuff they think is interesting. That’s awesome, and I’m flattered to be a part of that, but in a way it’s also what record labels are supposed to be doing, no? We worked on the packaging together, and it looks amazing because of them. But musically, I still feel it’s my work. And the same goes for this record on Ultra Eczema: I have to say I’m really happy we finally got an Ultra Eczema release together, it’s something Dennis had been asking for for quite some time... he’d actually given up asking. But now with this thing it just seemed to fall into place perfectly.  - ->When Joseph Beuys was asked why he hated the term 'conceptual art', he said: "Because a concept, an idea is a starting point, not a final form. If you stick to the concept, you miss out on the creative aspect, which should be the most important part. Otherwise you're not an artist. Art is not pinning things down. Art is letting things go, let it flow". Does this sound recognisable to you? And how would you relate this quote to your LP? - --Not having to execute ideas into a physical and therefore flawed final form was the whole point of conceptual art, no? The notion that an idea can be just as valid and just as creative as its execution.. but anyway.  -I for myself am always glad if I manage to turn an idea into a physical form. Did I mention I tend to overthink things? So I don’t think I belong in the conceptual art section. But then, I don’t fully agree that you miss out on creativity by sticking to a concept. Coming up with a concept can be as much a creative process. And sometimes, by sticking to it, you end up with the most unexpected results - adhering to rules you impose on yourself makes you do stuff you would never have decided for yourself. It can make you go against your natural inclinations, which does not always have to be a bad thing. It can free you from repeating yourself, from your own mannerisms. That’s just another way of letting things go, of giving up control.  - ->The Ultra Eczema site refers to this record as your debut LP. Does it feel like that for you too: as your first 'real' album, as a statement?  - --I think I would consider that series of twelve ten inches my vinyl debut.. but maybe because it was 12 different records or in ten inch format, that it doesn’t really count? Or maybe Dennis thinks of that series as a tool more than a product. Still, the Ultra Eczema one is definitely the first record that is more widely available, and much more of a pure record than an artists’ edition, so I know what he’s saying. And a statement.. I don’t know. I don’t think of it as a manifesto or anything. It’s a document of what I’m happy to be working on at the moment, and hopefully it’s something that others can enjoy as well. - ->Do you see this as a drone record? Or as a collage record?  - --If you force me to choose between those two, then drone. I tend to associate collage records with cut and paste editing, jumpcuts, going from one atmosphere to the next in no time.. I don’t feel this record has that. Quite the contrary. The only thing remotely close to jumpcuts that are on this record were due to the electronics of the installation, the sensors turning the sound on and off. But they were live events, not editing choices made afterwards. So this is very much a straightforward live recording of a pretty weird DJ set, if you will. And even though it has strong rhythmic patterns, the underlying harmonies and atmosphere shift quite slowly. So more drone, definitely. - ->Do you think this LP would be also enjoyable if someone would listen to it without knowing a single thing about the whole concept behind it? Or do you even think you would have failed if it wouldn't be an enjoyable record without the concept? - --I certainly do hope that it’s enjoyable.. like I said, I know it’s not easy listening per se, and some might probably find it boring at first try, with the tempo being the same for the whole record and all. But I did try to select bits that I thought had a beauty or a strong appeal to them, an interesting evolution or whatever, so much so that I hope they can survive as musical pieces in their own right. aiming for the best of both worlds there. Type of object: event -title: Pu-shi-ng-Sco-res -date: 20 January 2017 -location: DE PLAYER - -artists: Telcosystems, Julia Buennagel, Derek Holzer - -Description: Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -In our event series during the Pushing Scores project we programmed this evening after we got in touch with the resonant publication of Telcosystems. They approach DE PLAYER for some input in the production and distribution of it. because of the direct relation of sound and image and the new interface an object like that represents it was a clear match. They did a reading on the concepts and necessity of the project as well as all the implications it had in its development and production. -To complete the event we searched for 2 completely different angles on composing. Derek Holzer eventually was asked because of his Tonewheels but that was logistically not possible. He came over to do a reading on Schematic as a score and did a live set on Tektronix Oscilloscope Music. Julia Buennagel was invited to do a more physical input. She works with prepared records and played a live set. - -about prepared records: -The record or musical piece in these cases is not used as a reproductive technique. In contrast to the composer or musician who perceives the record first and foremost as a vehicle transporting his or her musical ideas, here the interest lies especially in the optical/sculptural as well as the acoustic presence and the compression of an idea working with the playback possibilities and impossibilities of recording techniques. The end result is not a reproduction but a transformation of the original source and ultimately becomes an autonomous score and/or unique graphic/sculptural piece in and of itself. -The defective record and not the even, smooth reproduction means quality and concept at the same time. - -Lazlo Moholy Nagy said about this in the perspective of New Plasticism that it lies in the peculiarity of human nature that: -“The abuse and misunderstanding are nessecary to gain result. It is nessecary for evolution and survival. After every new recording the functioning apparatus is pushed ahead to further new impressions. That is one of the reasons for the necessity to always continue experiments in New Plasticism. From this standpoint the configurations are only worthwhile when they produce new, previously unknown, relationships. In other words, this means that reproduction (repetitions of already existing relations) without richer viewpoints from the special standpoint of creative production can, only in the best cases, be considered as a virtuosic opportunity. As production, meaning here productive creation, above all serves the human condition, we must attempt to further our purposes of creative production through the uses of those apparatuses or methods which until now have been used only for reproduction purposes.” - -In 1989 the Broken Music exhibition was held in Berlin at the DAAD gallery with work by, among others, Nam June Paik, John Cage, Milan Knížák, Christian Marclay. All had lifted the medium (the vinyl record) over themselves and added a new use / application. Whether or not as an installation to be played by the public or as a plastic work in which the plate was transformed, mutated. The code of the usual record as defined by the music industry was broken in all works. -Later the exhibition traveled to the Hague and to Grenoble in the early 1990s. The book which came along with the exhibition has recently been republished. As a sourcebook, it is without peer, focusing on recordings, record objects, artwork for records, and record installations made by hundreds of artists between World War II and 1989. - --With Resonanz, Telcosystems presents an electronic book, combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -“Resonanz is an electronic book that I had first dismissed. Until i tried it. As you turn the thick pages of the book, you encounter a different pattern along with a different soundtrack. It’s strangely hypnotizing. I turned and turned the pages, each time trying to think about the possible connections between the colours and patterns printed on the pages and the sound they emitted.” -Régine Debatty we-make-money-not-art.com - -URL:https://telcosystems.net/product/resonanz/ - --Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - --Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards3. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netType of object: event -title:Pushing Scores -date: 20 January 2019 -location:ART Rotterdam, Rotterdam, NL - -artists: Moniker, Rafaël Rozendaal, Luuk Bouwman, Telcosystems, Remco van Bladel - -Description: For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -For a certain period we yearly took part in the ART Rotterdam. An annual art fair in which commercial galleries as well as initiatives take part. The Intersection part is where the initiatives gather. It works because of getting in contact with an audience which will never come by at DE PLAYER itself. For this year it was clear that we present the Pushing Score project. We decided to set up a framework as if it was a three dimensional staff to write down music. In this framework we presented new, specifically for Pushing Scores, produced works in combination with existing works we thought would be interesting to combine and by that give a multidimensional approach on what tactics can be used by making scores and how it will be finally as a tradable object. -People could continuously listen to some publications (Telcosystems, Cold Void, Davide Mosconi) as well take part in the economic process of it by spraying new works for the next potential costumer (Moniker). - -event -title: MAT>NET>PU - PZI_XPUB TGC3 presentation -date: 24 March 2017 -location: DE PLAYER - -artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUBPiet Zwart Institute XPUB, (Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg) - -Description: An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -WHO??? -HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -www.facebook.com/xpub.pietzwart --Piet Zwart Institute > TGC #3 seminar + live event -Together with the Experimental Publishing team of the Master of Media Design students of the Piet Zwart Institute, Willem de Kooning Academy Rotterdam, a seminar was organized for the students in a period of 3 months in which the principles of Pushing the Score were leading. A publication was taken as a joint focal point, the form of which could be determined in more detail. However, it was decided to start from a floppy disc as a medium. Each student could design his/her own project on this medium. The idea of a score functioned as a guideline to shape their project and to test the work process. It resulted in the Tetra Gamma Circular #3 subtitled "an unknown audio magazine" and is in itself a certain kind of publication platform that functions almost as a jukebox for floppies. It is an experimental platform designed for sonic experiments, instruments and installations. Concretely, a designed concrete object in which various techniques are incorporated. Its core consists of a floppy drive and a Raspberry Pi platform, on which a local wifi station, a camera, audio in/out, touch sensors, LED lighting are realized. The local wifi station makes it possible to access all projects (on floppy) by receiving these projects on mobile phone or on the computer. Via beamer and audio system everything becomes visible and audible. Most projects are aimed at interaction with an audience (one or more people). - -Karina Dukalska, for example, created a work entitled 'Rock Step Triple Step'. As a dancer she is curious why there is no universal graphic notation system in the dance. Whether it is about recording movements for archiving, or writing new choreographies for the future, she concentrated on which elements of dance are overwritable (such as direction or footwork) and which are not. The performance of 'Rock Step Triple Step' started as an experiment based on psychological theories to change memory, time perception and flow in dance. The audience has the opportunity to control the dancers' steps on stage through a web interface that shows her personal approach to graphically representing ten jive steps. -Max Franklin's research focuses on the fragile nature of improvisation in music, with software. Through research into the act of improvisation in music, Max investigates ideas about liberation and resistance that improvisation can offer. Both in artistic practices, and their broader application as a critical methodology of research and exploration. For TGC#3 he developed a tool that is a learning counterpartner for his own musical input. -title event: ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -date: Thu 29 Nov 2018 20:00hrs -Location: Varia, Rotterdam - -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. -Valentina Vuksic was involved in the ARTKILLART Xyears JUBILEE event at 21-04-2017. She played a set in which she used her computer to generate sound by live programming. It was a good concert and het concept of working fitted very well in our ideas of exploring graphic scores. Her score was made on the spot with programming language. A sort of live coding. The Artkillart label operates from both Paris and Berlin since 2007, promoting experimental audiovisual and sound art. In reaction to the dematerialization of music (the general disappearance of music released in its physical form), the artists of the Artkillart label roster refocus their releases as material objects. -Artists who joined the event: Valentina Vuksic, Arnaud Rivière, Nicolas Montgermont, Jan Kees Van Kampen -Valentina Vuksic is a computer artist and programmer based in Zürich. Her work is a personal exploration of the possibilities afforded by articulated hard- and software mediation. She approaches computer systems via inductive microphones for magnetic fields, so-called “telephone adapters." With choreographies for software and computer elements, she utilizes these as actors in software/noise pieces for, and in, computers. - -Vuksic considers time and space of computer processor and memory as levels of reality. Software being processed creates own temporal and spatial dimensions, which are staged for a public. She aims for a sensual experience of the analytical sphere becoming concrete, where logic encounters the physical world. The mechanic noises serve as mediators to a public. They reveal in an immediate way the activities taking place between computer processes in the widest sense and the computer electronics they are running on. - -https://harddisko.chevent title: Para-phonic Poly-diso -dat: Fri 12 Jan 2018 20:30hrs -location:The Small Museum, Paradiso, Amsterdam -artist: Remco van Bladel - -Description: WHAT ? -'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. The voice for this work is by Laetitia Saedier of Stereolab. - -'Para-phonic Poly-diso’ (Polyphonic Paradiso) and it consists out of two parts: -1) An interactive graphic score / light box / kinetic work fixed inside the cabinet. (see jpeg drafts below) -2) A mobile website that connects you to the hardware inside the cabinet and turns your phone into a local speaker for a polyphonic voice piece. - -In the eleventh century, the Italian Guido of Arezzo, one of the most important founders of musical notation, developed a scale consisting of six notes: ut, re, mi, fa, sol, la. Later the seventh tone 'si' was added. From this the well-known "Do-Re-Mi" and the solfege, a teaching method in music for learning pitch and the singing of sheet music, developed itself. - -The Small Museum, the former announcement box on the front of Paradiso, is being converted by Remco van Bladel into a local wifi point that will stream a polyphonic "Pa-Ra-Di-So". An algorithmic choir is compiled live by the mobile phones that connect to the Wi-Fi point while they are waiting in line for Paradiso to enter. - - - -Paradiso invited Remco van Bladel to take part in their Small Museum project. For him it fitted very well to use this public place for a project he had in mind for Pushing Scores. The idea was to create a choir with mobile phones for the audience waiting to get in of the Dutch pop tempel Paradiso. - -The work: -The work was installed for a period at The Small Museum; a cabinet on the facade of Paradiso, Amsterdam. - -'Para-phonic Poly-diso' is a graphic score where Paradiso visitors can participate in a digital polyphonic choir. - -In eleventh century Italy, the music theorist Guido of Arezzo developed an ascending scale consisting of six-notes: ut, re, mi, fa, sol and la. A 7th note, 'si' or 'ti', was added later. This scale is the basis for 'Do-Re-Mi' and solfège, a music education method used to teach singing of Western music. - -The Small Museum, which was used for the public announcements of the church, will be transformed into a local wifi hotspot to stream a multi vocal 'Pa-Ra-Di-So Rapsodia'. A live algorithmic choir composition created through the phones connected to the score while waiting in front of the building to enter. - -For this multi vocal composition Remco van Bladel collaborated with Lætitia Sadier (Stereolab, Lætitia Sadier Source Ensemble). - -On Notation: -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. - -As far as melody is concerned, humming was increasingly defined by the expansion of the number of lines, which first corresponded by colour, and later by keys to certain steps in the medieval ranges. In the eleventh century Guido van Arezo introduced the staff with four lines (this is still in use). In the middle of the thirteenth century Peter de Cruce came to a notation in which the relative duration of each note is indicated by the form of the note. This so-called manural notation was of great importance to ensure the reproducibility of the various rhythmic possibilities in the developing polyphonic music of Western Europe. - -One of the influences for our project Pushing Scores. - -Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - - -After getting it touch with Attali’s book ‘Noise: The Political Economy of Music’ we used it as inspiration for the project Pushing Scores. This particularly because of the fact that he focusses on the reproduction of music. - -Attali believes that music has gone through four specific cultural stages in its history: -1. Sacrificing -2. Representing -3. Repeating -4. Post-Repeating - -The 2nd phase is important in the perspective of sound reproduction, graphic score and the tangibility of sound and / or the object. It refers to the era of printed music (1500 - 1900). During this period, the music is tied to a physical carrier for the first time, and thus becomes a commodity for sale in the market. This notation of music can be considered as a highly coded written guideline for how music should sound. He calls this chapter Represent because it is the project of the executive. This represents the music in the absence of the maker and in the presence of an audience an effort must be made to read and articulate the intensity of the composer of the magazine. With the rise of the various avant-garde movements from the beginning of the 20th century, in addition to new forms of "sound", the relationship between sound and its visual representation is also being re-examined. - -The 3rd stage deals with the mechanical reproduction and the 4th stage could be interpreted that he already was referring to the idea of sampling although it was first published in translation by the University of Minnesota in 1985. In that time it would have been quite prophetic. Because of this ambiguity we are interested for the project what this stage of music could represent. What kind of scores can be made with aal new techniques and media which have been developed since and definitely are of influence in our conceptual thinking of music and its reproduction.Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - -Attali is the first to point out the other possible logical consequence of the “reciprocal interaction” model—namely, the possibility of a superstructure to anticipate historical developments, to foreshadow new social formations in a prophetic and annunciatory way. The argument of Noise is that music, unique among the arts for reasons that are themselves overdetermined, has precisely this annunciatory vocation; that the music of today stands both as a promise of a new, liberating mode of production, and as the menace of a dystopian possibility which is that mode of production’s baleful mirror image.event: -the entire Pushing Scores project was set up in cooperation with Remco van Bladel. The conceptualization, the funding, the execution.We new that Remco had written his essay 'Musical Theories in Graphic Design' on the subject of graphic notation within a broader field of theory formation in contemporary -music. It seemed to be a good match to work with him and DE PLAYER on a research of the graphic score. WE had common interest but at the same time a different angle and network in our practice as a stage, publisher and designer. This brought us together and made Pushing Scores to be real.Remco van Bladel (Amersfoort, 1977) is a graphic designer, based in Amsterdam. His studio focusses on editorial book design, curatorial projects, institutional identities, interactive applications and websites. Remco is co-founder of 'WdW Review' (Witte de With, Rotterdam), Dutch art book publisher Onomatopee and teaches graphic design at ArtEZ, Arnhem. He designed the publication and identity of the Aalto Natives, at the Finnish Pavilion of this year's 57th Venice Biennale. For the 2015 edition of the Venice Biennale the studio was responsible for the design of the publication and identity of ‘to be all ways to be’, the exhibition of herman de vries of the Dutch pavilion. -His clients include artists like: Navid Nuur, Jonas Staal, Justin Bennett, Esther Tielemans, Gert-Jan Prins and Erik van Lieshout besides institutions like Witte de With, e-flux, New World Summit, Extra City Kunsthal, Arts Writers Grant Program, Art Agenda, Council, Cobra Museum and STEIM (studio for electro-instrumental music). The studio takes care of the graphic design of the art magazine and website Metropolis M. - -Remco van Bladel grew up as a kid in the recordstore of his father. The relation between the sound/music on the records and the visuals on the sleeves and packaging had a strong influence on his nowadays practice. Especially the strategy and concepts he creates for graphic design. - -In his essay 'Musical Theories in Graphic Design', from 2002, treated Bladel with the subject of graphic notation within a broader field of theory formation in contemporary -music. In it he transposed compositional methodologies of the avant-gardists in the 20th century to graphical design methodologies. For instance by understanding the phase shifting technique from inside Steve Reich to design. But also work from Stockhausen, and Cage to view and differ and looking for similarities. Rhythm, shifts, pairs, tonality, counterpoints. This was not about hard comparisons and 1 on 1 projections, but more -to interpret, think and work with elements. An investigation into methodologies within his own artistic practice. - -From his own position he considers himself as (editorial) designer, curator, musician and publisher with a strong predilection for language and typography. His artistic practice is formed by a number of ingredients that have always been present in his work to a greater or lesser extent. The most important, from his youth, is sound or music. Both as a source or inspiration, as a metaphor, as a thinking model and as an 'attitude' in relation to his practice. He sees it as punk, experiment, noise, investigative, critical. Searching for dissonance and ordering of information, for rhythm and tonality. Sound in relation to image remains an elusive phenomenon that continues to fascinate me because sound / music is the most abstract art form. The subjective nature, the way in which vibrations can release such strong emotions, makes it possible to deal speculatively and to use them for use in typography, image, material choices, folding methods and bookbinding systems. This tactility, the application of materiality and the use of printing techniques as a metaphor for sound play a major role in his entire practice. -event title: PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER -date:Fri 20 Jan 2017 20:00hrs -location: DE PLAYER, Rotterdam, NL - -description: WHY ? -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -participating artists: WHO ? -Telcosystems presents Resonanz; an electronic book combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - -Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netWe got in touch with the work of Derek Holzer through his project on Tone Wheels; an experiment in converting graphical imagery to sound, inspired by some of the pioneering 20th Century electronic music inventions. Transparent tonewheels with repeating patterns are spun over light-sensitive electronic circuitry to produce sound and light pulsations and textures. -This analog way of getting sound from graphic notation was an impuls to check him out for the Pushing Scores project. He came up with a reading on Schematics as a Score, because that was a current issue of his practice. It fully fitted in our search for how to see the concept of composing and making scores.Derek Holzer (USA 1972) is a sound + light artist based in Helsinki & Berlin, whose current interests include DIY electronics, audiovisual instrument building, the relationship between sound and space, media archaeology, and participatory art forms. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. - -http://macumbista.net - -Derek Holzer gave a lecture with the theme "Schematic as Score: use and abuse of the (im)deterministic possibilities of sound technology". In it he considers it axiomatic that, for every work of art that must be considered experimental, the possibility of failure must be built into his process. By this he does not mean the aestheticized, satisfying disturbances and cracking that Kim Cascone valorizes, but the lack of satisfaction caused by a misplaced or misdirected procedure in the experiment, colossal or banal. These are not mistakes that should be looked up, sampled and celebrated, but the flat-on-your-ass gaffs and embarrassment that would disturb the sleep of all but the most Zen of musicians or composers. The presence of failure in a musical system represents feedback in the negative, a turning point in anticlimax, irrelevance, the everyday, the cliché or even unintentional silence. Many artists try to eliminate true, catastrophic failures by scripting, scoring, sequencing or programming their work in as many predictable, risk-free quantums as possible in advance. But this unwanted presence also guarantees the vitality of that fiercely fought area; the live electronic music performance. - -The past few years there has been a strong response to the sterile world of sound and video from the laptop. This has led to a new interest in analogue processes or dirty hands art. With this renewed analog interest comes a fresh exploration of the pioneers of electronic art during the pre-digital era of the sixties and seventies. Artists and inventors such as Nam June Paik, Steina and Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or could be freely downloaded. - -Over the past few years, a strong reaction against the sterile world of laptop sound and -video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. -Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge -Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments -long before similar tools became commercially available or freely downloadable4– often -through a long, rigorous process of self-education in electronics. -John Cage once quipped that Serge Tcherepnin's synthesizer system was "the best musical -composition that Serge had ever made", and it is precisely Cage's reformulation of the -concert score from a list of deterministic note values to a set of indeterministic -possibilities that allowed the blurring of lines between instrument-builder and music -composer that followed. - -In 2011 Derek Holzer wrote an essay on this issue which has been published as a pdf on internet as VAGUE TERRAIN 19.Vector Synthesis Workshop Piksel - -Derek Holzer, Vector Synthesis workshop -Building: Piksel Studio 207, Bergen NO -Dates: 9-11 March 2018 -Time: tba - -All workshops are free entrance. To sign up send an email to: -prod(at)piksel(dot)no - -VECTOR SYNTHESIS is an audiovisual, computational art project using sound synthesis and vector graphics display techniques to investigate the direct relationship between sound+image. It draws on the historical work of artists such as Mary Ellen Bute, John Whitney, Nam June Paik, Ben Laposky, and Steina & Woody Vasulka among many others, as well as on ideas of media archaeology and the creative re-use of obsolete technologies. Audio waveforms control the vertical and horizontal movements as well as the brightness of a single beam of light, tracing shapes, points and curves with a direct relationship between sound and image. - -You can see several demo videos here: - -http://macumbista.net/?page_id=5000 - -SOFTWARE - -The Vector Synthesis library allows the creation and manipulation of 2D and 3D vector shapes, Lissajous figures, and scan processed image and video inputs using audio signals sent directly to oscilloscopes, hacked CRT monitors, Vectrex game consoles, ILDA laser displays, or oscilloscope emulation softwares using the Pure Data programming environment. - -https://github.com/macumbista/vectorsynthesis - -During this workshop, you will learn how to use a custom library in the Pure Data programming environment to directly control the vertical and horizontal movements, as well as the brightness, of a beam of light. You will then explore Lissajous figures, waveform representations, and other multiplexed, audio-driven visual shapes and forms which can be displayed and manipulated in real time on an XY oscilloscope, Vectrex game console, ILDA laser display, and other analog vector displays, or with oscilloscope emulating software directly on your laptop. - -LINKS - -http://macumbista.net/?page_id=4869 - -https://www.instagram.com/macumbista/ - -More info at: http://17.piksel.no/?p=72 - -Photo credit: Anders Børup -Derek Holzer was invited for the event PU-SH-ING at 20 Jan 2017. He did a reading on Schematic as a Score, but also did a live concert from his research in analog visuals with the oscilloscope. - -a theoretical/historical text about the concept written by Derek Holzer -23 NOV 2016, Helsinki, Finland - - THE VECTORIAN ERA: an Investigation into Analog Computer Graphics - -The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. As Friedrich Kittler has observed, the relationship of media technology to military tools of destruction was sealed by moments such as these. - -Post-war developments continued in this direction. Tennis for Two, programmed in 1958 by William Higinbotham on an analog computer at Brookhaven National Laboratories in Long Island NY USA, using an oscilloscope as the display. It combined a two-player interface with physics models of a bouncing ball displayed as vectors in motion, and is arguably the first publicly-playable video game. The laboratory itself performed government research into nuclear physics, energy technology, and national security. - -In the early 1960’s, the composer Morton Subotnik employed engineer Don Buchla to help him create “the music of the future”. Buchla redesigned the existing function generators of analog computers to respond to voltage controls of their frequency and amplitude. This gave birth to the realtime-controllable, analog modular synthesizer which was subsequently expanded by others such as Bob Moog and Serge Tcherepnin. - -In 1967, the Sony Portapak revolutionized video by taking the camera out of the television studio and into the hands of amateurs and artists. And by the early 1970’s, an interest in cybernetics, systems theory and automatic processes brought the analog computer closer to the worlds of art, music, and architecture. Figures such as Heinz von Foerster, Gordon Pask, Nam June Paik, Steina and Woody Vasulka, Iannis Xenakis and R. Buckminster Fuller all speculated on the effect of computers on society, and used computer-derived forms in their work. The 1972 Rutt-Etra Video Synthesizer, used famously by the Vasukas in several works, employed an analog computer to manipulate and deconstruct the raster of a conventional video signal with very otherworldly effects. - -Vector graphics were widely adopted by video game manufacturers in the late 1970’s due to their computational efficiency, and the wealth of experience using them that the history of analog computing provided. Perhaps the most iconic of these games is Asteroids, a space shooter released by Atari in 1979. Battle Zone (1980), Tempest (1981), and Star Wars (1983) all stand as other notable examples from this Vectorian Era, and also as rudimentary training tools for the future e-warriors who would remotely guide missiles into Iraqi bunkers at the start of the next decade. As electronics became cheaper, smaller, and faster in the 1980’s, the dated technology of using analog vectors to directly manipulate a Cathode Ray Tube fell out of favor and rasterized graphics, animations and moving image quickly took their place. - -Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time. The fact that many aspects of our current utopian aspirations (and dystopian anxieties!) remain largely unchanged since the dawn of the Vectorian Era indicates to me that seeking to satisfy them with technology alone is quite problematic. Therefore, an investigation into “tried-and-failed” methods from the past casts our current attempts and struggles in a new kind of light. - - -George Brecht is most famous for his Event Scores such as Drip Music 1962 and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” -Event Scores are works Event Scores are simple instructions to complete everyday tasks which can be performed publicly, privately, or negatively (meaning deciding not to perform them at all). -Initially writing theatrical scores similar to Kaprow's earliest Happenings, Brecht grew increasingly dissatisfied with the didactic nature of these performances. After performing in one such piece, Cage quipped that he'd "never felt so controlled before." prompting Brecht to pare the scores down to haiku-like statements, leaving space for radically different interpretations each time the piece was performed.The Event Scores of George Brecht are still actual pieces. He is inspiring for a lot of performance based composers. Specifically that is works out of simple instructions and can be done by anybody it has a highly democratic factor, without losing its artistic impact. Also interesting is the fact that it is purely language based lays in our interest. DE PLAYER has been publishing and presenting a lot of sound poetry.George Brecht (August 27, 1926 – December 5, 2008), born George Ellis MacDiarmid, was an American conceptual artist and avant-garde composer, as well as a professional chemist who worked as a consultant for companies including Pfizer, Johnson & Johnson, and Mobil Oil. He was a key member of, and influence on, Fluxus, the international group of avant-garde artists centred on George Maciunas, having been involved with the group from the first performances in Wiesbaden 1962 until Maciunas' death in 1978. - -One of the originators of 'participatory' art, in which the artwork can only be experienced by the active involvement of the viewer, he is most famous for his Event Scores such as Drip Music 1962, and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” - -Steve Joy took me to meet George Brecht in his studio when I was in residence at St Michael's in Manhattan (c.1962). We became friends and he mailed instruction cards to me. I brought Steve Joy to St. Vincent College when I returned to the monastery from Paris in 1963. George Brecht agreed to provide instructions for an event at St. Vincent. For his "Vehicle Sundown Event", he published a set of about 50 cards to be given to participants who participated in the event with their vehicles. Each card held an instruction to be performed with a vehicle. Drivers were instructed to assemble at sundown in a parking lot and randomly park their vehicles. Then each driver, with a shuffled deck of instructions, would begin performing at the sound of a signal. Participants performed about 50 events such as "turn on lights", "start engine", "stop engine", "open window". This work was performed at St. Vincent College under the direction of Stephen Joy with Roman Verostko assisting. c. 1963 -A baton is a stick that is used by conductors primarily to enlarge and enhance the manual and bodily movements associated with directing an ensemble of musicians. - -https://en.wikipedia.org/wiki/Baton_(conducting)This object is chosen to be part of the archive because it is the first and most simple tool to translate a written score to the musician who has to execute it. It is the first intermediary after the score itself and comes from a method of conducting called cheironmy. - -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. -publication -title: Each One -catalogue number: DOB 089 -artist: Jörg Piringer - -description: -10" vinyl dubplate each one with original sound and related artwork -edition 40 pieces - - - - - - -Piringer has performed in DE PLAYER with his visual sound poetry pieces based on computer programming. For Pushing the Score we invited him to make special work for a limited edition. For this he developed specific software that generates poetry in spoken word form. For each record a unique piece is generated that is spoken and performed by the same software. The packaging of each record is also linked to the unique file and consists of an original visual work that is derived/transformed via a formula from the programming language that underlies the audio poem to be heard on the record. - - - -Jörg Piringer is a member of the Institute for Trans-acoustic Research, member of the Vegetable Orchestra, radio artist, sound poet, visual poet, musician and holds a master's degree in computer science. He is also involved in the online poetry platform Huelkorven. The way in which he arrives at his poetry is very closely linked to his knowledge and skills of the programming language. - -For example his work ‘frakativ’; an electronic visual sound poetry performance. ‘Fricatives’ are consonants produced by forcing air through a narrow channel made by placing two articulators close together. -The performance ‘frikativ’ is real-time generated visual and sound poetry. Image and sound are created immediately during the performance by speaking and vocalizing into a microphone and modifying the voice through signal processors and samplers while the software is analyzing the sound to create animated abstract visual text-compositions. - -Piringer is also involved in Huellkurven; an online sound poetry magazine and a series of events dedicated to sound poetry, poésie sonore, lautpoesie, noise poetry, sound-text composition, auditive poetry, audio poetry etc. - -URL: http://huellkurven.net -https://monoskop.org/Concrete_poetryDE PLAYER is interested in sound that fraternises in the abstract sense and makes people communicate with each other, without having to understand each other specifically in terms of language. In a multicultural situation, abstract sounds are the forms of recognition; then there is, for example, the music. The cultural identity is communicated with this. Music and dance are good elements to be together without literally understanding each other word for word. Subcultures form through music. In addition to the all-dominating impact of the music industry that determines lifestyle at the confection level, all sorts of de-mass-splintering genres are forming on the periphery of the musical firmament. The style / genre determines the identity. New generations are born. - -It is important here that the language is sung off the usual value of speech. The limits of speech become communication and nonsense, which both have the potential of speech. Orientation with regard to giving meaning changes by inserting moments when improper use of thought, material and technology takes place. -The foundation of language as an information transmission is the foundation of these tendencies and is at the heart of the oral tradition principle. How stories can be told, how traditions are passed on, how past feeds the present and how the present forms itself by muttering the past. - -Multilingualism is important in giving meaning to the things around us. Publishing, as mentioned above, is important to communicate various ways of expression. Signification also plays a major role in this. Within "Radical Listening" we want to see what the possibilities are of communication and publishing with the current means that are available to us. This idea is closely intertwined with the project "Pushing the Score", in which the materialization of sound plays a role. Listening in the sense of "Radical Listening" is therefore not only about ears specifically, but generally about exploring our world, our position in it and the way in which communication is possible. - -We investigate how contemporary means are used to shape language, sign and sound. The analogue and virtual voice play a major role in this. Use of consumer electronics for improper use (eg tape recorder, telephone) but also self-invented technical devices and software, other machines (computer, record player, effect equipment) and a variety of speech techniques are used so that, among other things, classical reading forms are exceeded. - -Inspiration is the vocal poetry, poésie sonore and text-sound composition. In our opinion, this area is an important one, both in the experimental sound, in the lecture and in the visual arts. Here it has played an important role and as such it is still current. The connection of the word and sound can be found in many ways within the art and music of fluxus, rap, early avant-garde, soundproof, laut poetry, music theater, opera, performative series, musical theatrical dad shows, radio plays and installational settings. -event -title: IRREGULAR # 2313 STRIPPED -date:Fri 14 Oct 2011 21:00hrs -location: Wall Gallery, Rotterdam, NL - -artist: Fersteinn - -Fersteinn from Iceland will come and bring us a clear bold construction of tones and notes in space. They sound like a completely crushed partiture which comes out in it's pure elements just ordered in a way you are not so used to listen to. Good practise for the ears. - -Fersteinn is a quartet of multi-instrumentalists that performs music by composer Guðmundur Steinn Gunnarsson. The music focuses on elastic rhythms, that are not easily confined to a grid. The musicians read the music from a score, but the score consists of moving images on a computer screen. This is done in order to communicate rhythms not easily notated. The music mostly consists of hockets where each sound is like one letter in a word. With flutes or recorder, plucked string instruments, duck calls and winds or brass, various types of rhythmical sound textures are conveyed. Some parts of the music might resemble animal sounds or the rhythm of animal movements. - -To quote the composer: "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained."Fersteinn works with the method of so called Animation. This means animated notation. They had been performing before we started the Pushing Scores project. Nevertheless we claim it to be part of it.FERSTEINN (is) -Fersteinn is a quartet of multi-instrumentalists that play compositions by Guðmundur Steinn Gunnarsson, a repertoire that is written especially for the ensemble. Fersteinn usually performs in the quietest of settings. They are a group that plays music in a “extra-musical” or “non-musical” sort of rhythm (so to speak). They did quite an impressive set 2 years ago at De Vleeshal and Wallgallery, for those who missed it. - -Fersteinn plays from animations made as compositions on a laptop. Most compositions are made by Guðmundur Steinn Gunnarsson. -Guðmundur Steinn Gunnarsson (born 1982) is an Icelandic composer, performer and a founding member of S.L.Á.T.U.R., an experimental arts organization in Reykjavík. In his compositions he has developed a rhythmic language devoid of regular beat or metre, and he has created a new musical notation to represent his music. - -Guðmundur Steinn's musical style combines sound patterns without using a rigid rhythmic grid structure or pulse. This approach has led to the development of his animated notation, or 'anitation', instead of using traditional musical scores. During the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods he uses in composition were the subject of his M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." - -He is a founding member of the S.L.Á.T.U.R. ("samtök listrænt ágengra tónsmiða umhverfis Reykjavík" or "The Association of Artistically Obtrusive Composers around Reykjavík"[6]), an experimental composers collective in Iceland, and he is co-curator of the festival Sláturtíð. He also a co-curates the concert series Jaðarber at the Reykjavík Art Museum - - -website by RYAN ROSS SMITH all about animated notation: -http://animatednotation.com/Steinn.html - -see also: stefan-smulovitz -https://animatednotation.wordpress.com/portfolio/stefan-smulovitz/ -‘Anitation’is the term for animated notation. Instead of using traditional musical scores, during the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods were the subject of Guðmundur Steinn M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." This technique of composing is performed by Gudmundur Steinn his quartet Fersteinn. -Gudmundur Steinn has been part of DE PLAYER its program with his quartet Fersteinn several times. This Icelandic quartet plays with little analog instruments animation scores Steinn made on his computer. It results in real delicate and unconventional chamber music. - -URL:https://www.deplayer.nl/events/och-toch-fersteinn-marc-matter-jörg-piringer-alexander-brener-barbara-schurz - -The animations of Steinn were also used by Goodiepal when he visited DE PLAYER on 17 December 2015 with his project on Icelandic animated notation. He a lecture on this subject and played together with Daniel S. Bøtcher, Grøn, Nynne Roberta Pedersen several pieces. Amongst which some of Gudmundur Steinn. - -https://vimeo.com/151283154 - -We also produced a limited poly urethan record with Fersteinn. -URL: https://www.deplayer.nl/releases/dob046-10-fersteinn - -The idea of Anitation and the work of Gudmunder Steinn fits perfectly in Pushing Scores.Guðmundur Steinn Gunnarsson is an Icelandic composer writing music based on irregular or non-pulse oriented rhythms. It inhabits a world where grids or straight lines are almost non-existent. This often requires presenting the music as moving graphics on computer screens. That way the most irregular things can become very intelligible. - -He has been active with a composer collective in Iceland called S.L.Á.T.U.R. and taken part in founding its festival Sláturtíð and used to be a co-curator of the Jaðarber concert series and Fengjastrútur Ensemble. He runs his own multi-instrumentalist quartet which is called Fersteinn. - -His music has been performed by the BBC Scottish Symphony Orchestra, the Iceland Symphony Orchestra, Caput Ensemble, Reykjavík Chamber Orchestra, Ensemble Adapter, Tøyen Fil og Klafferi, Ensemble l’Arsenale, Ensemble CRUSH, Aksiom Ensemble, Nordic Affect, Defun Ensemble, Iceland Flute Choir, Duo Harpverk, Roberto Durante, Markus Hohti, Mathias Ziegler, Georgia Browne, Timo Kinnunen, Shayna Dunkelmann, Una Sveinbjarnardóttir and Tinna Þosteinsdóttir. - -Some of the festivals that have included Guðmundur’s music are Tectonics Reykjavík and Glasgow, MATA, Musikin Aika, Ultima, November Music, Transit, Music for People and Thingamajigs, Nordlichter Biennale, Timisoara International Music Festival and ISSTC 2014 in Maynooth, Ireland, where Guðmundur was also Keynote speaker. - -Guðmundur Steinn studied composition at Mills College, Iceland Academy of the Arts, Reykjavík College of Music, privately and at summer courses in Kürten and Darmstädt. His teachers have been Alvin Curran, Fred Frith, John Bischoff, Atli Ingólfsson, Hilmar Þórðarsson and Úlfar Ingi Haraldsson.Silence has kinetic roles in social exchanges: quietude, reflective pauses, withdrawal, displays of consent or dissent, reception and interpretation. But how can we score something not present, yet also not absent? Is there a positive notation for this critical issue of performance, of silence in the voice, other than merely the courtesies of extended rests, or blanks in the score? The reader will see inscriptions that oscillate between pictures and writing, and between visual and auditory, exemplifying those capacities of drawing to operate in the spaces between languages. In the context of an experimental music notation, seeking to make an instrumental gesture of silence, how can we draw incipience?“Before god needed to be invented there were man. -Before language there was the song. -Before the song there was the yodel.” -As bart plantenga stated in his reading on yodeling. -I think silence has that same trelations with music. -emptiness has that same relation with notation. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location:SKAR office, Groot Handelsgebouw, Rotterdam | - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA). The authority who controls copy right specifically for musicians. - - - -publication: -Project name: DOB 060 -Description : Product Placements - 10" blue vinyl with poster and xerox copies - edition of 150 pieces -Author: Johannes Kreidler - -URL: -http://www.kreidler-net.de -http://www.kreidler-net.de/productplacements-e.html - - -Johannes Kreidler is a special duck in the bite when it comes to composing. His works can often be regarded as composition, performance, sculpture and indictment. His work is described as conceptual music. He usually uses multimedia elements. He approaches the themes he uses (including authorship) through various entities directly linked to society. By acting consistently within these structures he creates his works. A few examples appeal to the imagination with regard to how a score can be understood and which elements and/or processes can play a role in this. -Johannes Kreidler is a composer, concept- and media artist. His way of composing has a multimedia conceptual approach which is mostly linked with processes in society. This makes it interesting in the perspective of experimentation and onorthodox composing. The AEX index, outsourcing of labor or copyright processes and social questions and implication around these issues form the fundament of some of his compositions. We asked Johannes to do a reading about his practice as a composer during the event we organized around Music & Capitalism. - -We produced with him a record which contains one piece of him named Product Placements -This piece is to be seen as a plunder phonic composition in extremis. A press echoed in September 2008 his action Product Placements out, with which he wanted to initiate a discussion on copyright and the height of creation in music. In a 33-second piece of music, he processed 70,200 quotes of foreign works, which he all individually enrolled at the GEMA. For this purpose, he accompanied by numerous press representatives with a small truck full of completed applications at the GEMA Directorate General in Berlin before. The plant is deliberately located in a legal gray area, which has greatly increased by digital technologies, so that it is impossible to clarify the case so far.(How Could You) Bring Him Home by Eamon -(I'm Gonna Be) 500 Miles by The Proclaimers With Brian Potter & Andy Pipkin -(Let Me Be Your) Teddy Bear by Elvis Presley With The Jordanaires -(You Want To) Make A Memory by Bon Jovi -1234 by Feist -1973 by James Blunt -2 Hearts by Kylie Minogue -3's & 7's by Queens Of The Stone Age -4 Am Forever by Lostprophets -4 In The Morning by Gwen Stefani -505 by Arctic Monkeys -A Bad Dream by Keane -A Big Hunk O' Love by Elvis Presley With The Jordanaires -A Day In The Life by Larrikin Love -A Moment Like This by Leona Lewis -A Never Ending Dream by Cascada -A Public Affair by Jessica Simpson -A Whole New World by Katie Price & Peter Andre -About You Now by Sugababes -About Your Dress by The Maccabees -Acceptable In The 80s by Calvin Harris -Acrylic by The Courteeners -Adagio For Strings by DJ Tiesto -Ain't No Party by Orson -Alarm Clock by The Rumble Strips -Alfie by Lily Allen -All Good Things (Come To An End) by Nelly Furtado -All I Got by Newton Faulkner -All I Need To Know by Emma Bunton -All I Want For Christmas Is You by Mariah Carey -All My Friends by LCD Soundsystem -All She Wrote by Ross Copperman -Almost Easy by Avenged Sevenfold -Always On My Mind by Elvis Presley -Amazing by Seal -America by Razorlight -An American Trilogy by Elvis Presley -An End Has A Start by Editors -Anarchy In The UK by The Sex Pistols -Angel On My Shoulder by Gareth Gates -Annie Let's Not Wait by Guillemots -Anonymous by Bobby Valentino feat. Timbaland -Another One Bites The Dust by Queen vs. The Miami Project -Anthem by Filo & Peri feat. Eric Lumiere -Any Dream Will Do by Lee Mead -Anything by JoJo -Anything Can Happen In The Next Half Hour by Enter Shikari -Apologize by Timbaland Pres. One Republic -Are You Trying To Be Lonely by Andy Lewis & Paul Weller -Arnold Layne by David Gilmour -Australia by The Shins -Autumnsong by Manic Street Preachers -Away From Here by The Enemy -Axle Grinder by Pendulum -Ayo Technology by 50 Cent feat. Justin Timberlake & Timbaland -Baby Baby by Sunblock feat. Sandy -Baby Fratelli by The Fratellis -Baby Love by Nicole Scherzinger Feat. Will.I.Am -Baby When The Light by David Guetta -Baby's Coming Back by McFly -Baby's Coming Back / Transylvania by McFly -Back To Black by Amy Winehouse -Backfire At The Disco by The Wombats -Bad Girl (At Night) by Dave Spoon feat. Lisa Maffia -Balloons by Foals -Barbie Girl by Samanda -Be Without You by WiFi -Beautiful Girls by Sean Kingston -Beautiful Liar by Beyonce & Shakira -Beautiful Ones by Billiam -Because Of You by Ne-Yo -Bed by J. Holiday -Before I Fall To Pieces by Razorlight -Beggin by The Four Seasons -Beginning Of The End by Status Quo -Best Of You by Foo Fighters -Bet On It by Zac Efron -Better by Tom Baxter -Beware Of The Dog by Jamelia -Big Girl (You Are Beautiful) by Mika -Big Girls Don't Cry by Fergie -Bigger Than Big by Super Mal -Bing Bang (Time To Dance) by Lazytown -Blag Steal & Borrow by Koopa -Bleed It Out by Linkin Park -Bleeding Love by Leona Lewis -Blood Sugar by Pendulum -Blood Sugar / Axle Grinder by Pendulum -Blue Suede Shoes by Elvis Presley -Bones by The Killers -Boogie 2nite by Booty Luv -Books From Boxes by Maxïmo Park -Borders by The Sunshine Underground -Break Up by Kim Sozzi -Breaking Free by Zac Efron, Andrew Seeley & Vanessa Hudgens -Breathless by Shayne Ward -Brianstorm by Arctic Monkeys -Bubbly by Colbie Caillat -Burn Faster by Nine Black Alps -Burning Love by Elvis Presley -Call The Shots by Girls Aloud -Calm Down Dearest by Jamie T -Can We Chill by Ne-Yo -Can't Get Along (Without You) by Hard-Fi -Candyman by Christina Aguilera -Carolyna by Melanie C -Catch You by Sophie Ellis-Bextor -Chain Hang Low by Jibbs -Change by Sugababes -Changes by Gareth Gates -Charlotte by Air Traffic -Chasing Cars by Snow Patrol -Chelsea Dagger by The Fratellis -Clean Up Your Eyes by The Dykeenies -Closer by Travis -Clothes Off by Gym Class Heroes -Clumsy by Fergie -Con Te Partiro by Andrea Bocelli -Counting Down The Days by Sunfreakz Feat. Andrea Britton -Cowboy by Ch!pz -Crank That (Soulja Boy) by Soulja Boy Tell'em -Crash by Matt Willis -Crazy by Lumidee -Crazy by Gnarls Barkley -Crush Crush Crush by Paramore -Cry Over Me by Meat Loaf -Cupid's Chokehold by Gym Class Heroes feat. Patrick Stump -Curvy Cola Bottle Body by Chico -D.A.N.C.E. by Justice -Dance Tonight by Paul McCartney -Dancefloor by The Holloways -Dancing Lasha Tumbai by Verka Serduchka -Dare Me (Stupidisco) by Junior Jack feat. Shena -Dark Road by Annie Lennox -Delivery by Babyshambles -Desecration Smile by Red Hot Chili Peppers -Destination Calabria by Alex Gaudino feat. Crystal Waters -Different World by Iron Maiden -Do It by Nelly Furtado -Do It 2 Me by Cushh -Do It Again by The Chemical Brothers -Do It Well by Jennifer Lopez -Do It Yourself (Go Out And Get It) by Uniting Nations -Do They Know It's Christmas? by Band Aid -Do Without My Love by Nathan [UK] -Do You Know? (The Ping Pong Song) by Enrique Iglesias -Doing It Right by The Go! Team -Don't by Elvis Presley With The Jordanaires -Don't Dance by Midas -Don't Give It Up by Siobhan Donaghy -From 2000 to 2006 Kreidler studied composition with Mathias Spahlinger, electronic music with Orm Finnendahl and Mesias Maiguashca, and music theory with Eckehard Kiem at the University of Music Freiburg and at the Institute of Sonology (Computer Music) of the Koninklijk Conservatorium The Hague. He also studied philosophy and art history at the Albert-Ludwigs-Universität Freiburg. - -He works as a lecturer in music theory, ear training and electronic music at the Rostock Academy of Music and Theater, the Detmold Academy of Music, the Hanover University of Music and Drama and at the Hamburg University of Music and Drama. -His work/action Product Placements, which helped to discuss copyright and the level of creation in music, was widely spread. In a 33 second piece he processed 70,200 quotations of foreign works, all of which he submitted individually via forms to the GEMA (the German Buma Stemra). Eventually he was accompanied by numerous journalists with a small truck full of completed applications to the GEMA Directorate General in Berlin. A few cubic metres of printed matter were placed in the reception hall of the GEMA office. The system was therefore completely stuck. The minimal samples used (milli-seconds) are intended to test the credibility and effectiveness of the GEMA in relation to the digital reality. The music production is consciously located in a legal grey area, which has been greatly enlarged by digital technologies. If such a fraction can still be labelled as music, it can still be linked to the original and the performing artist in terms of financial compensation for use. - -This is close to his work Charts Music, in which he used the share prices of various companies to derive pitches. Besides the share prices, some other statistics were used, such as the number of American soldiers killed in Iraq. In this piece, too, reference is made to the borderline areas of copyright, and credits such as composers and copyright holders mention the respective companies instead of Kreidler himself. -For another work he commissioned composers from low-wage countries to plagiarize his own music for a commission for the Festival Klangwerkstatt Berlin. For much less money than Kreidler himself received as a commission, he had pieces ready for concert that were made for him in China and India. According to Kreidler, the action entitled Fremdarbeit is intended to focus attention on the themes of exploitation and authorship. -title:ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -time:Thu 29 Nov 2018 20:00hrs -location:VARIA, Rotterdam, NL - -publication: -title: Untitled Records -catalogue number: DOB 096 -artist: Ana Guedes - -description event: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -participating artists: -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics - -Ana Guedes her project UNTITLED RECORDS fits in our idea of finding new ways for composing. Her archival approach and its political and personal implication are the starting point of this work. Because she uses and record archive it finally almost turns out to be a DJ set. This 'other way' around to come to sound is an interesting phenomenon. Also the technical implementation of possibilities to program the record players is interesting regarding for example the idea of schematics as a score. --Ana Guedes is a multidisciplinary artist from Portugal who lives and works in The Hague. She works with sound, video, installation and performance. Her research focuses on the 'dialectic of tuning'. Within this framework she investigates the working of memory with the intention of recreating situations and thus evoking a 'presence'. Through subjective interpretations of the ability to instrumentalize objects, she creates catalysts for thinking and contemplation. Her project Untitled Records is a performative sound installation that interweaves historical and emotional narratives through the 'instrumentalisation' of a collection of vinyl records. An ensemble of Arduino-powered prepared record players is built as an instrumentation to make an intimate selection from a family archive of popular music. The records come from Angola, Portugal and Canada. - -UNTITLED RECORDS is a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. An ensemble of reimagined record players are instruments built to perform an intimate selection from a family archive of popular music : “..a set of records carefully shipped home from a country at war forty years ago”. -The vinyls were purchased in Angola, Portugal and Canada over a time span from the 60s to the early 80s and have travelled over three continents. -Stained by the passage of time, scratched, with their covers eaten by moths the records are signed and dated; they exist as passive witnesses of a displacement in time and space. - -Each date and signature is a coordinate, a clue in the reconstruction of a map tracing complex historical occurrences splitting into an infinite number of threads. -The multi arm record players with which several timelines can be played - from one single record to an ensemble of vinyls intertwine a juxtaposition of temporalities and imagined narratives trapped within the collection. -event title:TGC # 3 / MAT>NET>PU -participating artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB -date: Fri 24 Mar 2017 20:00hrs -location: DE PLAYER, Rotterdam - -description: WHY ? -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - -Tetra Gamma Circulaire was initiated in 2015 by DE PLAYER with the aim to become an experimental audio magazine series without any restrictions in appearance, style, and/or shape. TGC #3 fits right in. Concretely, TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. The first edition of TGC #3 is limited to just twelve copies, and its presentation at this event is augmented with works created and compiled by the XPUB students. Next to the presentation of TGC#3 we are also hosting exciting demonstrations and live sets from the sound makers and breakers described below. - -artists: WHO ? -* HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -* HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -* JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -* XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -We got in touch with Helga Jakobson her work through Bas van den Hurk who in that time was teaching at St Joost post graduate program in which Helga took part. Because of the fact that she was developing a machine which produces sound through the process of reading spider webs, Bas tipped her to contact DE PLAYER. We had an appointment and it was clear that this definitely got our interest and the decided to present her prototype at an event in which other more inventive ways of sound making were presented. Also the idea of a spider web as a score of course matched with the Pushing Scores project. Het Arachnes Sonifier got more and more developed and soon we will publish an album (DOB094) with the sound, images and conceptual information on our label.Helga Jakobson is a Canadian artist whose practice consists of exploring conditions of limbo, with a focus on death, time and the ephemeral. Often her research leads her to short-lived and organic material with which she develops new systems and methods for engagement. This takes shape by building digital interfaces; instrumentation used to explore, amplify and reflect what is barely visible, tangible or audible, while expressing the resonance and relationship between people, plants and organic matter. She presented her project entitled Arachnes Sonifier, in which she captures and makes audible spider webs. Her spider web record player (Arachnes Sonifier), which she developed for this purpose, is an instrument that plays, registers and converts a spider web into sound by means of light sensors. She passes on the notation she distils from this to music companies in order to come to performances. - -about her work considering Arachnes Sonifier: -Knowledge sharing across traditions has often taken place through oral mythology. Creation myths, such as in the Hopi and Navajo traditions, often centre around a Grandmother Spider figure who wove the night sky with her silk. There are spider figures in West African, Akan, and Caribbean myths personifying the spider as a trickster. In Japan there’s a focus on the lure of the spider, where it is sometimes likened to a prostitute. However, my favourite spider myth is from Greek mythology; that of Arachne who wove a tapestry better than Athena, the Goddess of weaving and war. Arachne challenged Athena, believing in the superiority of her own abilities and with the support of her community. During the competition, Athena wove a tapestry depicting all of the times mortals challenged the Gods and lost, while Arachne wove accounts of the many times Zeus had raped mortal women. After Arachne won the competition, Athena transformed her into a spider, and this is where the name for arachnids originates. Arachne, a disturber of the status quo, is thought of as one of the first feminist authors.  - -Using the material bequeathed to Arachne’s doomed progeny, I’ve been weaving a visual and sonic tapestry of my own, using digital technology to form new means of mythologizing and disseminating non-verbal experience. The sonification of spiderwebs asserts a reverence for the environment, the beauty of the ephemeral and loss. When the webs are harvested, my hand effects their original form. These webs then become a game of Cat’s Cradle of sorts between the spider and I, not quite a collaboration but rather more of an exercise in ongoingness and recognition of loss. The intact web will not exist long in the world, and with my interference; even less so. This strange, affective relay continues into the recording process which results in the interpreted sound of an interpreted web. These actions are complicated and tenuous, as most human relations with companion species are. The recordings I make of the webs are an act of commemoration, and as Myers and Husk propose; "This requires reading with our sense attuned to stories told in otherwise muted registers.” - -The idea of a graphic score, a readable gesture, aids in the playability/repeatability of a piece of music which through it’s repetition allows for exploration, interpretation and imagination. These spiders have laid out scores in the form of webs that are barely visible ephemera drifting between branches or street signs or windows and I long to understand them. They remind me of George Crumb’s circular compositions; minus the pen and paper. In actuality, they are visual representations of the spider’s consciousness (who can forget Dr Peter Witt’s experiments with drug use on spiders and their resulting webs).  A spiderweb is not only an illustration of a spider’s mental landscape, but an instrument it plucks and plays. These structures are scores and instruments unreadable/unplayable by humans, but interpretable through speculative fabulation, in the case of the recordings I create. - -The webs I’ve chosen for this publication were harvested in the fall of 2018, after the first snowfall in Winnipeg, Canada. To find them I searched through basements, and bars, and zoos, and homes, and parks; though I found the majority of them in a greenhouse where I teetered over cacti and lavender bushes to collect them. The process of finding them could be likened to trying to make the invisible visible. In searching; imagining where I would make a web, and then marvelling when I find it in the most unlikely place, which only enchants me further into the world of spiders and webs and mythology. They aren’t entirely in line with Darwinian structures after all, not serving a solely evolutionary purpose; unlikely structures vulnerable and more powerful in space and time.  -type of project: publication -title: ORE -catalogue number: DOB 092 -artist: BJ Nilsen - - -description: -This work by BJ Nilsen can be seen as an observing documentary and is related to time lapse filmmaking. In addition, it places itself in the tradition of electro acoustic music and 'musique concrète'; a French music movement that makes use of everyday sounds that are processed with the help of electronics into compositions and sound collages. - -From the Dark Ecology project of Sonic Acts, Amsterdam, BJ Nilsen has visited many mines and mining areas over time. As a sound artist he realized how much sound there is in the mining industry and began to think in sonic terms about its impact and meaning. What is the relationship between the sounds of mining and the community that surrounds it? Where does mining stop? How much influence does it have on a community? Over the years he has built up an extensive sound archive around this subject. Both in active mines and in the abandoned mines, buildings, surrounding areas and logistics locations in Finland, Sweden, the Netherlands, the Czech Republic, Russia and elsewhere. In it he found the fragility of mining processes and the impact that mining activities have on the population and their biotope and he also expanded his archive with all related logistic processes. In the final processing of the sound, he uses the facets of mining as different sound tracks. - -The composition follows a more or less linear path - starting with 'deep' time. This line is interrupted a few times and the different time periods work together and overlap. It is a mix of sound recordings made at different times. Sometimes recordings from four years ago are combined with more recent recordings. Thus different layers of time are presented, from slowly unfolding sounds that represent a deep geological time, to sounds of transport, to the kind of sounds that we recognize as science fiction to indicate the future. For example, mining is in the arctic zone and research and an asteroid mining law was adopted in Luxembourg in 2017 that gives companies ownership of what they extract from celestial bodies. The idea is that you find an asteroid that is really rich in some rare metal that we really need and that one can claim that. Of course, it only becomes interesting when the resources on earth are exhausted. - -For example, in the composition radio broadcasts from space are used as well as a recoding of the probe that has ended up on an asteroid. In this way the work creates a third space that belongs to the individual listener and that arises from the interaction between the original space and the imaginary space, created by the composition, the sound processing and the perception of the listener. -There is a small tribute to GRM (Groupe de recherches Musicales) in Paris and Pierre Henry which is directly related to iron ore. The 'musique concrète' as developed by Henry at GRM was made by magnetic tape. Some of the recordings were finally mixed in the studios of GRM. Magnetic tape was the medium of BJ Nilsen's youth. He had hundreds of cassette tapes, like many at the time. It made him realize how closely he was actually involved in the process of iron ore, and how his development as an artist was shaped thanks to iron ore. -Benny Nilsen approached us for his project ORE. We thought he would fit very well in the E-ARTHHA event with Douglas Kahn which we had planned. - -Douglas Kahn is Professor of Media and Innovation at the National Institute of Experimental Arts (NIEA), University of New South Wales, Sydney, and Professor Emeritus at the University of California, Davis, where he was the Founding Director of Technocultural Studies. He is known primarily for his writings on the use of sound in the avant-garde and experimental arts and music, and history and theory of the media arts. His writings have also been influential in the scholarly area of sound studies and the practical area of sound art. His best known book 'Noise, Water, Meat: A History of Sound in the Arts' was published by MIT Press in 1999. - -Currently Kahn is researching new interfaces and possibilities of sound composition, image and performance. He discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. - -That evening Kahn did some kind of improv session on the works of the three invited artists. ‘Mining’ BJ Nilsen, ‘Jazz’ Max Franklin and ‘Earthquake’ Aurelie Lierman. - -URL: https://www.deplayer.nl/events/22-june-e-arthha-douglas-kahn-bj-nilsen-aur-lie-lierman-max-franklin - -BJ Nilsen - - -‘In Ore different layers of time are overlapping, from the deep time of geology to the superfast time of our current economy and the future. For the record I used recordings from the iron ore processing plant in Kirkenes, both with the plant working and not working. When it was empty, I mapped out the building by recording it. You hear the room tones, pigeons flying around, doors flapping, and the sound of the town blending in. I used recordings from Pasvik, south of Kirkenes, where the rock is at least 2.9 billion years old. The north of Norway is one of the oldest rock formations in the world. It doesn’t relate directly to mining, but it extends the project to include geology, deep time and stone. Those recordings symbolise the stasis of time. The mountain just sits there. The sounds are environmental. I made field recordings in the winter, you hear ice crystals cracking because there was a layer of ice on the snow. I also went to Näätämö/Neiden and just over the border to Finland because it’s land of the Sámi, and I wanted to have that in. The Sámi have a lot of respect for nature. Throughout the landscape there are sacred stones that are very important to them. I also worked with stone as an instrument, striking and recording it. I did the same with coal. I made recordings of the sound of striking coal at the house of Hilde Methi, a curator who lives in Kirkenes. She still stores coal there in a small outhouse (called ‘kullbingen’). There are recordings from the harbour of Murmansk with the coal trains coming in from Kuzbass in southwestern Siberia. The next phase in the processing of iron is represented by recordings from inside the Tata Steel factories in Wijk aan Zee, 30 kilometers from Amsterdam. I also visited Most in the Czech Republic because there is a huge operational open pit mine. It’s not iron ore but lignite, ‘braunkohle’. It is vast scar in the landscape, and really an incredible place. The recordings I did in the former mining region of the Netherlands are again more environmental: the mine near Heerlen has been developed into a park and nature area. I’m very interested in the hidden layers and history the landscape. That’s why I wanted to have a thread about the regeneration of mining areas. I think it is important to explore the changes that the surrounding landscape and the mining site itself are undergoing, from active to closed, from contaminated landscape to re-vegetation. The future is represented through using radio emissions from space and a recoding from the probe that landed on the comet 67P/Churyumov–Gerasimenko. And then there are sounds used for seismic interferometry: the decoding of ambient seismic noise, micro earthquakes and also surface bound sounds. What I like about these recordings is that they already have been processed through the rock and soil and transposed into human hearing range.’ - -‘This mining work is tied directly to the computer age, itself an alchemic expression of man’s ingenious use of the earth. Modernity is made by the manipulation and transmutation of organic and synthetic materials through design and research. Without tantalum and niobium, there are no micro-capacitors; without gallium, no photovoltaics.’ -Source: http://www.newcriticals.com/deep-mining-deep-time/page-3 - -Mineral commodities used in mobile devices -Gallium (from bauxite), -Germanium (from sphalerite) -Graphite -Indium (from sphalerite) -Lithium (from amblygonite, petalite, lepidolite, spodumene) -Platinum -Potassium (from langbeinite, sylvite, and sylvinite) -Rare-earth elements (bastnäsite, loparite, monazite, xenotime) -Sand -Silicon (from quartz) -Silver (from argentite and tetrahedrite) -Tantalum (from columbite and tantalite) -Tin (from cassiterite) -Tungsten (from scheelite and wolframite) -Source: https://pubs.usgs.gov/gip/0167/gip167.pdf - -Chemical structure of the product of Sydvaranger mine, Kirkenes -Fe – 68% -SiO2 – 5.00 -Al2O3 – 0.30 -S – 0.08 -P – 0.01 -Mn – 0.05 -Na2O – 0.01 -K2O – 0.03 -CaO – 0.35 -MgO – 0.45 -H2O – 8.00 -Size of the product -over 0.15mm: less than 0.2% -0.053mm – 0.15mm: less than 20% -under 0.053mm: up to 80% - -Source: http://sydvarangergruve.no/produkt - - -‘In mining there are two types of waste. One is the waste you make to get to the ore. If you have a gold mine and the gold layer sits 50 metres below surface, you have to remove 50 metres of waste. The ore layer contains only a certain amount of the mineral that will bring you revenue. The ore goes to a processing plant and there you take out the tailings and the rest is the waste of your process. It can be a slurry, it may contain chemicals or poisonous materials so you have to contain it and treat and store it properly. Sometimes this can go horrible wrong. It is important for companies to manage this. More waste means more costs.’ -Interview with Marco Keersemaker, CITG, Technical University Delft, by Benny Nilsen, 2018. - -‘The composition follows a more or less linear path – starting with deep time. It just turned out that way, perhaps because that’s how we generally tend to structure material. But the chronology is interrupted a couple of times, and the different time planes are cut-up, they interact and overlap, because I mix sound recordings that were done at different times. In that way I present different layers of time, from slowly unfolding sounds that represent deep geological time, to sounds of transport, to the sort of sounds we recognise as science fiction to denote the future. The work creates a third space that belongs to the individual listener and which arises from the interaction between the original space and imaginary space, created through the composition and sound processing.’ - -‘We dig deep into the earth to get to layers of deep time, extract it and use the ancient material, in the case of coal, for electricity, for heating the house, commodities, to type a message on a phone. It’s absurd when you start to think about it. So much time is compressed in this material and it’s burned up in minutes. It’s not like wind or the sun, which give you immediate energy. It’s millions of years compressed into hard materials that are burned up, like coal, or painstakingly refined to yield useful metal. This ungraspable void of deep time fascinates me: the time compressed in iron ore, the coal that started billions of years ago as organic material, the gold flecked asteroid far away in space, or the more recent ‘slambanken’ in Kirkenes, a manmade landscape of unusable slag that might be mined in the future.’ - - -‘We trace out all the veins of the earth, and yet, living upon it, undermined as it is beneath our feet, are astonished that it should occasionally cleave asunder or tremble: as though, forsooth, these signs could be any other than expressions of the indignation felt by our sacred parent!’ -Pliny the Elder, Naturalis Historia, book XXXIII, 77, data.perseus.org/citations/urn:cts:latinLit:phi0978.phi001.perseus-eng1:33.1 - -‘If, as Novalis and many of his friends believed, stones, metals, and rock strata amount to transcriptions of the earth’s history, what better place to study that history than in the mines and caverns of the earth, where the entire record is preserved and exposed? At this point the ancient conception of mines and mountain caverns as places of lapidary activity encounters a a second folkoristic notion—that in the interior of mountains time stands still.’ -Theodore Ziolkowski, German Romanticism and Its Institutions, 1990, p.34. - -‘The slambanken is a totally artificial, man-made landscape that has formed because the waste of the iron ore processing was flushed into the fjord. It is a base of hard rock under the water with different layers of material. It is a playground for sedimentologists because you can see how land and deltas form. We did a study and tried to identify how thick the layer was in different areas. We took samples and ran them through the laboratory in order to identify how many tons of final concentrate we would be able to get out of the slambanken. When they were cleaning the old silos they flushed everything out into the slambanken. This was part of a test production of around 30.000 tons. We can see layers of hematite. It is not enough to make a mine plan, but enough to get a small cash flow. You have to take a boat to get there. We have a tunnel that leads there.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - - -‘You cannot talk about mining in the North without getting into the question what it means for the landscape, for the people and the animals living there, for the communities and the relations between all these. In a sense, you cannot not bring out those relations: how a society depends on mining and how it affects it.’ - -‘The sound of the mine was always present. It created a vacuum after it closed. When the mill was in full operation the only time when we woke up in the night was when the train was not going. We were living quite close to the railway, so when the train did not run we knew instantaneously that something had happened, either in the mine or in the mill.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - -‘I am drawn to the Arctic as a sound person because of its relative remoteness. The landscape is fairly untouched, it is scarsely populated, it’s desolate. The sounds of nature are not often interrupted by other sounds. Except for the mining, but that then is also why I find mining in the Arctic especially interesting. The relentless nature in the Arctic constantly reminds you that you are a human being and that you are nor really supposed to be there because the harshness of the environment might kill you. It’s good for the human psyche to be reminded of that. You can only survive there if you work with nature. If you work against it, it will kill you. The people in the Arctic have a lot of respect for nature, it forms them.’ - -‘The Arctic is changing quickly. If it goes on like it goes now, the ice will open up and it will not be so desolate anymore. That is quite scary. Will it mean that other places will become desolate instead, uninhabitable? What shifts will we see? What shifts happened in the past? Why did people in the past settle in an environment like this? Were they forced up North by circumstances? These questions are really haunting me.’ - -‘Far down in the Earth the rock is actually moving. Workers hear the rock talk, it crackles, it makes sounds, spits slivers. These can be an indicator that something is about to happen, the sounds tell something about the stability of the rock. Listening underground is like reading the environment. Geologists read the stone, but they also listen to it. By physically interacting with the stone you can determine what material it is. Different types of stone give different frequency readings. Geologists use seismic soundings to map out the resources in the earth. They put geophones in an array, and record the blast of a detonation underground. It gives them an image, a bit similar to sonar. It’s mostly really low sounds that you have to transpose up three times to get within human hearing range. In practice it’s quite mathematical, but it still it is part of the sound world too. Through soundwaves geologists are able to map what is underground.’ - -‘There is a little homage to GRM and Pierre Schaeffer on the record. For me it relates directly to iron ore in so far that the type of musique concrète and tape music developed at GRM was made possible by magnetic tape. I mixed part of the recording in the GRM studios in Paris where I was working on another acousmatic piece. Magnetic tape was the medium of my youth. I had hundreds of cassette tapes, mostly TDK. It made me recognise again how close we are to the source of ore, and how my development as an artist was shaped by iron ore.’ - -‘The iron ore is refined and filtered, making sure the pure magnetite comes out. Only a small percentage of the ore is iron, the rest is slag and waste. It is a process that somehow relates to my own artistic process. I’m always processing and refining my field recordings. I apply filters, use electronics. It’s a kind of sound alchemy. All to get to the desired result: the gold!’ -publication -title: Black Moon -catalogue number: DOB 096 -artist: John Duncan - -description: -Black Moon is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. Each signal was chosen for the resonance it evokes in the listener, later interwoven with other signals recorded from the same source for several days. The selection of sounds is done according to properties that lie outside the predictable controllable parameters in order to arrive at a complex multidimensional listening experience. By compactly interweaving the frequencies, a different image is created for the listener at each listening session because of the psycho-acoustic selections that take place at the listener. The record can thus be considered as a potential composition, which is performed by the listener himself through the aforementioned process. -John Duncan took part in our event at 5 October 2018. His background in performance and his multimedia and confrontational approach gives him full credits to be part of DE PLAYER its program. When we met we had discussions on several professional subjects and decided to realize a publication. The fact that the sound on the records is an everchanging piece because of the psycho acoustic effects, make the record more into a tool than a static recording. This approach can also be seen in the approach of the electronic voice phenomena (EVP) of Friedrich Jürgenson, a researcher who claimed to have detected voices of the dead hidden in radio static. Duncan’s also works sometimes together with Carl Michael Hausswolff who is an expert in EVP.John Duncan has been active for decades at the cutting edge of performances, video, experimental music, installation, pirate radio and television. He has played a central role in the development of performing arts in Los Angeles, experimental music as a member of LAFMS, Japanese noise and pirate radio in Tokyo. Duncan's work has a lasting influence on experimental music because his art is generally still refined and refined and he regularly collaborates with young artists. He is currently a sound designer at the art academy of Bologna, Italy. Since the beginning of his work, he has made extensive use of recorded sound. His music consists mainly of recordings of shortwave radio, field recordings and voice. - -In the mid-1980s Duncan began pirate radio and television broadcasting with his own custom-built portable channels, operating illegally from the roofs of apartment buildings in central Tokyo and from an abandoned American military hospital near Sagamihara. He also made periodic broadcasts from his own home. - -The medium of radio still plays a role in arriving at compositions. The publication Black Moon (DOB 096) is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. -event -title: ARCHIVING \ PUSHING SCORES -date:Thu 29 Nov 2018 20:00hrs -location: Varia, Rotterdam - -artists: VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN - -description: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -WHO ??? -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethicsWe know Varia as a community based initiative which combines several knowledge in the interdisciplinary filed of music, programming, publishing, hacking, social interventions, critical positions, etc. It is based in Rotterdam in the area were we operate. We knew some of its members and thought it would be nice and effective to approach them with a question of doing something with the archive of Pushing Scores. Instead of making a paintwork publication we wanted it to be more adventurous and in line with the concept of the project. - -To communicate the Pushing Scores to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. During an evening at the Varia collective, where Valentia Vuksic and Ana Guedes also played a live set and explained their work and backgrounds, Niek Hilkmann, who is part of the Varia team, presented his UNI (Universal Notation Ideal); a Pay2Print research into the simultaneous production and distribution of standardized graphic scores by means of an automatic machine. The UNI was developed by Niek Hilkmann and Joseph Knierzinger. It is a machine into which a coin is inserted and from which a score printed on a roll of paper is then delivered. It is based on a new notation system designed to help conceptual composers develop and exchange conceptual music in one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur earning his own income, the conditions of mechanized labor within the cultural industry and the associated ethics are investigated within this project. His presentation was a cross-over between a lecture and a demonstration. On the spot, the audience could activate the UNI. -Black MIDI is a music genre consisting of compositions that use MIDI files to create a song remix containing a large number of notes, typically in the thousands or millions, and sometimes billions. People who make black MIDIs are known as blackers. However, there are no specific criteria of what is considered "black"; as a result, finding an exact origin of black MIDI is impossible. - -DE PLAYER always has a strong interest in decoupling publising from a stereotypical understanding of making things public that comes from an historical and economical media constraint linked to the print, software, music, and film industries, and that has limited any form of meaningful explorative complementary or conflictual combinations between media in the field of cultural production. This not only counts for publishing but also for exploring new possibilities for the art practise in general. -Transformation of information is a fact that occurs during the process of composing and performing the compositions. In that sense there is never a perfect reproduction but always an interpretation. This is an interesting process in which boundaries can be explored and in which the idea of ​​'cracked media', whose performers challenge the intended effect of the technology and actively use alternative acts through subversive acts of abuse and misconception to generate results, is an interesting one. position. -Black MIDI is a beautiful example of how new technology / consumer electronics and its abuse leads to great new implications and applications. This one is pretty contemporary one and results in great imagery and sound. - -Origins and early history - -Though the two are unrelated in origin, the concept of impossible piano existed long before black MIDI, manifesting itself within Conlon Nancarrow's work involving player pianos where he punched holes in piano cards, creating extremely complex musical compositions in the same impossible, unplayable spirit of black MIDI. -Black MIDI was first employed in Shirasagi Yukki at Kuro Yuki Gohan's rendition of "U.N. Owen Was Her?", an extra boss theme from the Touhou Project shooter video game The Embodiment of Scarlet Devil. It was uploaded to the site Nico Nico Douga in 2009, and public awareness of Black MIDI started to spread from Japan to China and Korea in the following two years. In its beginning years, Black MIDIs were represented visually with traditional, two-stave piano sheet music,contained a number of notes only in the thousands. They were created with MIDI sequencers such as Music Studio Producer, and Singer Song Writer, and played through MIDI players such as MAMPlayer and Timidity++. The Black MIDI community in Japan vanished quickly because, according to Jason Nguyen (owner of the channel Gingeas), the group was “analogous to those TV shows where there’s a mysterious founder of a civilization that is not really known throughout the course of the show.” - -Popularity outside Japan - -The popularity of Black MIDI transitioned into Europe and the United States due to a video of a composition uploaded by Kakakakaito1998 in February 2011, and shortly thereafter, blackers from around the world began pushing limits of the style by making compositions with notes increasing into the millions and using an enormous number of colors and patterns to match the complexity of the notes. They also formed the sites Guide to Black MIDI and Official Black MIDI Wikia that introduced and set the norm of Black MIDI. -The first of these tracks to reach the million-note mark was that of “Necrofantasia” from Touhou Project video game Perfect Cherry Blossom, arranged by TheTrustedComputer. The end of the title of many Black MIDI videos displays how many notes are in the piece. The number of notes and file sizes that could be played back have grown with the rising amount of processing and 64-bit programs computers are able to handle, and while Black MIDIs of Japanese video game music and anime are still common, the genre has also begun spilling into modern-day pop songs, such as "Wrecking Ball" by Miley Cyrus. Despite this increased computer storage, there are still Black MIDI files that could cause an operating system to slow down. The two largest black MIDIs are "Armageddon v3" and "TheTrueEnd," both of which contain the maximum number of notes allowed in the MIDI standard (about 93 trillion). Due to the nature of their creation and their sheer size, they are unable to be played back and recorded. -English-language blackers have formed collaboration groups, such as the Black MIDI Team, where they make MIDI files and visuals together so they can be uploaded online sooner. Blackers around the world have used software such as Synthesia, FL Studio, SynthFont, Virtual MIDI Piano Keyboard, Piano From Above, MIDITrail, vanBasco Karaoke Player, MIDIPlayer (Java program), MAMPlayer, Music Studio Producer, Singer Song Writer, Tom's MIDI Player, TMIDI, and Timidity++ to create Black MIDIs. Some of them, like Jason, record the MIDI files at a slow tempo and then speed the footage in video-editing to avoid RAM and processing issues. - -Analysis and reception[edit] - -The term "black MIDI" is derived from how there are so many notes in each piece that the score would look nearly black (or would look really black) on traditional sheet music. According to California-based blacker TheTrustedComputer, black MIDI was intended as more of a remix style than an actual genre, and derived from the idea of "bullet hell" shoot 'em up games, which involved "so many bullets at a time your eyes can't keep up."[3] Black MIDI has also been considered the digital equivalent, as well as a response, to composer Conlon Nancarrow's use of the player piano which also involved experimenting with several thick notes to compose intricate pieces without hands. The Guide to Black MIDI, however, denies this influence: “We believe that references to Conlon Nancarrow and piano rolls are too deep and Black MIDI origins must be found in digital MIDI music world [sic]." -Black MIDI first received coverage by Michael Connor, a writer for the non-profit arts organization Rhizome, in September 2013, leading to attention from publications and bloggers including Aux, Gawker's Adrian Chen, Jason Kottke,[8] and The Verge. It has garnered acclaim from journalists, bloggers and electronic musicians, with many noting it as a distinctive and engaging genre thanks to how regular piano notes are combined to make new, abstract sounds not heard in many styles of music, as well as the visuals representing the notes. Hackaday's Elliot Williams spotlighted the style as ironic, given that the fast-paced arpeggios and "splatter-chords" that are developed with a restricted number of voices come together to make other tones that leads a piano sounding more like a chiptune and less like an actual piano. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location: SKAR office , Groot Handelsgebouw, Rotterdam - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA-STEMRA). The authority who controls copy right specifically for musicians. - -publication: -title: Spectral Arrows -catalogue number: DOB 065 -artist: Marco Fusinato -liverecordings by Gerben Kokmeijer -edited by Marco Fusinato - -description: -Stuttering live concret, wailing feedback, Xenakis-esque swarms of descending glissandi, abusive guitar wrangling, walls of harsh static on a double sided black vinyl containing edited sound from the live recording of Marco Fusinato his endurance performance Spectral Arrows for DE PLAYER at 18 May 2013 at Groothandelsgebouw, Rotterdam, The Netherlands - -Spectral Arrows is an ongoing series of long-duration performances for guitar and electronics. In Spectral Arrows, Fusinato arrives at the venue when it opens for business, sets up his equipment facing a wall and proceeds to play for the whole day until the end of business hours. Fusinato presents himself here in the guise of a worker, clocking on and unceremoniously clocking off at the end, refusing to allow the behind-the-scenes mystery of rehearsals and preparations to lend an aura to the performance, and affirming the deskilled ethos of his work. - -For the audience, the length of the performance frustrates the expectation of a manageable form, forcing all but the hardiest audience members to content themselves with only a fragment of the whole. Even for those who stick it out, the extended duration, like in the late works of Morton Feldman, destroys the listener’s ability to retain and assess the structure of the performance. Breaking with both the traditional form of the musical performance and, through Fusinato’s resolutely anti-social position facing away from the audience, the standard affective relationship between audience and performer, the sound of Spectral Arrows becomes a monumental aural sculpture, filling the space, not with steel or concrete, but with vibrations travelling through air. We got in touch with Marco Fusinato through our 8-INCH series. For this we published 8 inch records with artists and labels. One of these labels was Circle Records which had been running for a few years by John Nixon, Julian Dashper and Marc Fusinato. For the release event only John Nixon could be present. Julian unfortunately died at young age. Marco was primarily active as a visual artist. One of his projects is called Black Mass Implosion. In this project he appropriates scores of avant tgarde composers and connects each not with one arbitrary point on the horizon. This creates strong graphic works and partly blackens out the original score. From this perspective also his live performances can be considered as black mass implosions. Also because most of his work deals strongly with political issues we invited him for a performance in the event bnamed Music & Capitalism. He suggested to do an 8 hour performance in an official office building. On a Saturday from 09.00 to 17.00 hrs. When normally people are doing there office work now Marco played for 8 hrs in an empty office building. People were guided to the 8th floor into the directors room which was darkened with newspapers stacked on the windows. A huge PA was in the office blazing loud but very articulated. Good food and drinks were served. - -Marco Fusinato is a contemporary artist and musician whose work has taken the form of installation, photographic reproduction, performance and recording. His overall aesthetic project combines allegorical appropriation with an interest in the intensity of a gesture or event. As a musician, Fusinato explores the notion of noise as music, using the electric guitar and associated electronics to improvise intricate, wide-ranging and physically affecting frequencies. - -Marco Fusinato’s Mass Black Implosion series began in 2007. Serial in form, each work uses an existing cultural document – a 20th or 21st-century avant-garde music score – as the formal, material and conceptual basis for a set of actions or interventions. Specifically, working with facsimile sheets of the score, Fusinato draws lines from each note on the page to one chosen point. Where a composition comprises more than one sheet, these are then singularly framed and installed sequentially on the gallery wall, creating an extraordinary graphic rendering of the energy of aural compression and expansion. - -In these works, treated by Fusinato as propositions for new noise compositions, the qualities of each individual note and their relation to those around them are effectively compressed into a single point of intense concentration. This is the energy of implosion, which always infers at least the potential of its counter-energy in explosion, energy radiating out from the single point of origin. Fusinato’s intervention into the scores therefore visualises and proposes the possibility of a dialectical energy running through the original work that has a political dimension as much as an artistic one – a relentless propensity to both destruction and expressive creation in the single action, or in this case to the production of noise. - -Thu 17 Mar 2016 19:00hrs -@Witte de With, Rotterdam -TUNING – DETUNING / NOTING – DENOTING -with YANN GOURDON, RAFAËL ROZENDAAL, FLORIS VAN HOOF, JUSTIN BENNETT, REMCO VAN BLADEL A.O. - -Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ - Graphic Design. - - -Thu 09 Feb 2017 12:00hrs - Sun 12 Feb 2017 18:00hrs -@ART Rotterdam / Van Nelle Fabriek, Rotterdam -PU-SHI-NG-SCO-RES AT ART ROTTERDAM - -For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -Fri 20 Jan 2017 20:00hrs -@DE PLAYER, Rotterdam -PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER - -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - - -Fri 24 Mar 2017 20:00hrs -@DE PLAYER, Rotterdam -TGC # 3 / MAT>NET>PU - WITH JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB - - -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -Sun 15 Oct 2017 15:00hrs -@Pinkie Bowtie, Antwerp - -TGC#3 @ PINKIE BOWTIE// AN INFORMATIVE FLOPPY SESSION - -Tetra Gamma Circulaire #3 is travelling now as an open floppy platform. First station is at Pinkie Bowtie Antwerp where we will introduce the TGC#3 in its entity as an unknown music magazine and point out its specific features by demonstrating the floppy works which are already in the collection. By travelling with TGC#3 we aim to expand the floppy collection of it and focus on experimental ways of publishing. For the Pinkie Bowtie session we invited Antwerp related artists to contribute to the project. So far Evelin Brosi. AMVK and JODI will show up to get informed on matters and will start to produce their floppy for the collection from there. The meeting is open for public who is interested in experimental ways of publishing or just like to hang out in a ambiance of artistic nouveauté. - - -Fri 12 Jan 2018 20:30hrs -@Paradiso, Amsterdam -PARA-PHONIC POLY-DISO BY REMCO VAN BLADEL AT PARADISO AMSTERDAM - - -This day the work 'Para-phonic Poly-diso' will be launched at The Small Museum of Paradiso, Amsterdam. 'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. This work, developed for the Small Museum project of Paradiso, is part of Pushing the Score; a research project by DE PLAYER i.c.w. Remco van Bladel about the current state and potential of the concept of 'graphical score'. The voice for this work is by Laetitia Saedier of Stereolab. - - -Sat, 14 & Sun. 15 April 2018 -DE PLAYER presents ‘Greatest Hits’ - -A solo exhibition by Matthieu Reijnoudt curated by Willem de Haan -Location: corner of Maashaven Oostzijde and Brieselaan, next to metrostation Maashaven -‘Greatest Hits’ is an exhibition based on 25 hand drawn scores by Matthieu Reijnoudt. His best ones. Thirteen of these scores will be on show on the billboards underneath Maashaven Metrostation. Just so you can see them day and night, for about three weeks long. The complete selection of scores is published in a music book. The entire music book will be performed three times during the South Explorer weekend. For every performance a different instrument has been selected. - - -Fri 22 Jun 2018 20:30hrs -@DE PLAYER, Rotterdam -E-ARTHHA WITH DOUGLAS KAHN, BJ NILSEN, AURÉLIE LIERMAN, MAX FRANKLIN - -As you know, there are those evenings after which the sun rises differently. The E-ARTHHA event is about the search for new interfaces and possibilities of sound composition, image and performance. In his lecture, Douglas Kahn discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. Coming from different biotopes, our other guests will all have different points of departure for their performances. - - -Thu 29 Nov 2018 20:00hrs -@VARIA, Rotterdam -ARCHIVING PUSHING THE SCORE WITH VARIA, VALENTINA VUKSIC, ANA GUEDES, NIEK HILKMANN AND MORE - - -On this evening we focus on archiving our Pushing the Score project. This project on the nowadays meaning of the 'graphic score' has been running the last 2-3 years. -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? -Experimental Jetset (nl) -Davide Mosconi (it) - -DUPAC (int) -Studio Moniker (nl) - -Cold Void [Rafaël Rozendaal/Luuk Bouwman] (nl) - -Telcosystems (nl) -Floris Vanhoof (be) - -Rafaël Rozendaal (nl) - -Valentina Vuksic (ch) -Ana Guedes (pt) - -Helga Jakobson (can) -Niek Hilkmann (nl) -Varia (nl) -John Duncan (us) -Johannes Kreidler (de) -Jörg Piringer (at) -BJ Nilsen (se) -Douglas Kahn (us) -Aurélie Lierman (be) - -Max Franklin (au) -Remco van Bladel (nl) - -Johannes Bergmark (se) - -Hiele Martens (be) -Vaast Colson (be) -Peter Fengler (nl) -Florian Cramer (de/nl) -Julia Buennagel (de) -Derek Holzer (us) -JODI (nl) - -Anne-Mie Van Kerckhoven (be) -Evelin Brosi (be) -Yann Goudron (fr) -Charlemagne Palestine (be) -Matthieu Reijnoudt (nl) -Willem de Haan (nl) -Rowan van As (nl) - -Vos van der Noordt (nl) -Julia Reinhold (nl) -studenten XPUB PZI, Rotterdam [Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg] - -studenten Artez Fine arts & Graphic Design, Arnhem -studenten Fontys Academie, Tilburg -Witte de With CCA, Rotterdam -Pinkie Bowtie, Antwerpen -Art Rotterdam - Paradiso, Amsterdam - WORM, Rotterdam - South Explorer, Rotterdam - Technische Universiteit van Enschede -Pushing Scores is a two-year artistic research project, initiated by DE PLAYER and graphic designer Remco van Bladel. -Throughout 2016 and 2018, this project will research the phenomenon of notation and the graphic representation of music. -It unfolds through a nomadic program which includes the creation of newly commissioned artworks and public events that addres scontemporary questions and issues in this particular field. -Graphic scores and notation have a long history, dating back to the tenth century, when the Gregorian chants of the scola cantorum were already being conducted through the writing of signs in the air. Later on this developed into the type of musical notation we are familiar with in Western music. In the early- and mid-twentieth century, the abstract developments in the visual arts played a vital role in new approaches to the question of music notation and contemporary avant-garde music. This continues to question the representation of sound in media; so what is the current state of the graphic score? - -Throughout the project, Jacques Attali’s book ‘Noise: The Political Economy of Music’ will function as a reference and inspirational guide; “pushing the score” in search of its current potential. It will seek concepts and configurations that produce new, previously unknown, relationships in the field of sound, visual arts, and performance. The discursive program for 2016–2017 will include lectures, presentations of newly commissioned artworks, concert evenings, and workshops. - -Pushing the Score is a project researching graphic notation, based on a desire to update this form of music and sound notation for the 21^st century. Starting from the motto ‘from Cage to JODI and beyond’ and from the avant-garde music and sound art of the 20^th century, the project researches new audio-visual languages, media and functions of graphic notation in a contemporary context characterised by a fundamental transformation of sound culture and visual culture. A number of specific themes will be initiated, developed and presented in the context of a public research programme in collaboration with artists, designers and various cultural organisations such as the Piet Zwart Institute, the Witte de With Center for Contemporary Art, and Sonic Acts. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, -theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -The incentive for this project is the belief that graphic notation in 20^th -century avant-garde music and sound art constitutes an important, still radically innovative but wrongfully marginalised form, which can play a key role in the development of new audio-visual languages and media. Our ambition, and that of our collaborating partners, is to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come. -Concrete object with floppydrive, local wifi station and diverse electronic applications - edition 12 pieces. -TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. -TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. -Made of concrete as a body, an internal stand alone wifi station enables you to get in touch with the content of this floppyesk magazine. - -URL: https://www.deplayer.nl/releases/tetra-gamma-circulaire-3 -creation date: 24/03/2017 -publication title:Tetra Gamma Circulaire #3 -catalogue number: DOB 084 -artists: Piet Zwart Institute XPUB, DE PLAYER, Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg -Description: Tetra Gamma Circulaire (TGC) [an unknown audio magazine] -DE PLAYER was asked by XPUB of Piet Zwart Institute to do a seminar during a 3 month period with their students. We proposed them to make a publication in our Tetra Gamma Circulaire. This is a magazine without any format and meant to be developed each time. We worked around the idea of Pushing Scores. each student had to develop its own project around the proces of making a score. All these scores had to come together in one magazine/object. The restriction was made that the scores had to be presented on floppy disc. This was to limit possibilities and also to unite the format. The result is a mix of several media. All comes together in a designed concrete object. “feed Flintstone meets 21st century”. A Raspberry Pi is the core which is programmed for several applications. Besides that there is a floppy drive, speakers, audio input, a camera, touchpads, LED light. - - - -Presentation of PRINCIPIUM 2.0 (DOB 073) in Stadslimiet Antwerp. The installation setup contains 6 of 12 releases of PRINCIPIUM 2.0. During the performance which took, several hours visitors could freely join, listen and ask questions to the artist, Remörk aka Kris Delacourt. - -Type of object: event -title:Principium 2.0 -date: 2 July 2017 -location: Stadslimiet Antwerp -artist: Remörk, Kris Delacourt -type of object: event -title: TUNING – DETUNING / NOTING – DENOTING -date: 17 March 2017 -location: Witte de With CCA, Rotterdam - -artists: Yann Gourdon, Floris van Hoof, Rafaël Rozendaal, Remco van Bladel - -Description: Can a tune be translated into an image? Can the “detuning” of music generate new ways of thinking about the relation between sound and scripture? The notation of sound has a long and varied history, from Gregorian chants conducted following signs written in the air to the standard notation of western music we know today, and the possibilities offered by new computer technologies. The program includes performances by Yann Gourdon and Floris van Hoof, works by Rafaël Rozendaal and a reading by Remco van Bladel. Next to that there will be graphic works by students of ArtEZ Arnhem - Graphic Design. - -WHY??? -* Moving back and forth between sound and scripture, this evening consists of experimental performances and short lectures, with a special focus on Charlemagne Palestine’s visual renderings of sound included in his exhibition “GesammttkkunnsttMeshuggahhLaandtttt” at Witte de With CCA in Rotterdam. - -WHO??? -YANN GOURDON (fr) -Hurdy-gurdy player, composer, and sound artist Yann Gourdon looks at vibratory fields and sound perception as a medium. He focuses mainly on acoustic phenomena that have a dynamic relationship with their environment. Every aspect of his work deals with quality of sound. It's not a matter of an event between spectators and a musician, it's 'a space to submit to a process. - -http://ygourdon.net/ - -RAFAËL ROZENDAAL (nl) A visual artist who uses the internet as his canvas. These works deal with continuïty and an endless accessibility. Visual and audio intensified perceptions in a specific space. His websites attract a large audience of over 40 million unique visits per year. His artistic practice consists of websites, installations, lenticulars, lectures and haiku. -http://www.slowempty.com/ -http://www.newrafael.com - -FLORIS VANHOOF (be) -Filmmaker & musician from Belgium. Connecting his many worlds, ideas and influences into highly personal live performances and recordings, Floris Vanhoof keeps on amazing people here and abroad. For this event he will work with filmscreening and synthesizer which he influences with his brainwaves. -http://endlesswebsite.blogspot.nl/ - -JUSTIN BENNETT (uk) is an artist working with sound and visual media. The everyday sound of our urban surroundings at every level of detail is the focus of his work where he develops the reciprocity of music and architecture, and sound and image. -http://www.bmbcon.demon.nl/justin/ - -REMCO VAN BLADEL (nl) -Amsterdam based graphic designer, and co-founder of noise band/art collective Sonido Gris. He is also an art book publisher ('Onomatopee', 'WdW Review'). His studio work focusses on editorial book design, publishing projects, curatorial projects, institutional identities, interactive applications and websites. -He is a typography and graphic design tutor at ArtEZ — Art and Design, Arnhem and is a frequent guest teacher at art schools throughout the Netherlands and abroad. -http://www.remcovanbladel.nl/ -We were discussing several projects and possibilities of cooperation with Defne Ayas and Samuel Saelmakers of Witte de With CCA when they asked us to cooperate in the exhibition “GesammttkkunnsttMeshuggahhLaandtttt” by organizing a live event. I knew the work of Charlemagne and we have met already in earlier events so it was clear we could do something that makes sense. As a composer, funnily enough, Charlemagne hardly uses any scores. Nevertheless, he showed me some books he once made in New York of which he said that those ones are to be seen as musical scores. They are cheap dummy books on which he poured ink in several colors. The ink was absorbed by the books and after drying it had become pieces which turned out to be a serie of morphing colors by each page turn. These books were the starting point of curating the event which we fitted in our Pushing Scores project. Yann Gourdon was asked to do a hurry curdy noisette while these books were being projected page by page on the wall. Rafael Rozendaal showed his web work ‘Slow Empty’, which functioned as a real clockwork for the event. Floris VanHoof played a set in which he used his brainwaves to influence his synthesizer sounds combining it with projection and laserbeam. -Justin Bennet showed his project Shot Gun Architecture and remco van Bladel introduced our project Pushing Scores by doing a reading on historical en contemporary graphic scores and the concepts behind it. -Type of object: Publication -catalogue number: DOB 079 -date: 09/09/2016 - -Project title:"Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier' - -artist: Vaast Colson - -Description: Presented at WIELS Art Book fair 2016 was this live made copy zine named "Carlson invents, Colson presents: 99 spines produced on a modified Canon IR2016 copy machine" by Vaast Colson. Produced on a 'prepared copier'. The copy machine is amplified by several internal microphones by which the sound of every run is recorded. Each copy-run of 99 copies (the maximum run of the machine) on transparent foil will be accompanied by a foil cover with the dub cut audiofile in it. The image copied in the zine is a drawing which is engraved in the glassplate of the copy machine. - -URL:https://www.deplayer.nl/releases/dob079 - - - -Vaast Colson we know already for quite a while as an interesting artist. Because his work is pretty conceptual, you could say that there is always a strategy (call it a score) which works as a framework behind his artistic output. This can be a performance , object, book or whatever. We worked with Kris delacourt on Principium 2.0 which is a reinterpretation of Colson his work Principium and asked Colson also to work on a sound publication with him. He came up with this idea of the Xerox copier which makes in a run the audio, the booklet as well as the printed image. This printing run is to be seen as the performative action. It is a complex work as well as that it is simple in its final execution. - - - - -Colson belongs to a younger generation of Antwerp artists who could be called ‘post-ironic’. These artists don’t shy away from the big questions revolving around the place and role of the artist in society and the world around them. Colson's works examine core questions: what power does art have to change us and our society, what emotions and ethical choices guide an artist in a process of continuous change? From a spontaneous and rather naive approach to art and performance, Colson wants to shape his ideas. He opens up the artistic field and explores what is happening in the art world. Everything he undertakes can thus be considered as artistic intervention. - -In his work, Colson constantly questions the relationship with the audience and is also strongly interested in mythology, and by the authentic (or not) mystique of the artist's existence, which he usually explores in his performances. The process is always important, but the end result, which is variable for Colson and influenced by the context, is an important part of his work. - -In addition, Colson explores the commercial side of the art world and the economic consequences of artistry. His works, which are regularly made in situ, are often difficult to sell. The commercial potential and the associated value assessment are problematic for Colson. The making of editions can be understood in this context. - - - -Type of object: release -title: PRINCIPIUM 2.0 -catalog number: DOB073 - -Description: This release has a shifting one-note drone (i believe I used D, F#, A, G#) that gets turned on and off by a magnetic sensor. the magnets for the sensor ride on top of the record players platter and could be placed freely to make your own patterns. The final installation will have all 12 separate pieces, a complete octave. This piece is based on a question. Vaast Colson asked Remörk to reinterpret his work 'Principium’, which was a joyful (but strictly ruled) play with sticky color dots. Principium 1.0 appeared as a hacked synth reduced to a single octave, to be played with magnets on a colorful playing field, parallelling the same patterns. Principium 2.0 comes as 12 records, also with this magnetic application, also following very elementary rules - some old, some new. All 12 records together form the complete set which 1 'game' needs. Join the community. - -Author: Kris Delacourt, Remörk, DE PLAYER - -URL: https://www.deplayer.nl/releases/principium-20 -We first got in touch with Principium 1.0. Kris Delacourt (Remörk) made a modified Casio keyboard as a reinterpretation of Vaast Colson his work Principium. We showed this piece of Remark at the ART Rotterdam and than I asked Kris if he was willing to make a publication of it. Meaning a record. He was ok with it but i took a long time. Nevertheless finally we fine-tuned concepts and decided not to go for recordings but to embed the concept of Principium into a record and a music tool in one Principium 2.0. This was quite a proces but ended up in a beautiful limited edition of 12 pieces. Developed and designed in good cooperation between Kris and the team of DE PLAYER. It was presented in Stadslimiet Antwerp, Belgium as an installation piece at 2 July 2015. -Funny things is that after the presentation in Stadslimiet the recordings of this 8 hours performance were edited back to a 12” vinyl record which has been released on Ultra Eczema label shortly after. - -Principium comes from the title of a project by Vaast Colson. Colson used tiny paper sticker dots, the kind that most art galleries use to denote which works in a show have been sold. Office material; those colourful little dots. -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. All pretty nonsensical in a way but really beautiful in its result, and quite fragile. Abstract poetry. - -Colson asked some artist to make reinterpretations of the works and from that perspective there was an idea to use them as a music score. - -There are two booklets Colson made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that Kris Delacourt was so intrigued by the leftover sticker sheets, with their 8x12 grid that they just screamed ‘SEQUENCER!’, to him, so he went to design Principium part 1. A magnetic board with the same field as the sticker sheets which he activated with magnets as a synthesizer. The first version was a modified Casio keyboard. He reduced the number of keys to twelve, and added a magnetic sequencer board to it. The idea is to put white magnets on top of the coloured dots to kind of blank them out. The sequencer controller is a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. - -For Principium 2 the DOB073 piece is another step in the principle of Pricipoium. As for Delacourt didn’t just want to publish a record with recordings of the Principium 1 he decided to transpose the idea onto a prepared record player using magnets and a specific device… - -http://www.psychedelicbabymag.com/2016/08/remork-aka-kris-delacourt.html - - -This is an interview on Kris delacourt (Remörk) his practices and the Principium story. The interview was made after showcasing the Principium 2.0 in an installation setting at Stadslimiet at - ->I’ve been following the principium story on your blog, which goes back to the summer of 2012, so four years ago. Short version: first it was a one octave Casio keyboard, then it became 12 10" records, then it became an 8 hour performance and eventually now a 12" LP. This is the short version, can you give me the full story?  - --Kris Delacourt: Well actually, it started out as an artwork, or rather a series of artworks. At least that’s where the initial form and the name came from. - -The works are by a friend of mine, the Belgian artist Vaast Colson. He made these beautiful pieces where he used tiny paper sticker dots, you know the ones, the kind that most art galleries use to denote which works in a show have been sold. Office material really, those colourful little dots.  -What he did was draw a bunch of random lines across the sticker sheets, and since there’s 8x12 stickers on a sheet you end up with stickers with tiny line segments on them. Line segments he reassembled into new shapes and new lines. It’s all pretty nonsensical in a way I guess, especially if you try to put something like that into words, but it’s also really beautiful, and quite fragile. Don’t know, it just rang poetic to me. - -Anyway, Vaast was putting together a show where other people would do reinterpretations of some of his works, and around the same time we had a nice chat about alternative musical scores, graphic scores and what not. And at a certain point he went something like: ‘I’ve made some work that might be interesting to use as a score, would you be up for it?’. So he showed me the two booklets he made with the Principium series - reproductions of each used sticker sheets and the result. The funny thing was that he thought his resulting collages would be nice to use as scores - and they probably would be, it’s just that I was so intrigued by the leftover sticker sheets, with their 8x12 grid that just scream ‘SEQUENCER!’, that I went that way. -And the first version was indeed a modified Casio keyboard. I reduced the number of keys to twelve, and added a magnetic sequencer board to it. It’s an iron board, it has the same visuals as the sticker sheets, and the idea is to put white magnets on top of the coloured dots to kind of blank them out, so you end up with something analogous to taking a sticker off the sheet - a white space in a field of colour. I don’t know if I need to go into too much technical detail, but the sequencer controller is just a reed switch matrix that, when a magnet is present, allow step pulses to pass to digital switches that bridge the original Casio keys. -I was really happy with the results, and especially with the fact that it’s so inviting towards an audience. It looks like a game of four-in-a-row, totally appealing to get your hands on it. And I never gave it that much thought, but the fact that when you stick magnets somewhere, it makes a musical phrase - I guess to some people that would be wizardry, hah.  - -The next step was when Peter Fengler of DEPLAYER/DOB records said he wanted to do a record with the Casio version. And I really like it when people are enthusiastic, so I said yes, obviously. But there were several reasons for me to hold back a little on the idea. Well, a little, two years, actually. First is that the Casio version really works best through audience interaction - people moving magnets around, changing the sounds on the keyboard and so on. It’s meant to be in a continued state of flux. The idea of just me making a record totally ignores that, to me it turns it into something really static and rigid. Now Peter is really nice guy, and clever at that, and I guess he understood my doubts. So we discussed other possibilities, like capturing a live performance, possibly even cutting records on the fly with his vinyl lathe, so you end up with all different records.. now DOB records have put out some crazy releases, really pushing the boundaries of what can be done with the medium of vinyl. For example, there’s this box set which has records that have built-in radio transmitters, records with impossible shapes where you need to turn the stylus of your record player upside down, shit like that. Really great stuff. And I don’t know, maybe a part of me wanted to be a part of that, more than just doing a ‘recording’. Just recording the Casio would definitely have been one of the safer, more boring options. I just felt like making another interpretation of an existing piece, instead of merely documenting it. - -Meanwhile I had been toying around with leftover magnets and magnetic sensors, sticking magnets to a metal turntable platter and using the sensors to switch audio on and off, sort of like a programmable tremolo. Well, pattern programmable, but at a fixed speed. So we put two and two together, and ended up doing twelve 10” lathe cuts, that came in a box with those electronic switches, 8 magnets each as based on the original grid, and a 12” metal platter to go under the 10” to stick the magnets to. -And because I couldn’t make up my mind about what sounds to record from the Casio, I ended up not recording the Casio at all. I decided to stop worrying, which after two years of doubting might not be such a bad thing, and did a 10 minute improvised recording on organ and MS20, playing only C notes. I played around with filtering and octaves, because during testing we’d found that if we used slowly evolving records, the results were a lot more interesting. If we just used test tones, so to speak, you end up with something close to morse code. Also nice, but not really musical. And I don’t mind a good concept now and then, but I guess I’m too much of a musician, so I went for what was more appealing to me musically. That same 10 minute piece then was sped up for the other notes, going up in pitch and becoming shorter for each record. So the C note runs for 10 minutes, the B note is something like 5 minutes 20. Which also makes for much more interesting overlaps when played together. I guess I do tend to overthink things, hah. Peter did a great job cutting the vinyl in coloured perspex, with colours matching the paper stickers. And an honourable mention to Koos of DOB who did an amazing job on designing the packaging. - -Vaast and Dennis Tyfus of Ultra Eczema run a space in Antwerp together called Stadslimiet, and that’s where we had the record presentation. Peter brought 6 record players, matching the 6 colours of the vinyl nicely - 2 notes each. And since I’m a sucker for random scores, I wrote myself a score generator in PureData with tons of random functions. Basically, the program decided for me which records to play, whether to repeat them or not when they were finished, whether to leave the turntable empty, whether the electronics should punch holes in the sound when a magnet was detected or the opposite, how may magnets on each turntable, and playback volume. The only thing I had any control over was where to put the magnets, determining the rhythm. And since all the records have different lengths, it ended up being one long shifting overlapping piece. I followed that score for 8 hours straight. Funny thing was that we’d agreed to let it run until 23h, and at about two minutes to eleven I got the first ever instruction to leave all the turntables empty. End of piece. That was an amazing moment. - -After that, Dennis asked me if I wanted to do a release of the recordings. I think initially he wanted to do a tape. So I went through 8 hours of recordings, selecting bits that I liked and that I thought would be interesting enough to listen to as pieces in their own right, and not just as part of this monster performance. I think the idea to make a vinyl record came after Dennis heard some of the selections and thought they shouldn’t be out on tape but on vinyl instead. So that’s what happened. - ->Is this LP the final version of this project, or do you see it even evolve into next stages? - --Oh, I think it’s definitely something that’s still evolving. I can still see unexplored possibilities there - as an installation, or as a truly playable musical instrument, and even those two do not have to be mutually exclusive. There’s something appealing in using a single octave as a building block, there’s something appealing in the number 12 even, there’s the appeal of building instruments.. I don’t think I’ve quite finished with it, no.  - ->Dennis said you were not really keen on doing this record at first. Why so? What was the problem? Was one of your fears that, by making it into a 12", you would have to bring this project to a final version?  - --Not really, at least not in this case. I guess that fear was much more of an issue with DOB records. Recording the Casio felt too definitive at the time.  -But now, having made that 12-vinyl version, and having done a performance that worked quite well, I didn’t mind starting from what is essentially the documentation of a past event. Also because I really am convinced that this is just one more step in something that can keep going, that it doesn’t have to be final. I guess my main fear was that cutting chunks out of a much larger whole, you risk losing the context - and I’m still not sure what this record sounds like to people that weren’t there. I know it’s not a final version, but it is a version nonetheless, and I want all versions to be of a certain quality. I thought it worked really well as a performance, but I wanted to make sure it was good enough to be a record. - ->Bringing an 8 hour performance back to an album format seems like a hell of a job. How do you do that? How do you decide which parts 'work' on an album, and which don't? - --You do it in short sessions, hah. The thing is, all 8 hours have the turntables spinning at 33 rpm, so the basic underlying tempo never changes. That’s quite brutal to listen to in concentration, to be honest. It took me about two months to sit through all eight hours, and put markers and comments with bits I liked more than others. Sometimes because of harmonic information, notes that work well together, sometimes of rhythms that worked well, etc. So you end up with a first rough selection. And then you go through that selection again. And so on, until you really narrow it down. -Of course, because the basic tempo is the same, it would have been relatively easy to start editing, splicing things together. But to be honest I've never even considered that - 8 hours of material and endless editing possibilities, that’s a nightmare.. the decision to have straight up documentation, just select bits instead of editing them some more, really made the selection process easier. If something was interesting for a while, but didn’t stay interesting, it had to go. I think I ended up with five or six pieces that I though could hold their own on a record, four of which made the final cut. - ->Do you think that, by bringing it back to an LP, you're making it easier for the listener? Were there people who actually listened to the whole 8 hour performance? Do you think that listening to an 8 hour performance demands another kind of concentration from the listener than listening to an LP?  - --There were some people there that sat through the whole thing, yes. But I’m not sure if it is at all possible to listen with concentration to 8 hours of something like this. And that was never the question either. It was continually shifting, so it didn’t really have a beginning or an end - you could drop in any time you liked. But it was pretty intense, so yes, this record is probably the light version. Still, not sure if it is easy listening at all, although I think it has a beauty of it’s own. - ->Weren't you afraid at some point that this whole idea would grow over your head, that it would become too complicated, too smart, too conceptual?  - --I guess there was the point where I decided to just do a 10 minute organ improv, that was a bit of a turning point. I could have gone for something more ‘correct’ in terms of concept - I don’t know, pure sine waves or something. The improv might be one of the major flaws, actually, conceptually speaking. But I really needed a break from thinking it over and just do something... plus, it adds a much needed layer of spontaneity that works beautifully, not in the least musically, so no regrets. I like working with concepts a lot, as a starting point, but I’m also interested enough in the results to loosen up the concept if I feel it’s needed. - ->I could say that the 10" records were vinyl records as a tool, and that this LP is a vinyl record as a product. What you think about this statement? How do you look at the function a piece of vinyl can have?  - --The 10” records have all been sold as well, so they’re somewhere on middle ground - they were intended as a release, and therefore a product, just as well.  -But they do form one big piece, and as far as final forms go, I guess you could consider that performance the final form of that particular piece. That’s also purely pragmatical: now they’ve all been sold, it’s going to be very difficult to get all 12 of them together again for a second performance. It really was a one time event, with the vinyls as a tool, yes. Of course, taking what is essentially a reproduction medium, and turning it into something of an instrument in it’s own right again, that’s nothing new.. think hip hop, turntablism, even things like the mellotron did that. But it’s still a relevant idea to me, this kind of creative misuse. - ->You release this album as a Remörk album, but there were more people involved in this project than just you: there's Vaast Colson, Peter Flenger and Dennis Tyfus too. So do you see this album as a solo record or as a collaboration?   - --I do look at it as a solo thing. You know, the music on the record came from a performance I did, based on a concept I came up with. Now, I never would have though it up if it weren’t for Vaasts initial invitation, or for Peter’s asking me to do a record, or Dennis wanting to present it in Antwerp, that whole chain reaction, so in that way it’s definitely the result of collaborating with all those people. But Vaast for instance refuses to regard it as his doing. He always stressed, right from the start, that any interpretation I gave of his work was no longer his work. And I follow that. They’re just new pieces in their own right.  -Peter and Koos asked me to do a record because they run a record label and they want to release stuff they think is interesting. That’s awesome, and I’m flattered to be a part of that, but in a way it’s also what record labels are supposed to be doing, no? We worked on the packaging together, and it looks amazing because of them. But musically, I still feel it’s my work. And the same goes for this record on Ultra Eczema: I have to say I’m really happy we finally got an Ultra Eczema release together, it’s something Dennis had been asking for for quite some time... he’d actually given up asking. But now with this thing it just seemed to fall into place perfectly.  - ->When Joseph Beuys was asked why he hated the term 'conceptual art', he said: "Because a concept, an idea is a starting point, not a final form. If you stick to the concept, you miss out on the creative aspect, which should be the most important part. Otherwise you're not an artist. Art is not pinning things down. Art is letting things go, let it flow". Does this sound recognisable to you? And how would you relate this quote to your LP? - --Not having to execute ideas into a physical and therefore flawed final form was the whole point of conceptual art, no? The notion that an idea can be just as valid and just as creative as its execution.. but anyway.  -I for myself am always glad if I manage to turn an idea into a physical form. Did I mention I tend to overthink things? So I don’t think I belong in the conceptual art section. But then, I don’t fully agree that you miss out on creativity by sticking to a concept. Coming up with a concept can be as much a creative process. And sometimes, by sticking to it, you end up with the most unexpected results - adhering to rules you impose on yourself makes you do stuff you would never have decided for yourself. It can make you go against your natural inclinations, which does not always have to be a bad thing. It can free you from repeating yourself, from your own mannerisms. That’s just another way of letting things go, of giving up control.  - ->The Ultra Eczema site refers to this record as your debut LP. Does it feel like that for you too: as your first 'real' album, as a statement?  - --I think I would consider that series of twelve ten inches my vinyl debut.. but maybe because it was 12 different records or in ten inch format, that it doesn’t really count? Or maybe Dennis thinks of that series as a tool more than a product. Still, the Ultra Eczema one is definitely the first record that is more widely available, and much more of a pure record than an artists’ edition, so I know what he’s saying. And a statement.. I don’t know. I don’t think of it as a manifesto or anything. It’s a document of what I’m happy to be working on at the moment, and hopefully it’s something that others can enjoy as well. - ->Do you see this as a drone record? Or as a collage record?  - --If you force me to choose between those two, then drone. I tend to associate collage records with cut and paste editing, jumpcuts, going from one atmosphere to the next in no time.. I don’t feel this record has that. Quite the contrary. The only thing remotely close to jumpcuts that are on this record were due to the electronics of the installation, the sensors turning the sound on and off. But they were live events, not editing choices made afterwards. So this is very much a straightforward live recording of a pretty weird DJ set, if you will. And even though it has strong rhythmic patterns, the underlying harmonies and atmosphere shift quite slowly. So more drone, definitely. - ->Do you think this LP would be also enjoyable if someone would listen to it without knowing a single thing about the whole concept behind it? Or do you even think you would have failed if it wouldn't be an enjoyable record without the concept? - --I certainly do hope that it’s enjoyable.. like I said, I know it’s not easy listening per se, and some might probably find it boring at first try, with the tempo being the same for the whole record and all. But I did try to select bits that I thought had a beauty or a strong appeal to them, an interesting evolution or whatever, so much so that I hope they can survive as musical pieces in their own right. aiming for the best of both worlds there. Type of object: event -title: Pu-shi-ng-Sco-res -date: 20 January 2017 -location: DE PLAYER - -artists: Telcosystems, Julia Buennagel, Derek Holzer - -Description: Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -In our event series during the Pushing Scores project we programmed this evening after we got in touch with the resonant publication of Telcosystems. They approach DE PLAYER for some input in the production and distribution of it. because of the direct relation of sound and image and the new interface an object like that represents it was a clear match. They did a reading on the concepts and necessity of the project as well as all the implications it had in its development and production. -To complete the event we searched for 2 completely different angles on composing. Derek Holzer eventually was asked because of his Tonewheels but that was logistically not possible. He came over to do a reading on Schematic as a score and did a live set on Tektronix Oscilloscope Music. Julia Buennagel was invited to do a more physical input. She works with prepared records and played a live set. - -about prepared records: -The record or musical piece in these cases is not used as a reproductive technique. In contrast to the composer or musician who perceives the record first and foremost as a vehicle transporting his or her musical ideas, here the interest lies especially in the optical/sculptural as well as the acoustic presence and the compression of an idea working with the playback possibilities and impossibilities of recording techniques. The end result is not a reproduction but a transformation of the original source and ultimately becomes an autonomous score and/or unique graphic/sculptural piece in and of itself. -The defective record and not the even, smooth reproduction means quality and concept at the same time. - -Lazlo Moholy Nagy said about this in the perspective of New Plasticism that it lies in the peculiarity of human nature that: -“The abuse and misunderstanding are nessecary to gain result. It is nessecary for evolution and survival. After every new recording the functioning apparatus is pushed ahead to further new impressions. That is one of the reasons for the necessity to always continue experiments in New Plasticism. From this standpoint the configurations are only worthwhile when they produce new, previously unknown, relationships. In other words, this means that reproduction (repetitions of already existing relations) without richer viewpoints from the special standpoint of creative production can, only in the best cases, be considered as a virtuosic opportunity. As production, meaning here productive creation, above all serves the human condition, we must attempt to further our purposes of creative production through the uses of those apparatuses or methods which until now have been used only for reproduction purposes.” - -In 1989 the Broken Music exhibition was held in Berlin at the DAAD gallery with work by, among others, Nam June Paik, John Cage, Milan Knížák, Christian Marclay. All had lifted the medium (the vinyl record) over themselves and added a new use / application. Whether or not as an installation to be played by the public or as a plastic work in which the plate was transformed, mutated. The code of the usual record as defined by the music industry was broken in all works. -Later the exhibition traveled to the Hague and to Grenoble in the early 1990s. The book which came along with the exhibition has recently been republished. As a sourcebook, it is without peer, focusing on recordings, record objects, artwork for records, and record installations made by hundreds of artists between World War II and 1989. - --With Resonanz, Telcosystems presents an electronic book, combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -“Resonanz is an electronic book that I had first dismissed. Until i tried it. As you turn the thick pages of the book, you encounter a different pattern along with a different soundtrack. It’s strangely hypnotizing. I turned and turned the pages, each time trying to think about the possible connections between the colours and patterns printed on the pages and the sound they emitted.” -Régine Debatty we-make-money-not-art.com - -URL:https://telcosystems.net/product/resonanz/ - --Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - --Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards3. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netType of object: event -title:Pushing Scores -date: 20 January 2019 -location:ART Rotterdam, Rotterdam, NL - -artists: Moniker, Rafaël Rozendaal, Luuk Bouwman, Telcosystems, Remco van Bladel - -Description: For ART Rotterdam we present Experimental Jetset, Davide Mosconi, DUPAC, Moniker, Cold Void [Rafaël Rozendaal/Luuk Bouwman] and Telcosystems. -As a production platform, specialised in the relationship between sound, art, publishing and performance, for ART Rotterdam 2017 DE PLAYER presents works of artists within the frame of the project Pu-shi-ng-Sco-res; a project by DE PLAYER and Remco van Bladel, Dutch graphic designer. - - -For a certain period we yearly took part in the ART Rotterdam. An annual art fair in which commercial galleries as well as initiatives take part. The Intersection part is where the initiatives gather. It works because of getting in contact with an audience which will never come by at DE PLAYER itself. For this year it was clear that we present the Pushing Score project. We decided to set up a framework as if it was a three dimensional staff to write down music. In this framework we presented new, specifically for Pushing Scores, produced works in combination with existing works we thought would be interesting to combine and by that give a multidimensional approach on what tactics can be used by making scores and how it will be finally as a tradable object. -People could continuously listen to some publications (Telcosystems, Cold Void, Davide Mosconi) as well take part in the economic process of it by spraying new works for the next potential costumer (Moniker). - -event -title: MAT>NET>PU - PZI_XPUB TGC3 presentation -date: 24 March 2017 -location: DE PLAYER - -artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUBPiet Zwart Institute XPUB, (Karina Dukalska, Max Franklin, Giulia de Giovanelli, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe, Kimmy Sreeuwenberg) - -Description: An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - - -WHO??? -HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -www.facebook.com/xpub.pietzwart --Piet Zwart Institute > TGC #3 seminar + live event -Together with the Experimental Publishing team of the Master of Media Design students of the Piet Zwart Institute, Willem de Kooning Academy Rotterdam, a seminar was organized for the students in a period of 3 months in which the principles of Pushing the Score were leading. A publication was taken as a joint focal point, the form of which could be determined in more detail. However, it was decided to start from a floppy disc as a medium. Each student could design his/her own project on this medium. The idea of a score functioned as a guideline to shape their project and to test the work process. It resulted in the Tetra Gamma Circular #3 subtitled "an unknown audio magazine" and is in itself a certain kind of publication platform that functions almost as a jukebox for floppies. It is an experimental platform designed for sonic experiments, instruments and installations. Concretely, a designed concrete object in which various techniques are incorporated. Its core consists of a floppy drive and a Raspberry Pi platform, on which a local wifi station, a camera, audio in/out, touch sensors, LED lighting are realized. The local wifi station makes it possible to access all projects (on floppy) by receiving these projects on mobile phone or on the computer. Via beamer and audio system everything becomes visible and audible. Most projects are aimed at interaction with an audience (one or more people). - -Karina Dukalska, for example, created a work entitled 'Rock Step Triple Step'. As a dancer she is curious why there is no universal graphic notation system in the dance. Whether it is about recording movements for archiving, or writing new choreographies for the future, she concentrated on which elements of dance are overwritable (such as direction or footwork) and which are not. The performance of 'Rock Step Triple Step' started as an experiment based on psychological theories to change memory, time perception and flow in dance. The audience has the opportunity to control the dancers' steps on stage through a web interface that shows her personal approach to graphically representing ten jive steps. -Max Franklin's research focuses on the fragile nature of improvisation in music, with software. Through research into the act of improvisation in music, Max investigates ideas about liberation and resistance that improvisation can offer. Both in artistic practices, and their broader application as a critical methodology of research and exploration. For TGC#3 he developed a tool that is a learning counterpartner for his own musical input. -title event: ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -date: Thu 29 Nov 2018 20:00hrs -Location: Varia, Rotterdam - -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. -Valentina Vuksic was involved in the ARTKILLART Xyears JUBILEE event at 21-04-2017. She played a set in which she used her computer to generate sound by live programming. It was a good concert and het concept of working fitted very well in our ideas of exploring graphic scores. Her score was made on the spot with programming language. A sort of live coding. The Artkillart label operates from both Paris and Berlin since 2007, promoting experimental audiovisual and sound art. In reaction to the dematerialization of music (the general disappearance of music released in its physical form), the artists of the Artkillart label roster refocus their releases as material objects. -Artists who joined the event: Valentina Vuksic, Arnaud Rivière, Nicolas Montgermont, Jan Kees Van Kampen -Valentina Vuksic is a computer artist and programmer based in Zürich. Her work is a personal exploration of the possibilities afforded by articulated hard- and software mediation. She approaches computer systems via inductive microphones for magnetic fields, so-called “telephone adapters." With choreographies for software and computer elements, she utilizes these as actors in software/noise pieces for, and in, computers. - -Vuksic considers time and space of computer processor and memory as levels of reality. Software being processed creates own temporal and spatial dimensions, which are staged for a public. She aims for a sensual experience of the analytical sphere becoming concrete, where logic encounters the physical world. The mechanic noises serve as mediators to a public. They reveal in an immediate way the activities taking place between computer processes in the widest sense and the computer electronics they are running on. - -https://harddisko.chevent title: Para-phonic Poly-diso -dat: Fri 12 Jan 2018 20:30hrs -location:The Small Museum, Paradiso, Amsterdam -artist: Remco van Bladel - -Description: WHAT ? -'Para-phonic Poly-diso' is a graphic score for a digital, polyphonic choir wherein visitors of Paradiso can participate with their mobile phone. The voice for this work is by Laetitia Saedier of Stereolab. - -'Para-phonic Poly-diso’ (Polyphonic Paradiso) and it consists out of two parts: -1) An interactive graphic score / light box / kinetic work fixed inside the cabinet. (see jpeg drafts below) -2) A mobile website that connects you to the hardware inside the cabinet and turns your phone into a local speaker for a polyphonic voice piece. - -In the eleventh century, the Italian Guido of Arezzo, one of the most important founders of musical notation, developed a scale consisting of six notes: ut, re, mi, fa, sol, la. Later the seventh tone 'si' was added. From this the well-known "Do-Re-Mi" and the solfege, a teaching method in music for learning pitch and the singing of sheet music, developed itself. - -The Small Museum, the former announcement box on the front of Paradiso, is being converted by Remco van Bladel into a local wifi point that will stream a polyphonic "Pa-Ra-Di-So". An algorithmic choir is compiled live by the mobile phones that connect to the Wi-Fi point while they are waiting in line for Paradiso to enter. - - - -Paradiso invited Remco van Bladel to take part in their Small Museum project. For him it fitted very well to use this public place for a project he had in mind for Pushing Scores. The idea was to create a choir with mobile phones for the audience waiting to get in of the Dutch pop tempel Paradiso. - -The work: -The work was installed for a period at The Small Museum; a cabinet on the facade of Paradiso, Amsterdam. - -'Para-phonic Poly-diso' is a graphic score where Paradiso visitors can participate in a digital polyphonic choir. - -In eleventh century Italy, the music theorist Guido of Arezzo developed an ascending scale consisting of six-notes: ut, re, mi, fa, sol and la. A 7th note, 'si' or 'ti', was added later. This scale is the basis for 'Do-Re-Mi' and solfège, a music education method used to teach singing of Western music. - -The Small Museum, which was used for the public announcements of the church, will be transformed into a local wifi hotspot to stream a multi vocal 'Pa-Ra-Di-So Rapsodia'. A live algorithmic choir composition created through the phones connected to the score while waiting in front of the building to enter. - -For this multi vocal composition Remco van Bladel collaborated with Lætitia Sadier (Stereolab, Lætitia Sadier Source Ensemble). - -On Notation: -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. - -As far as melody is concerned, humming was increasingly defined by the expansion of the number of lines, which first corresponded by colour, and later by keys to certain steps in the medieval ranges. In the eleventh century Guido van Arezo introduced the staff with four lines (this is still in use). In the middle of the thirteenth century Peter de Cruce came to a notation in which the relative duration of each note is indicated by the form of the note. This so-called manural notation was of great importance to ensure the reproducibility of the various rhythmic possibilities in the developing polyphonic music of Western Europe. - -One of the influences for our project Pushing Scores. - -Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - - -After getting it touch with Attali’s book ‘Noise: The Political Economy of Music’ we used it as inspiration for the project Pushing Scores. This particularly because of the fact that he focusses on the reproduction of music. - -Attali believes that music has gone through four specific cultural stages in its history: -1. Sacrificing -2. Representing -3. Repeating -4. Post-Repeating - -The 2nd phase is important in the perspective of sound reproduction, graphic score and the tangibility of sound and / or the object. It refers to the era of printed music (1500 - 1900). During this period, the music is tied to a physical carrier for the first time, and thus becomes a commodity for sale in the market. This notation of music can be considered as a highly coded written guideline for how music should sound. He calls this chapter Represent because it is the project of the executive. This represents the music in the absence of the maker and in the presence of an audience an effort must be made to read and articulate the intensity of the composer of the magazine. With the rise of the various avant-garde movements from the beginning of the 20th century, in addition to new forms of "sound", the relationship between sound and its visual representation is also being re-examined. - -The 3rd stage deals with the mechanical reproduction and the 4th stage could be interpreted that he already was referring to the idea of sampling although it was first published in translation by the University of Minnesota in 1985. In that time it would have been quite prophetic. Because of this ambiguity we are interested for the project what this stage of music could represent. What kind of scores can be made with aal new techniques and media which have been developed since and definitely are of influence in our conceptual thinking of music and its reproduction.Jacques Attali (born 1 November 1943) is a French economic and social theorist, writer, political adviser and senior civil servant, who served as a counselor to President François Mitterrand from 1981 to 1991 and was the first head of the European Bank for Reconstruction and Development in 1991-1993. - -He wrote the book ‘Noise: The Political Economy of Music’ which is one of the inspirations for our project Pushing Scores. - -Attali is the first to point out the other possible logical consequence of the “reciprocal interaction” model—namely, the possibility of a superstructure to anticipate historical developments, to foreshadow new social formations in a prophetic and annunciatory way. The argument of Noise is that music, unique among the arts for reasons that are themselves overdetermined, has precisely this annunciatory vocation; that the music of today stands both as a promise of a new, liberating mode of production, and as the menace of a dystopian possibility which is that mode of production’s baleful mirror image.event: -the entire Pushing Scores project was set up in cooperation with Remco van Bladel. The conceptualization, the funding, the execution.We new that Remco had written his essay 'Musical Theories in Graphic Design' on the subject of graphic notation within a broader field of theory formation in contemporary -music. It seemed to be a good match to work with him and DE PLAYER on a research of the graphic score. WE had common interest but at the same time a different angle and network in our practice as a stage, publisher and designer. This brought us together and made Pushing Scores to be real.Remco van Bladel (Amersfoort, 1977) is a graphic designer, based in Amsterdam. His studio focusses on editorial book design, curatorial projects, institutional identities, interactive applications and websites. Remco is co-founder of 'WdW Review' (Witte de With, Rotterdam), Dutch art book publisher Onomatopee and teaches graphic design at ArtEZ, Arnhem. He designed the publication and identity of the Aalto Natives, at the Finnish Pavilion of this year's 57th Venice Biennale. For the 2015 edition of the Venice Biennale the studio was responsible for the design of the publication and identity of ‘to be all ways to be’, the exhibition of herman de vries of the Dutch pavilion. -His clients include artists like: Navid Nuur, Jonas Staal, Justin Bennett, Esther Tielemans, Gert-Jan Prins and Erik van Lieshout besides institutions like Witte de With, e-flux, New World Summit, Extra City Kunsthal, Arts Writers Grant Program, Art Agenda, Council, Cobra Museum and STEIM (studio for electro-instrumental music). The studio takes care of the graphic design of the art magazine and website Metropolis M. - -Remco van Bladel grew up as a kid in the recordstore of his father. The relation between the sound/music on the records and the visuals on the sleeves and packaging had a strong influence on his nowadays practice. Especially the strategy and concepts he creates for graphic design. - -In his essay 'Musical Theories in Graphic Design', from 2002, treated Bladel with the subject of graphic notation within a broader field of theory formation in contemporary -music. In it he transposed compositional methodologies of the avant-gardists in the 20th century to graphical design methodologies. For instance by understanding the phase shifting technique from inside Steve Reich to design. But also work from Stockhausen, and Cage to view and differ and looking for similarities. Rhythm, shifts, pairs, tonality, counterpoints. This was not about hard comparisons and 1 on 1 projections, but more -to interpret, think and work with elements. An investigation into methodologies within his own artistic practice. - -From his own position he considers himself as (editorial) designer, curator, musician and publisher with a strong predilection for language and typography. His artistic practice is formed by a number of ingredients that have always been present in his work to a greater or lesser extent. The most important, from his youth, is sound or music. Both as a source or inspiration, as a metaphor, as a thinking model and as an 'attitude' in relation to his practice. He sees it as punk, experiment, noise, investigative, critical. Searching for dissonance and ordering of information, for rhythm and tonality. Sound in relation to image remains an elusive phenomenon that continues to fascinate me because sound / music is the most abstract art form. The subjective nature, the way in which vibrations can release such strong emotions, makes it possible to deal speculatively and to use them for use in typography, image, material choices, folding methods and bookbinding systems. This tactility, the application of materiality and the use of printing techniques as a metaphor for sound play a major role in his entire practice. -event title: PU-SH-ING WITH TELCOSYSTEMS, JULIA BUENNAGEL AND DEREK HOLZER -date:Fri 20 Jan 2017 20:00hrs -location: DE PLAYER, Rotterdam, NL - -description: WHY ? -Live event for our Pushing the Score project with Telcosystems (nl), Julia Buennagel (de) and Derek Holzer (us). Focussing on the potential of grahic scores and publishing of sound and image we present Telcosystems with their recent publication Resonanz, a reading on Schematic as a Score plus concert by Derek Holzer plus a live performance of Julia Bünnagel with modified records. - -What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, we will be compiling a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we will introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation. - -participating artists: WHO ? -Telcosystems presents Resonanz; an electronic book combining a series of visual artworks with a sound publication in one. Incorporated in the structure of the book are sensors and electronics, providing each page with its own unique soundtrack, which can be listened to via speakers or headphones. This evening Resonanz will be the starting point of Q&A, demonstration and live presentation. In their audiovisual works Telcosystems research the relation between the behavior of programmed numerical logic and the human perception of this behavior; they aim at an integration of human expression and programmed machine behavior. This becomes manifest in the immersive audiovisual installations they make, in films, videos, soundtracks, prints and in live performances. The software they write enables them to compose ever-evolving audiovisual worlds. Telcosystems’ installations and films focus on real-time, self-structuring, generative processes, in their live performances they focus on the interaction with these processes. - -Julia Bünnagel is a contemporary sound and sculpting artist based Cologne. Working with sound performance and art installation. She is part of the sound-art-collective Sculptress of Sound. Julia's solo live performance primarily refers to the modified vinyl records which produces extraordinary sounds. Julia's peculiar method of modifying vinyl records includes the various ways of physical treatment such as sewing, painting or pasting the vinyl surfaces and afterwards mixing them together for yielding an imprudently driving, rhythmic soundscapes following by the white noise, multiple fragments of music along with dirty boom beats. - -Derek Holzer is an American instrument builder and sound artist based in Helsinki FI & Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. -For the PUSHING event Derek will do a reading entitled Schematic as Score: Uses and Abuses of the (In)Deterministic Possibilities of Sound Technology and after that he will do a live set based on researching analog visuals with the oscilloscope. -The reading starts out of the fact that over the past few years, a strong reaction against the sterile world of laptop sound and video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or freely downloadable. -About the live oscilloscope concert he states: „The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time.” -http://macumbista.netWe got in touch with the work of Derek Holzer through his project on Tone Wheels; an experiment in converting graphical imagery to sound, inspired by some of the pioneering 20th Century electronic music inventions. Transparent tonewheels with repeating patterns are spun over light-sensitive electronic circuitry to produce sound and light pulsations and textures. -This analog way of getting sound from graphic notation was an impuls to check him out for the Pushing Scores project. He came up with a reading on Schematics as a Score, because that was a current issue of his practice. It fully fitted in our search for how to see the concept of composing and making scores.Derek Holzer (USA 1972) is a sound + light artist based in Helsinki & Berlin, whose current interests include DIY electronics, audiovisual instrument building, the relationship between sound and space, media archaeology, and participatory art forms. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand. - -http://macumbista.net - -Derek Holzer gave a lecture with the theme "Schematic as Score: use and abuse of the (im)deterministic possibilities of sound technology". In it he considers it axiomatic that, for every work of art that must be considered experimental, the possibility of failure must be built into his process. By this he does not mean the aestheticized, satisfying disturbances and cracking that Kim Cascone valorizes, but the lack of satisfaction caused by a misplaced or misdirected procedure in the experiment, colossal or banal. These are not mistakes that should be looked up, sampled and celebrated, but the flat-on-your-ass gaffs and embarrassment that would disturb the sleep of all but the most Zen of musicians or composers. The presence of failure in a musical system represents feedback in the negative, a turning point in anticlimax, irrelevance, the everyday, the cliché or even unintentional silence. Many artists try to eliminate true, catastrophic failures by scripting, scoring, sequencing or programming their work in as many predictable, risk-free quantums as possible in advance. But this unwanted presence also guarantees the vitality of that fiercely fought area; the live electronic music performance. - -The past few years there has been a strong response to the sterile world of sound and video from the laptop. This has led to a new interest in analogue processes or dirty hands art. With this renewed analog interest comes a fresh exploration of the pioneers of electronic art during the pre-digital era of the sixties and seventies. Artists and inventors such as Nam June Paik, Steina and Woody Vasulka, Don Buchla, Serge Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments long before similar tools became commercially available or could be freely downloaded. - -Over the past few years, a strong reaction against the sterile world of laptop sound and -video has inspired a new interest in analog processes, or "hands dirty" art in the words of practitioner John Richards. With this renewed analog interest comes a fresh exploration of the pioneers of the electronic arts during the pre-digital era of the 1960s and 1970s. -Artists and inventors such as Nam June Paik, Steina & Woody Vasulka, Don Buchla, Serge -Tcherepnin, Dan Sandin and David Tudor all constructed their own unique instruments -long before similar tools became commercially available or freely downloadable4– often -through a long, rigorous process of self-education in electronics. -John Cage once quipped that Serge Tcherepnin's synthesizer system was "the best musical -composition that Serge had ever made", and it is precisely Cage's reformulation of the -concert score from a list of deterministic note values to a set of indeterministic -possibilities that allowed the blurring of lines between instrument-builder and music -composer that followed. - -In 2011 Derek Holzer wrote an essay on this issue which has been published as a pdf on internet as VAGUE TERRAIN 19.Vector Synthesis Workshop Piksel - -Derek Holzer, Vector Synthesis workshop -Building: Piksel Studio 207, Bergen NO -Dates: 9-11 March 2018 -Time: tba - -All workshops are free entrance. To sign up send an email to: -prod(at)piksel(dot)no - -VECTOR SYNTHESIS is an audiovisual, computational art project using sound synthesis and vector graphics display techniques to investigate the direct relationship between sound+image. It draws on the historical work of artists such as Mary Ellen Bute, John Whitney, Nam June Paik, Ben Laposky, and Steina & Woody Vasulka among many others, as well as on ideas of media archaeology and the creative re-use of obsolete technologies. Audio waveforms control the vertical and horizontal movements as well as the brightness of a single beam of light, tracing shapes, points and curves with a direct relationship between sound and image. - -You can see several demo videos here: - -http://macumbista.net/?page_id=5000 - -SOFTWARE - -The Vector Synthesis library allows the creation and manipulation of 2D and 3D vector shapes, Lissajous figures, and scan processed image and video inputs using audio signals sent directly to oscilloscopes, hacked CRT monitors, Vectrex game consoles, ILDA laser displays, or oscilloscope emulation softwares using the Pure Data programming environment. - -https://github.com/macumbista/vectorsynthesis - -During this workshop, you will learn how to use a custom library in the Pure Data programming environment to directly control the vertical and horizontal movements, as well as the brightness, of a beam of light. You will then explore Lissajous figures, waveform representations, and other multiplexed, audio-driven visual shapes and forms which can be displayed and manipulated in real time on an XY oscilloscope, Vectrex game console, ILDA laser display, and other analog vector displays, or with oscilloscope emulating software directly on your laptop. - -LINKS - -http://macumbista.net/?page_id=4869 - -https://www.instagram.com/macumbista/ - -More info at: http://17.piksel.no/?p=72 - -Photo credit: Anders Børup -Derek Holzer was invited for the event PU-SH-ING at 20 Jan 2017. He did a reading on Schematic as a Score, but also did a live concert from his research in analog visuals with the oscilloscope. - -a theoretical/historical text about the concept written by Derek Holzer -23 NOV 2016, Helsinki, Finland - - THE VECTORIAN ERA: an Investigation into Analog Computer Graphics - -The Vectorian Era opens with a screaming across the sky. Analog electronic computers predate their digital counterparts by several decades, and one of the first practical applications of the analog computer was in controlling the trajectories of German V2 rockets as they traced their rainbow of gravity from Flanders towards London during the Second World War. As Friedrich Kittler has observed, the relationship of media technology to military tools of destruction was sealed by moments such as these. - -Post-war developments continued in this direction. Tennis for Two, programmed in 1958 by William Higinbotham on an analog computer at Brookhaven National Laboratories in Long Island NY USA, using an oscilloscope as the display. It combined a two-player interface with physics models of a bouncing ball displayed as vectors in motion, and is arguably the first publicly-playable video game. The laboratory itself performed government research into nuclear physics, energy technology, and national security. - -In the early 1960’s, the composer Morton Subotnik employed engineer Don Buchla to help him create “the music of the future”. Buchla redesigned the existing function generators of analog computers to respond to voltage controls of their frequency and amplitude. This gave birth to the realtime-controllable, analog modular synthesizer which was subsequently expanded by others such as Bob Moog and Serge Tcherepnin. - -In 1967, the Sony Portapak revolutionized video by taking the camera out of the television studio and into the hands of amateurs and artists. And by the early 1970’s, an interest in cybernetics, systems theory and automatic processes brought the analog computer closer to the worlds of art, music, and architecture. Figures such as Heinz von Foerster, Gordon Pask, Nam June Paik, Steina and Woody Vasulka, Iannis Xenakis and R. Buckminster Fuller all speculated on the effect of computers on society, and used computer-derived forms in their work. The 1972 Rutt-Etra Video Synthesizer, used famously by the Vasukas in several works, employed an analog computer to manipulate and deconstruct the raster of a conventional video signal with very otherworldly effects. - -Vector graphics were widely adopted by video game manufacturers in the late 1970’s due to their computational efficiency, and the wealth of experience using them that the history of analog computing provided. Perhaps the most iconic of these games is Asteroids, a space shooter released by Atari in 1979. Battle Zone (1980), Tempest (1981), and Star Wars (1983) all stand as other notable examples from this Vectorian Era, and also as rudimentary training tools for the future e-warriors who would remotely guide missiles into Iraqi bunkers at the start of the next decade. As electronics became cheaper, smaller, and faster in the 1980’s, the dated technology of using analog vectors to directly manipulate a Cathode Ray Tube fell out of favor and rasterized graphics, animations and moving image quickly took their place. - -Informed by the discourse of media archaeology, my own personal interest in analog vector graphics isn’t merely retro-for-retro’s-sake. Rather, it is an exploration of a once-current and now discarded technology linked with specific utopias and dystopias from another time. The fact that many aspects of our current utopian aspirations (and dystopian anxieties!) remain largely unchanged since the dawn of the Vectorian Era indicates to me that seeking to satisfy them with technology alone is quite problematic. Therefore, an investigation into “tried-and-failed” methods from the past casts our current attempts and struggles in a new kind of light. - - -George Brecht is most famous for his Event Scores such as Drip Music 1962 and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” -Event Scores are works Event Scores are simple instructions to complete everyday tasks which can be performed publicly, privately, or negatively (meaning deciding not to perform them at all). -Initially writing theatrical scores similar to Kaprow's earliest Happenings, Brecht grew increasingly dissatisfied with the didactic nature of these performances. After performing in one such piece, Cage quipped that he'd "never felt so controlled before." prompting Brecht to pare the scores down to haiku-like statements, leaving space for radically different interpretations each time the piece was performed.The Event Scores of George Brecht are still actual pieces. He is inspiring for a lot of performance based composers. Specifically that is works out of simple instructions and can be done by anybody it has a highly democratic factor, without losing its artistic impact. Also interesting is the fact that it is purely language based lays in our interest. DE PLAYER has been publishing and presenting a lot of sound poetry.George Brecht (August 27, 1926 – December 5, 2008), born George Ellis MacDiarmid, was an American conceptual artist and avant-garde composer, as well as a professional chemist who worked as a consultant for companies including Pfizer, Johnson & Johnson, and Mobil Oil. He was a key member of, and influence on, Fluxus, the international group of avant-garde artists centred on George Maciunas, having been involved with the group from the first performances in Wiesbaden 1962 until Maciunas' death in 1978. - -One of the originators of 'participatory' art, in which the artwork can only be experienced by the active involvement of the viewer, he is most famous for his Event Scores such as Drip Music 1962, and is widely seen as an important precursor to conceptual art. He described his own art as a way of “ensuring that the details of everyday life, the random constellations of objects that surround us, stop going unnoticed.” - -Steve Joy took me to meet George Brecht in his studio when I was in residence at St Michael's in Manhattan (c.1962). We became friends and he mailed instruction cards to me. I brought Steve Joy to St. Vincent College when I returned to the monastery from Paris in 1963. George Brecht agreed to provide instructions for an event at St. Vincent. For his "Vehicle Sundown Event", he published a set of about 50 cards to be given to participants who participated in the event with their vehicles. Each card held an instruction to be performed with a vehicle. Drivers were instructed to assemble at sundown in a parking lot and randomly park their vehicles. Then each driver, with a shuffled deck of instructions, would begin performing at the sound of a signal. Participants performed about 50 events such as "turn on lights", "start engine", "stop engine", "open window". This work was performed at St. Vincent College under the direction of Stephen Joy with Roman Verostko assisting. c. 1963 -A baton is a stick that is used by conductors primarily to enlarge and enhance the manual and bodily movements associated with directing an ensemble of musicians. - -https://en.wikipedia.org/wiki/Baton_(conducting)This object is chosen to be part of the archive because it is the first and most simple tool to translate a written score to the musician who has to execute it. It is the first intermediary after the score itself and comes from a method of conducting called cheironmy. - -Before music was established in writing, each choir leader led the Gregorian chants of the scola cantorum with movements. This method of conducting, called cheironomy, consisted of writing signs in the air that contained clear instructions for the trained choir singers in terms of pitch change, duration and tone strength. These signs or neumens were written down, modified or not, first without any reference line. Later, the neumens - depending on the relative pitch differences - were noted above, on, or below a line referring to a pitch determined by the choral conductor. -publication -title: Each One -catalogue number: DOB 089 -artist: Jörg Piringer - -description: -10" vinyl dubplate each one with original sound and related artwork -edition 40 pieces - - - - - - -Piringer has performed in DE PLAYER with his visual sound poetry pieces based on computer programming. For Pushing the Score we invited him to make special work for a limited edition. For this he developed specific software that generates poetry in spoken word form. For each record a unique piece is generated that is spoken and performed by the same software. The packaging of each record is also linked to the unique file and consists of an original visual work that is derived/transformed via a formula from the programming language that underlies the audio poem to be heard on the record. - - - -Jörg Piringer is a member of the Institute for Trans-acoustic Research, member of the Vegetable Orchestra, radio artist, sound poet, visual poet, musician and holds a master's degree in computer science. He is also involved in the online poetry platform Huelkorven. The way in which he arrives at his poetry is very closely linked to his knowledge and skills of the programming language. - -For example his work ‘frakativ’; an electronic visual sound poetry performance. ‘Fricatives’ are consonants produced by forcing air through a narrow channel made by placing two articulators close together. -The performance ‘frikativ’ is real-time generated visual and sound poetry. Image and sound are created immediately during the performance by speaking and vocalizing into a microphone and modifying the voice through signal processors and samplers while the software is analyzing the sound to create animated abstract visual text-compositions. - -Piringer is also involved in Huellkurven; an online sound poetry magazine and a series of events dedicated to sound poetry, poésie sonore, lautpoesie, noise poetry, sound-text composition, auditive poetry, audio poetry etc. - -URL: http://huellkurven.net -https://monoskop.org/Concrete_poetryDE PLAYER is interested in sound that fraternises in the abstract sense and makes people communicate with each other, without having to understand each other specifically in terms of language. In a multicultural situation, abstract sounds are the forms of recognition; then there is, for example, the music. The cultural identity is communicated with this. Music and dance are good elements to be together without literally understanding each other word for word. Subcultures form through music. In addition to the all-dominating impact of the music industry that determines lifestyle at the confection level, all sorts of de-mass-splintering genres are forming on the periphery of the musical firmament. The style / genre determines the identity. New generations are born. - -It is important here that the language is sung off the usual value of speech. The limits of speech become communication and nonsense, which both have the potential of speech. Orientation with regard to giving meaning changes by inserting moments when improper use of thought, material and technology takes place. -The foundation of language as an information transmission is the foundation of these tendencies and is at the heart of the oral tradition principle. How stories can be told, how traditions are passed on, how past feeds the present and how the present forms itself by muttering the past. - -Multilingualism is important in giving meaning to the things around us. Publishing, as mentioned above, is important to communicate various ways of expression. Signification also plays a major role in this. Within "Radical Listening" we want to see what the possibilities are of communication and publishing with the current means that are available to us. This idea is closely intertwined with the project "Pushing the Score", in which the materialization of sound plays a role. Listening in the sense of "Radical Listening" is therefore not only about ears specifically, but generally about exploring our world, our position in it and the way in which communication is possible. - -We investigate how contemporary means are used to shape language, sign and sound. The analogue and virtual voice play a major role in this. Use of consumer electronics for improper use (eg tape recorder, telephone) but also self-invented technical devices and software, other machines (computer, record player, effect equipment) and a variety of speech techniques are used so that, among other things, classical reading forms are exceeded. - -Inspiration is the vocal poetry, poésie sonore and text-sound composition. In our opinion, this area is an important one, both in the experimental sound, in the lecture and in the visual arts. Here it has played an important role and as such it is still current. The connection of the word and sound can be found in many ways within the art and music of fluxus, rap, early avant-garde, soundproof, laut poetry, music theater, opera, performative series, musical theatrical dad shows, radio plays and installational settings. -event -title: IRREGULAR # 2313 STRIPPED -date:Fri 14 Oct 2011 21:00hrs -location: Wall Gallery, Rotterdam, NL - -artist: Fersteinn - -Fersteinn from Iceland will come and bring us a clear bold construction of tones and notes in space. They sound like a completely crushed partiture which comes out in it's pure elements just ordered in a way you are not so used to listen to. Good practise for the ears. - -Fersteinn is a quartet of multi-instrumentalists that performs music by composer Guðmundur Steinn Gunnarsson. The music focuses on elastic rhythms, that are not easily confined to a grid. The musicians read the music from a score, but the score consists of moving images on a computer screen. This is done in order to communicate rhythms not easily notated. The music mostly consists of hockets where each sound is like one letter in a word. With flutes or recorder, plucked string instruments, duck calls and winds or brass, various types of rhythmical sound textures are conveyed. Some parts of the music might resemble animal sounds or the rhythm of animal movements. - -To quote the composer: "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained."Fersteinn works with the method of so called Animation. This means animated notation. They had been performing before we started the Pushing Scores project. Nevertheless we claim it to be part of it.FERSTEINN (is) -Fersteinn is a quartet of multi-instrumentalists that play compositions by Guðmundur Steinn Gunnarsson, a repertoire that is written especially for the ensemble. Fersteinn usually performs in the quietest of settings. They are a group that plays music in a “extra-musical” or “non-musical” sort of rhythm (so to speak). They did quite an impressive set 2 years ago at De Vleeshal and Wallgallery, for those who missed it. - -Fersteinn plays from animations made as compositions on a laptop. Most compositions are made by Guðmundur Steinn Gunnarsson. -Guðmundur Steinn Gunnarsson (born 1982) is an Icelandic composer, performer and a founding member of S.L.Á.T.U.R., an experimental arts organization in Reykjavík. In his compositions he has developed a rhythmic language devoid of regular beat or metre, and he has created a new musical notation to represent his music. - -Guðmundur Steinn's musical style combines sound patterns without using a rigid rhythmic grid structure or pulse. This approach has led to the development of his animated notation, or 'anitation', instead of using traditional musical scores. During the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods he uses in composition were the subject of his M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." - -He is a founding member of the S.L.Á.T.U.R. ("samtök listrænt ágengra tónsmiða umhverfis Reykjavík" or "The Association of Artistically Obtrusive Composers around Reykjavík"[6]), an experimental composers collective in Iceland, and he is co-curator of the festival Sláturtíð. He also a co-curates the concert series Jaðarber at the Reykjavík Art Museum - - -website by RYAN ROSS SMITH all about animated notation: -http://animatednotation.com/Steinn.html - -see also: stefan-smulovitz -https://animatednotation.wordpress.com/portfolio/stefan-smulovitz/ -‘Anitation’is the term for animated notation. Instead of using traditional musical scores, during the performance, the musicians follow specific instructions that move across a computer screen. This rhythmic language and animated notation and the structural methods were the subject of Guðmundur Steinn M.A. thesis in Mills College. As Guðmundur Steinn explains, "By intently focusing on small differences, both in rhythm and pitch, the ear gets tuned to a microscopic mode of listening. When things then open up, a new sense of variety is gained." This technique of composing is performed by Gudmundur Steinn his quartet Fersteinn. -Gudmundur Steinn has been part of DE PLAYER its program with his quartet Fersteinn several times. This Icelandic quartet plays with little analog instruments animation scores Steinn made on his computer. It results in real delicate and unconventional chamber music. - -URL:https://www.deplayer.nl/events/och-toch-fersteinn-marc-matter-jörg-piringer-alexander-brener-barbara-schurz - -The animations of Steinn were also used by Goodiepal when he visited DE PLAYER on 17 December 2015 with his project on Icelandic animated notation. He a lecture on this subject and played together with Daniel S. Bøtcher, Grøn, Nynne Roberta Pedersen several pieces. Amongst which some of Gudmundur Steinn. - -https://vimeo.com/151283154 - -We also produced a limited poly urethan record with Fersteinn. -URL: https://www.deplayer.nl/releases/dob046-10-fersteinn - -The idea of Anitation and the work of Gudmunder Steinn fits perfectly in Pushing Scores.Guðmundur Steinn Gunnarsson is an Icelandic composer writing music based on irregular or non-pulse oriented rhythms. It inhabits a world where grids or straight lines are almost non-existent. This often requires presenting the music as moving graphics on computer screens. That way the most irregular things can become very intelligible. - -He has been active with a composer collective in Iceland called S.L.Á.T.U.R. and taken part in founding its festival Sláturtíð and used to be a co-curator of the Jaðarber concert series and Fengjastrútur Ensemble. He runs his own multi-instrumentalist quartet which is called Fersteinn. - -His music has been performed by the BBC Scottish Symphony Orchestra, the Iceland Symphony Orchestra, Caput Ensemble, Reykjavík Chamber Orchestra, Ensemble Adapter, Tøyen Fil og Klafferi, Ensemble l’Arsenale, Ensemble CRUSH, Aksiom Ensemble, Nordic Affect, Defun Ensemble, Iceland Flute Choir, Duo Harpverk, Roberto Durante, Markus Hohti, Mathias Ziegler, Georgia Browne, Timo Kinnunen, Shayna Dunkelmann, Una Sveinbjarnardóttir and Tinna Þosteinsdóttir. - -Some of the festivals that have included Guðmundur’s music are Tectonics Reykjavík and Glasgow, MATA, Musikin Aika, Ultima, November Music, Transit, Music for People and Thingamajigs, Nordlichter Biennale, Timisoara International Music Festival and ISSTC 2014 in Maynooth, Ireland, where Guðmundur was also Keynote speaker. - -Guðmundur Steinn studied composition at Mills College, Iceland Academy of the Arts, Reykjavík College of Music, privately and at summer courses in Kürten and Darmstädt. His teachers have been Alvin Curran, Fred Frith, John Bischoff, Atli Ingólfsson, Hilmar Þórðarsson and Úlfar Ingi Haraldsson.Silence has kinetic roles in social exchanges: quietude, reflective pauses, withdrawal, displays of consent or dissent, reception and interpretation. But how can we score something not present, yet also not absent? Is there a positive notation for this critical issue of performance, of silence in the voice, other than merely the courtesies of extended rests, or blanks in the score? The reader will see inscriptions that oscillate between pictures and writing, and between visual and auditory, exemplifying those capacities of drawing to operate in the spaces between languages. In the context of an experimental music notation, seeking to make an instrumental gesture of silence, how can we draw incipience?“Before god needed to be invented there were man. -Before language there was the song. -Before the song there was the yodel.” -As bart plantenga stated in his reading on yodeling. -I think silence has that same trelations with music. -emptiness has that same relation with notation. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location:SKAR office, Groot Handelsgebouw, Rotterdam | - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA). The authority who controls copy right specifically for musicians. - - - -publication: -Project name: DOB 060 -Description : Product Placements - 10" blue vinyl with poster and xerox copies - edition of 150 pieces -Author: Johannes Kreidler - -URL: -http://www.kreidler-net.de -http://www.kreidler-net.de/productplacements-e.html - - -Johannes Kreidler is a special duck in the bite when it comes to composing. His works can often be regarded as composition, performance, sculpture and indictment. His work is described as conceptual music. He usually uses multimedia elements. He approaches the themes he uses (including authorship) through various entities directly linked to society. By acting consistently within these structures he creates his works. A few examples appeal to the imagination with regard to how a score can be understood and which elements and/or processes can play a role in this. -Johannes Kreidler is a composer, concept- and media artist. His way of composing has a multimedia conceptual approach which is mostly linked with processes in society. This makes it interesting in the perspective of experimentation and onorthodox composing. The AEX index, outsourcing of labor or copyright processes and social questions and implication around these issues form the fundament of some of his compositions. We asked Johannes to do a reading about his practice as a composer during the event we organized around Music & Capitalism. - -We produced with him a record which contains one piece of him named Product Placements -This piece is to be seen as a plunder phonic composition in extremis. A press echoed in September 2008 his action Product Placements out, with which he wanted to initiate a discussion on copyright and the height of creation in music. In a 33-second piece of music, he processed 70,200 quotes of foreign works, which he all individually enrolled at the GEMA. For this purpose, he accompanied by numerous press representatives with a small truck full of completed applications at the GEMA Directorate General in Berlin before. The plant is deliberately located in a legal gray area, which has greatly increased by digital technologies, so that it is impossible to clarify the case so far.(How Could You) Bring Him Home by Eamon -(I'm Gonna Be) 500 Miles by The Proclaimers With Brian Potter & Andy Pipkin -(Let Me Be Your) Teddy Bear by Elvis Presley With The Jordanaires -(You Want To) Make A Memory by Bon Jovi -1234 by Feist -1973 by James Blunt -2 Hearts by Kylie Minogue -3's & 7's by Queens Of The Stone Age -4 Am Forever by Lostprophets -4 In The Morning by Gwen Stefani -505 by Arctic Monkeys -A Bad Dream by Keane -A Big Hunk O' Love by Elvis Presley With The Jordanaires -A Day In The Life by Larrikin Love -A Moment Like This by Leona Lewis -A Never Ending Dream by Cascada -A Public Affair by Jessica Simpson -A Whole New World by Katie Price & Peter Andre -About You Now by Sugababes -About Your Dress by The Maccabees -Acceptable In The 80s by Calvin Harris -Acrylic by The Courteeners -Adagio For Strings by DJ Tiesto -Ain't No Party by Orson -Alarm Clock by The Rumble Strips -Alfie by Lily Allen -All Good Things (Come To An End) by Nelly Furtado -All I Got by Newton Faulkner -All I Need To Know by Emma Bunton -All I Want For Christmas Is You by Mariah Carey -All My Friends by LCD Soundsystem -All She Wrote by Ross Copperman -Almost Easy by Avenged Sevenfold -Always On My Mind by Elvis Presley -Amazing by Seal -America by Razorlight -An American Trilogy by Elvis Presley -An End Has A Start by Editors -Anarchy In The UK by The Sex Pistols -Angel On My Shoulder by Gareth Gates -Annie Let's Not Wait by Guillemots -Anonymous by Bobby Valentino feat. Timbaland -Another One Bites The Dust by Queen vs. The Miami Project -Anthem by Filo & Peri feat. Eric Lumiere -Any Dream Will Do by Lee Mead -Anything by JoJo -Anything Can Happen In The Next Half Hour by Enter Shikari -Apologize by Timbaland Pres. One Republic -Are You Trying To Be Lonely by Andy Lewis & Paul Weller -Arnold Layne by David Gilmour -Australia by The Shins -Autumnsong by Manic Street Preachers -Away From Here by The Enemy -Axle Grinder by Pendulum -Ayo Technology by 50 Cent feat. Justin Timberlake & Timbaland -Baby Baby by Sunblock feat. Sandy -Baby Fratelli by The Fratellis -Baby Love by Nicole Scherzinger Feat. Will.I.Am -Baby When The Light by David Guetta -Baby's Coming Back by McFly -Baby's Coming Back / Transylvania by McFly -Back To Black by Amy Winehouse -Backfire At The Disco by The Wombats -Bad Girl (At Night) by Dave Spoon feat. Lisa Maffia -Balloons by Foals -Barbie Girl by Samanda -Be Without You by WiFi -Beautiful Girls by Sean Kingston -Beautiful Liar by Beyonce & Shakira -Beautiful Ones by Billiam -Because Of You by Ne-Yo -Bed by J. Holiday -Before I Fall To Pieces by Razorlight -Beggin by The Four Seasons -Beginning Of The End by Status Quo -Best Of You by Foo Fighters -Bet On It by Zac Efron -Better by Tom Baxter -Beware Of The Dog by Jamelia -Big Girl (You Are Beautiful) by Mika -Big Girls Don't Cry by Fergie -Bigger Than Big by Super Mal -Bing Bang (Time To Dance) by Lazytown -Blag Steal & Borrow by Koopa -Bleed It Out by Linkin Park -Bleeding Love by Leona Lewis -Blood Sugar by Pendulum -Blood Sugar / Axle Grinder by Pendulum -Blue Suede Shoes by Elvis Presley -Bones by The Killers -Boogie 2nite by Booty Luv -Books From Boxes by Maxïmo Park -Borders by The Sunshine Underground -Break Up by Kim Sozzi -Breaking Free by Zac Efron, Andrew Seeley & Vanessa Hudgens -Breathless by Shayne Ward -Brianstorm by Arctic Monkeys -Bubbly by Colbie Caillat -Burn Faster by Nine Black Alps -Burning Love by Elvis Presley -Call The Shots by Girls Aloud -Calm Down Dearest by Jamie T -Can We Chill by Ne-Yo -Can't Get Along (Without You) by Hard-Fi -Candyman by Christina Aguilera -Carolyna by Melanie C -Catch You by Sophie Ellis-Bextor -Chain Hang Low by Jibbs -Change by Sugababes -Changes by Gareth Gates -Charlotte by Air Traffic -Chasing Cars by Snow Patrol -Chelsea Dagger by The Fratellis -Clean Up Your Eyes by The Dykeenies -Closer by Travis -Clothes Off by Gym Class Heroes -Clumsy by Fergie -Con Te Partiro by Andrea Bocelli -Counting Down The Days by Sunfreakz Feat. Andrea Britton -Cowboy by Ch!pz -Crank That (Soulja Boy) by Soulja Boy Tell'em -Crash by Matt Willis -Crazy by Lumidee -Crazy by Gnarls Barkley -Crush Crush Crush by Paramore -Cry Over Me by Meat Loaf -Cupid's Chokehold by Gym Class Heroes feat. Patrick Stump -Curvy Cola Bottle Body by Chico -D.A.N.C.E. by Justice -Dance Tonight by Paul McCartney -Dancefloor by The Holloways -Dancing Lasha Tumbai by Verka Serduchka -Dare Me (Stupidisco) by Junior Jack feat. Shena -Dark Road by Annie Lennox -Delivery by Babyshambles -Desecration Smile by Red Hot Chili Peppers -Destination Calabria by Alex Gaudino feat. Crystal Waters -Different World by Iron Maiden -Do It by Nelly Furtado -Do It 2 Me by Cushh -Do It Again by The Chemical Brothers -Do It Well by Jennifer Lopez -Do It Yourself (Go Out And Get It) by Uniting Nations -Do They Know It's Christmas? by Band Aid -Do Without My Love by Nathan [UK] -Do You Know? (The Ping Pong Song) by Enrique Iglesias -Doing It Right by The Go! Team -Don't by Elvis Presley With The Jordanaires -Don't Dance by Midas -Don't Give It Up by Siobhan Donaghy - -From 2000 to 2006 Kreidler studied composition with Mathias Spahlinger, electronic music with Orm Finnendahl and Mesias Maiguashca, and music theory with Eckehard Kiem at the University of Music Freiburg and at the Institute of Sonology (Computer Music) of the Koninklijk Conservatorium The Hague. He also studied philosophy and art history at the Albert-Ludwigs-Universität Freiburg. - -He works as a lecturer in music theory, ear training and electronic music at the Rostock Academy of Music and Theater, the Detmold Academy of Music, the Hanover University of Music and Drama and at the Hamburg University of Music and Drama. -His work/action Product Placements, which helped to discuss copyright and the level of creation in music, was widely spread. In a 33 second piece he processed 70,200 quotations of foreign works, all of which he submitted individually via forms to the GEMA (the German Buma Stemra). Eventually he was accompanied by numerous journalists with a small truck full of completed applications to the GEMA Directorate General in Berlin. A few cubic metres of printed matter were placed in the reception hall of the GEMA office. The system was therefore completely stuck. The minimal samples used (milli-seconds) are intended to test the credibility and effectiveness of the GEMA in relation to the digital reality. The music production is consciously located in a legal grey area, which has been greatly enlarged by digital technologies. If such a fraction can still be labelled as music, it can still be linked to the original and the performing artist in terms of financial compensation for use. - -This is close to his work Charts Music, in which he used the share prices of various companies to derive pitches. Besides the share prices, some other statistics were used, such as the number of American soldiers killed in Iraq. In this piece, too, reference is made to the borderline areas of copyright, and credits such as composers and copyright holders mention the respective companies instead of Kreidler himself. -For another work he commissioned composers from low-wage countries to plagiarize his own music for a commission for the Festival Klangwerkstatt Berlin. For much less money than Kreidler himself received as a commission, he had pieces ready for concert that were made for him in China and India. According to Kreidler, the action entitled Fremdarbeit is intended to focus attention on the themes of exploitation and authorship. - -Translated with www.DeepL.com/Translator -title:ARCHIVING \ PUSHING SCORES WITH VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN -time:Thu 29 Nov 2018 20:00hrs -location:VARIA, Rotterdam, NL - -publication: -title: Untitled Records -catalogue number: DOB 096 -artist: Ana Guedes - -description event: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Varia will explain their ideas and approach on this matter. - -participating artists: -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics - -Ana Guedes her project UNTITLED RECORDS fits in our idea of finding new ways for composing. Her archival approach and its political and personal implication are the starting point of this work. Because she uses and record archive it finally almost turns out to be a DJ set. This 'other way' around to come to sound is an interesting phenomenon. Also the technical implementation of possibilities to program the record players is interesting regarding for example the idea of schematics as a score. --Ana Guedes is a multidisciplinary artist from Portugal who lives and works in The Hague. She works with sound, video, installation and performance. Her research focuses on the 'dialectic of tuning'. Within this framework she investigates the working of memory with the intention of recreating situations and thus evoking a 'presence'. Through subjective interpretations of the ability to instrumentalize objects, she creates catalysts for thinking and contemplation. Her project Untitled Records is a performative sound installation that interweaves historical and emotional narratives through the 'instrumentalisation' of a collection of vinyl records. An ensemble of Arduino-powered prepared record players is built as an instrumentation to make an intimate selection from a family archive of popular music. The records come from Angola, Portugal and Canada. - -UNTITLED RECORDS is a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. An ensemble of reimagined record players are instruments built to perform an intimate selection from a family archive of popular music : “..a set of records carefully shipped home from a country at war forty years ago”. -The vinyls were purchased in Angola, Portugal and Canada over a time span from the 60s to the early 80s and have travelled over three continents. -Stained by the passage of time, scratched, with their covers eaten by moths the records are signed and dated; they exist as passive witnesses of a displacement in time and space. - -Each date and signature is a coordinate, a clue in the reconstruction of a map tracing complex historical occurrences splitting into an infinite number of threads. -The multi arm record players with which several timelines can be played - from one single record to an ensemble of vinyls intertwine a juxtaposition of temporalities and imagined narratives trapped within the collection. -event title:TGC # 3 / MAT>NET>PU -participating artists: JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON, XPUB -date: Fri 24 Mar 2017 20:00hrs -location: DE PLAYER, Rotterdam - -description: WHY ? -An evening with remarkable experiments and materialised conceptual flip flop. DE PLAYER will unveil its third issue of Tetra Gamma Circulaire (TGC) – the unknown audio magazine. TGC #3 is compiled in collaboration with students of the Piet Zwart Institute, and is also part of their Experimental Publishing programme of the Media Design Master, named XPUB. - -Tetra Gamma Circulaire was initiated in 2015 by DE PLAYER with the aim to become an experimental audio magazine series without any restrictions in appearance, style, and/or shape. TGC #3 fits right in. Concretely, TGC #3 is a particular kind of publishing platform engineered for sonic experiments, instruments, and installations. Some dare say it's a kind of jukebox. The first edition of TGC #3 is limited to just twelve copies, and its presentation at this event is augmented with works created and compiled by the XPUB students. Next to the presentation of TGC#3 we are also hosting exciting demonstrations and live sets from the sound makers and breakers described below. - -artists: WHO ? -* HIELE MARTENS (be) -Sometimes 1 + 1 is greater than the sum of its parts, but if you put two of Belgium’s finest composers and musicians together, it adds up to an infinite number. Hiele Martens, or the collaboration of Lieven Martens Moana and Roman Hiele, delve deep into new territory that could be interpreted as a 2017 update of Maurice Kagel’s "Exotica", but made by self-aware electronic musicians. Hiele Martens' debut record is about to be released on Ultra Eczema and is expected to become one of the highlights of this year. -http://kraak.net/festival2017/artist/hiele-martens - -* HELGA JAKOBSON (ca) -Whether culminating into actions or objects, Helga Jakobson's work responds to conditions of limbo within existence and acts as a platform to confront the unknown; it focuses on death, time and ephemerality. Currently she is constructing a digital and physical web; weaving together the overlapping, intuitive and sometimes complicated interconnections that comprise her interest in handcraft, witchcraft, and digitalcraft. The main threads that run between these interests are the experience of women, their traditional work and their sharing of knowledge. Jakobson has great reverence for intuition and it’s use as a technology. At DE PLAYER she will demonstrate her 'spider web record player'. -www.helgajakobson.com - -* JOHANNES BERGMARK (se) -Johannes Bergmark is a Fylkingen affiliated sound artist, instrument builder and piano technician. His performances have been described as surrealist puppet theatre in which the characters are amplified objects such as old tools, kitchen utensils, toys, springs and decorative kitsch. Using contact microphones, Bergmark reveals their hidden acoustics, dynamic scales and unique timbres. Bergmark is the ultimate rethinker of what music can be, in sound and in performance, as you can sometimes find him hanging on two piano strings from a ceiling. -http://bergmark.org - -* XPUB (int'l) -Experimental Publishing is a new course of the Piet Zwart Institute's Media Design Master programme. The concept of the course revolves around two core principles: first, the inquiry into the technological, political and cultural processes through which things are made public; and second, the desire to expand the notion of publishing beyond print media and its direct digital translation. The Experimental Publishing students who contributed to the development of TGC #3 are: Karina Dukalska, Max Franklin, Giulia de Giovanelli, Clàudia Giralt, Francisco González, Margreet Riphagen, Nadine Rotem-Stibbe and Kimmy Spreeuwenberg. -https://xpub.pzimediadesign.nl -We got in touch with Helga Jakobson her work through Bas van den Hurk who in that time was teaching at St Joost post graduate program in which Helga took part. Because of the fact that she was developing a machine which produces sound through the process of reading spider webs, Bas tipped her to contact DE PLAYER. We had an appointment and it was clear that this definitely got our interest and the decided to present her prototype at an event in which other more inventive ways of sound making were presented. Also the idea of a spider web as a score of course matched with the Pushing Scores project. Het Arachnes Sonifier got more and more developed and soon we will publish an album (DOB094) with the sound, images and conceptual information on our label.Helga Jakobson is a Canadian artist whose practice consists of exploring conditions of limbo, with a focus on death, time and the ephemeral. Often her research leads her to short-lived and organic material with which she develops new systems and methods for engagement. This takes shape by building digital interfaces; instrumentation used to explore, amplify and reflect what is barely visible, tangible or audible, while expressing the resonance and relationship between people, plants and organic matter. She presented her project entitled Arachnes Sonifier, in which she captures and makes audible spider webs. Her spider web record player (Arachnes Sonifier), which she developed for this purpose, is an instrument that plays, registers and converts a spider web into sound by means of light sensors. She passes on the notation she distils from this to music companies in order to come to performances. - -about her work considering Arachnes Sonifier: -Knowledge sharing across traditions has often taken place through oral mythology. Creation myths, such as in the Hopi and Navajo traditions, often centre around a Grandmother Spider figure who wove the night sky with her silk. There are spider figures in West African, Akan, and Caribbean myths personifying the spider as a trickster. In Japan there’s a focus on the lure of the spider, where it is sometimes likened to a prostitute. However, my favourite spider myth is from Greek mythology; that of Arachne who wove a tapestry better than Athena, the Goddess of weaving and war. Arachne challenged Athena, believing in the superiority of her own abilities and with the support of her community. During the competition, Athena wove a tapestry depicting all of the times mortals challenged the Gods and lost, while Arachne wove accounts of the many times Zeus had raped mortal women. After Arachne won the competition, Athena transformed her into a spider, and this is where the name for arachnids originates. Arachne, a disturber of the status quo, is thought of as one of the first feminist authors.  - -Using the material bequeathed to Arachne’s doomed progeny, I’ve been weaving a visual and sonic tapestry of my own, using digital technology to form new means of mythologizing and disseminating non-verbal experience. The sonification of spiderwebs asserts a reverence for the environment, the beauty of the ephemeral and loss. When the webs are harvested, my hand effects their original form. These webs then become a game of Cat’s Cradle of sorts between the spider and I, not quite a collaboration but rather more of an exercise in ongoingness and recognition of loss. The intact web will not exist long in the world, and with my interference; even less so. This strange, affective relay continues into the recording process which results in the interpreted sound of an interpreted web. These actions are complicated and tenuous, as most human relations with companion species are. The recordings I make of the webs are an act of commemoration, and as Myers and Husk propose; "This requires reading with our sense attuned to stories told in otherwise muted registers.” - -The idea of a graphic score, a readable gesture, aids in the playability/repeatability of a piece of music which through it’s repetition allows for exploration, interpretation and imagination. These spiders have laid out scores in the form of webs that are barely visible ephemera drifting between branches or street signs or windows and I long to understand them. They remind me of George Crumb’s circular compositions; minus the pen and paper. In actuality, they are visual representations of the spider’s consciousness (who can forget Dr Peter Witt’s experiments with drug use on spiders and their resulting webs).  A spiderweb is not only an illustration of a spider’s mental landscape, but an instrument it plucks and plays. These structures are scores and instruments unreadable/unplayable by humans, but interpretable through speculative fabulation, in the case of the recordings I create. - -The webs I’ve chosen for this publication were harvested in the fall of 2018, after the first snowfall in Winnipeg, Canada. To find them I searched through basements, and bars, and zoos, and homes, and parks; though I found the majority of them in a greenhouse where I teetered over cacti and lavender bushes to collect them. The process of finding them could be likened to trying to make the invisible visible. In searching; imagining where I would make a web, and then marvelling when I find it in the most unlikely place, which only enchants me further into the world of spiders and webs and mythology. They aren’t entirely in line with Darwinian structures after all, not serving a solely evolutionary purpose; unlikely structures vulnerable and more powerful in space and time.  -type of project: publication -title: ORE -catalogue number: DOB 092 -artist: BJ Nilsen - - -description: -This work by BJ Nilsen can be seen as an observing documentary and is related to time lapse filmmaking. In addition, it places itself in the tradition of electro acoustic music and 'musique concrète'; a French music movement that makes use of everyday sounds that are processed with the help of electronics into compositions and sound collages. - -From the Dark Ecology project of Sonic Acts, Amsterdam, BJ Nilsen has visited many mines and mining areas over time. As a sound artist he realized how much sound there is in the mining industry and began to think in sonic terms about its impact and meaning. What is the relationship between the sounds of mining and the community that surrounds it? Where does mining stop? How much influence does it have on a community? Over the years he has built up an extensive sound archive around this subject. Both in active mines and in the abandoned mines, buildings, surrounding areas and logistics locations in Finland, Sweden, the Netherlands, the Czech Republic, Russia and elsewhere. In it he found the fragility of mining processes and the impact that mining activities have on the population and their biotope and he also expanded his archive with all related logistic processes. In the final processing of the sound, he uses the facets of mining as different sound tracks. - -The composition follows a more or less linear path - starting with 'deep' time. This line is interrupted a few times and the different time periods work together and overlap. It is a mix of sound recordings made at different times. Sometimes recordings from four years ago are combined with more recent recordings. Thus different layers of time are presented, from slowly unfolding sounds that represent a deep geological time, to sounds of transport, to the kind of sounds that we recognize as science fiction to indicate the future. For example, mining is in the arctic zone and research and an asteroid mining law was adopted in Luxembourg in 2017 that gives companies ownership of what they extract from celestial bodies. The idea is that you find an asteroid that is really rich in some rare metal that we really need and that one can claim that. Of course, it only becomes interesting when the resources on earth are exhausted. - -For example, in the composition radio broadcasts from space are used as well as a recoding of the probe that has ended up on an asteroid. In this way the work creates a third space that belongs to the individual listener and that arises from the interaction between the original space and the imaginary space, created by the composition, the sound processing and the perception of the listener. -There is a small tribute to GRM (Groupe de recherches Musicales) in Paris and Pierre Henry which is directly related to iron ore. The 'musique concrète' as developed by Henry at GRM was made by magnetic tape. Some of the recordings were finally mixed in the studios of GRM. Magnetic tape was the medium of BJ Nilsen's youth. He had hundreds of cassette tapes, like many at the time. It made him realize how closely he was actually involved in the process of iron ore, and how his development as an artist was shaped thanks to iron ore. -Benny Nilsen approached us for his project ORE. We thought he would fit very well in the E-ARTHHA event with Douglas Kahn which we had planned. - -Douglas Kahn is Professor of Media and Innovation at the National Institute of Experimental Arts (NIEA), University of New South Wales, Sydney, and Professor Emeritus at the University of California, Davis, where he was the Founding Director of Technocultural Studies. He is known primarily for his writings on the use of sound in the avant-garde and experimental arts and music, and history and theory of the media arts. His writings have also been influential in the scholarly area of sound studies and the practical area of sound art. His best known book 'Noise, Water, Meat: A History of Sound in the Arts' was published by MIT Press in 1999. - -Currently Kahn is researching new interfaces and possibilities of sound composition, image and performance. He discards old categories of sound and performance and replaces them with a new category of "energy" in the bigger narrative of ecology and other sensitivities. - -That evening Kahn did some kind of improv session on the works of the three invited artists. ‘Mining’ BJ Nilsen, ‘Jazz’ Max Franklin and ‘Earthquake’ Aurelie Lierman. - -URL: https://www.deplayer.nl/events/22-june-e-arthha-douglas-kahn-bj-nilsen-aur-lie-lierman-max-franklin - -BJ Nilsen - - -‘In Ore different layers of time are overlapping, from the deep time of geology to the superfast time of our current economy and the future. For the record I used recordings from the iron ore processing plant in Kirkenes, both with the plant working and not working. When it was empty, I mapped out the building by recording it. You hear the room tones, pigeons flying around, doors flapping, and the sound of the town blending in. I used recordings from Pasvik, south of Kirkenes, where the rock is at least 2.9 billion years old. The north of Norway is one of the oldest rock formations in the world. It doesn’t relate directly to mining, but it extends the project to include geology, deep time and stone. Those recordings symbolise the stasis of time. The mountain just sits there. The sounds are environmental. I made field recordings in the winter, you hear ice crystals cracking because there was a layer of ice on the snow. I also went to Näätämö/Neiden and just over the border to Finland because it’s land of the Sámi, and I wanted to have that in. The Sámi have a lot of respect for nature. Throughout the landscape there are sacred stones that are very important to them. I also worked with stone as an instrument, striking and recording it. I did the same with coal. I made recordings of the sound of striking coal at the house of Hilde Methi, a curator who lives in Kirkenes. She still stores coal there in a small outhouse (called ‘kullbingen’). There are recordings from the harbour of Murmansk with the coal trains coming in from Kuzbass in southwestern Siberia. The next phase in the processing of iron is represented by recordings from inside the Tata Steel factories in Wijk aan Zee, 30 kilometers from Amsterdam. I also visited Most in the Czech Republic because there is a huge operational open pit mine. It’s not iron ore but lignite, ‘braunkohle’. It is vast scar in the landscape, and really an incredible place. The recordings I did in the former mining region of the Netherlands are again more environmental: the mine near Heerlen has been developed into a park and nature area. I’m very interested in the hidden layers and history the landscape. That’s why I wanted to have a thread about the regeneration of mining areas. I think it is important to explore the changes that the surrounding landscape and the mining site itself are undergoing, from active to closed, from contaminated landscape to re-vegetation. The future is represented through using radio emissions from space and a recoding from the probe that landed on the comet 67P/Churyumov–Gerasimenko. And then there are sounds used for seismic interferometry: the decoding of ambient seismic noise, micro earthquakes and also surface bound sounds. What I like about these recordings is that they already have been processed through the rock and soil and transposed into human hearing range.’ - -‘This mining work is tied directly to the computer age, itself an alchemic expression of man’s ingenious use of the earth. Modernity is made by the manipulation and transmutation of organic and synthetic materials through design and research. Without tantalum and niobium, there are no micro-capacitors; without gallium, no photovoltaics.’ -Source: http://www.newcriticals.com/deep-mining-deep-time/page-3 - -Mineral commodities used in mobile devices -Gallium (from bauxite), -Germanium (from sphalerite) -Graphite -Indium (from sphalerite) -Lithium (from amblygonite, petalite, lepidolite, spodumene) -Platinum -Potassium (from langbeinite, sylvite, and sylvinite) -Rare-earth elements (bastnäsite, loparite, monazite, xenotime) -Sand -Silicon (from quartz) -Silver (from argentite and tetrahedrite) -Tantalum (from columbite and tantalite) -Tin (from cassiterite) -Tungsten (from scheelite and wolframite) -Source: https://pubs.usgs.gov/gip/0167/gip167.pdf - -Chemical structure of the product of Sydvaranger mine, Kirkenes -Fe – 68% -SiO2 – 5.00 -Al2O3 – 0.30 -S – 0.08 -P – 0.01 -Mn – 0.05 -Na2O – 0.01 -K2O – 0.03 -CaO – 0.35 -MgO – 0.45 -H2O – 8.00 -Size of the product -over 0.15mm: less than 0.2% -0.053mm – 0.15mm: less than 20% -under 0.053mm: up to 80% - -Source: http://sydvarangergruve.no/produkt - - -‘In mining there are two types of waste. One is the waste you make to get to the ore. If you have a gold mine and the gold layer sits 50 metres below surface, you have to remove 50 metres of waste. The ore layer contains only a certain amount of the mineral that will bring you revenue. The ore goes to a processing plant and there you take out the tailings and the rest is the waste of your process. It can be a slurry, it may contain chemicals or poisonous materials so you have to contain it and treat and store it properly. Sometimes this can go horrible wrong. It is important for companies to manage this. More waste means more costs.’ -Interview with Marco Keersemaker, CITG, Technical University Delft, by Benny Nilsen, 2018. - -‘The composition follows a more or less linear path – starting with deep time. It just turned out that way, perhaps because that’s how we generally tend to structure material. But the chronology is interrupted a couple of times, and the different time planes are cut-up, they interact and overlap, because I mix sound recordings that were done at different times. In that way I present different layers of time, from slowly unfolding sounds that represent deep geological time, to sounds of transport, to the sort of sounds we recognise as science fiction to denote the future. The work creates a third space that belongs to the individual listener and which arises from the interaction between the original space and imaginary space, created through the composition and sound processing.’ - -‘We dig deep into the earth to get to layers of deep time, extract it and use the ancient material, in the case of coal, for electricity, for heating the house, commodities, to type a message on a phone. It’s absurd when you start to think about it. So much time is compressed in this material and it’s burned up in minutes. It’s not like wind or the sun, which give you immediate energy. It’s millions of years compressed into hard materials that are burned up, like coal, or painstakingly refined to yield useful metal. This ungraspable void of deep time fascinates me: the time compressed in iron ore, the coal that started billions of years ago as organic material, the gold flecked asteroid far away in space, or the more recent ‘slambanken’ in Kirkenes, a manmade landscape of unusable slag that might be mined in the future.’ - - -‘We trace out all the veins of the earth, and yet, living upon it, undermined as it is beneath our feet, are astonished that it should occasionally cleave asunder or tremble: as though, forsooth, these signs could be any other than expressions of the indignation felt by our sacred parent!’ -Pliny the Elder, Naturalis Historia, book XXXIII, 77, data.perseus.org/citations/urn:cts:latinLit:phi0978.phi001.perseus-eng1:33.1 - -‘If, as Novalis and many of his friends believed, stones, metals, and rock strata amount to transcriptions of the earth’s history, what better place to study that history than in the mines and caverns of the earth, where the entire record is preserved and exposed? At this point the ancient conception of mines and mountain caverns as places of lapidary activity encounters a a second folkoristic notion—that in the interior of mountains time stands still.’ -Theodore Ziolkowski, German Romanticism and Its Institutions, 1990, p.34. - -‘The slambanken is a totally artificial, man-made landscape that has formed because the waste of the iron ore processing was flushed into the fjord. It is a base of hard rock under the water with different layers of material. It is a playground for sedimentologists because you can see how land and deltas form. We did a study and tried to identify how thick the layer was in different areas. We took samples and ran them through the laboratory in order to identify how many tons of final concentrate we would be able to get out of the slambanken. When they were cleaning the old silos they flushed everything out into the slambanken. This was part of a test production of around 30.000 tons. We can see layers of hematite. It is not enough to make a mine plan, but enough to get a small cash flow. You have to take a boat to get there. We have a tunnel that leads there.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - - -‘You cannot talk about mining in the North without getting into the question what it means for the landscape, for the people and the animals living there, for the communities and the relations between all these. In a sense, you cannot not bring out those relations: how a society depends on mining and how it affects it.’ - -‘The sound of the mine was always present. It created a vacuum after it closed. When the mill was in full operation the only time when we woke up in the night was when the train was not going. We were living quite close to the railway, so when the train did not run we knew instantaneously that something had happened, either in the mine or in the mill.’ -Interview with Ylva Ståhl and Kristoffer Johansson from the Sydvaranger mine in Kirkenes, by Benny Nilsen, Hilde Methi and Annette Wolfsberger, March 2018. - -‘I am drawn to the Arctic as a sound person because of its relative remoteness. The landscape is fairly untouched, it is scarsely populated, it’s desolate. The sounds of nature are not often interrupted by other sounds. Except for the mining, but that then is also why I find mining in the Arctic especially interesting. The relentless nature in the Arctic constantly reminds you that you are a human being and that you are nor really supposed to be there because the harshness of the environment might kill you. It’s good for the human psyche to be reminded of that. You can only survive there if you work with nature. If you work against it, it will kill you. The people in the Arctic have a lot of respect for nature, it forms them.’ - -‘The Arctic is changing quickly. If it goes on like it goes now, the ice will open up and it will not be so desolate anymore. That is quite scary. Will it mean that other places will become desolate instead, uninhabitable? What shifts will we see? What shifts happened in the past? Why did people in the past settle in an environment like this? Were they forced up North by circumstances? These questions are really haunting me.’ - -‘Far down in the Earth the rock is actually moving. Workers hear the rock talk, it crackles, it makes sounds, spits slivers. These can be an indicator that something is about to happen, the sounds tell something about the stability of the rock. Listening underground is like reading the environment. Geologists read the stone, but they also listen to it. By physically interacting with the stone you can determine what material it is. Different types of stone give different frequency readings. Geologists use seismic soundings to map out the resources in the earth. They put geophones in an array, and record the blast of a detonation underground. It gives them an image, a bit similar to sonar. It’s mostly really low sounds that you have to transpose up three times to get within human hearing range. In practice it’s quite mathematical, but it still it is part of the sound world too. Through soundwaves geologists are able to map what is underground.’ - -‘There is a little homage to GRM and Pierre Schaeffer on the record. For me it relates directly to iron ore in so far that the type of musique concrète and tape music developed at GRM was made possible by magnetic tape. I mixed part of the recording in the GRM studios in Paris where I was working on another acousmatic piece. Magnetic tape was the medium of my youth. I had hundreds of cassette tapes, mostly TDK. It made me recognise again how close we are to the source of ore, and how my development as an artist was shaped by iron ore.’ - -‘The iron ore is refined and filtered, making sure the pure magnetite comes out. Only a small percentage of the ore is iron, the rest is slag and waste. It is a process that somehow relates to my own artistic process. I’m always processing and refining my field recordings. I apply filters, use electronics. It’s a kind of sound alchemy. All to get to the desired result: the gold!’ -publication -title: Black Moon -catalogue number: DOB 096 -artist: John Duncan - -description: -Black Moon is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. Each signal was chosen for the resonance it evokes in the listener, later interwoven with other signals recorded from the same source for several days. The selection of sounds is done according to properties that lie outside the predictable controllable parameters in order to arrive at a complex multidimensional listening experience. By compactly interweaving the frequencies, a different image is created for the listener at each listening session because of the psycho-acoustic selections that take place at the listener. The record can thus be considered as a potential composition, which is performed by the listener himself through the aforementioned process. -John Duncan took part in our event at 5 October 2018. His background in performance and his multimedia and confrontational approach gives him full credits to be part of DE PLAYER its program. When we met we had discussions on several professional subjects and decided to realize a publication. The fact that the sound on the records is an everchanging piece because of the psycho acoustic effects, make the record more into a tool than a static recording. This approach can also be seen in the approach of the electronic voice phenomena (EVP) of Friedrich Jürgenson, a researcher who claimed to have detected voices of the dead hidden in radio static. Duncan’s also works sometimes together with Carl Michael Hausswolff who is an expert in EVP.John Duncan has been active for decades at the cutting edge of performances, video, experimental music, installation, pirate radio and television. He has played a central role in the development of performing arts in Los Angeles, experimental music as a member of LAFMS, Japanese noise and pirate radio in Tokyo. Duncan's work has a lasting influence on experimental music because his art is generally still refined and refined and he regularly collaborates with young artists. He is currently a sound designer at the art academy of Bologna, Italy. Since the beginning of his work, he has made extensive use of recorded sound. His music consists mainly of recordings of shortwave radio, field recordings and voice. - -In the mid-1980s Duncan began pirate radio and television broadcasting with his own custom-built portable channels, operating illegally from the roofs of apartment buildings in central Tokyo and from an abandoned American military hospital near Sagamihara. He also made periodic broadcasts from his own home. - -The medium of radio still plays a role in arriving at compositions. The publication Black Moon (DOB 096) is composed of shortwave radio signals, recorded via the online receiver website of the Technical University of Enschede. -event -title: ARCHIVING \ PUSHING SCORES -date:Thu 29 Nov 2018 20:00hrs -location: Varia, Rotterdam - -artists: VALENTINA VUKSIC, ANA GUEDES, VARIA, NIEK HILKMANN - -description: -During this evening we focus on the archiving of our Pushing Scores project. A project on the nowadays meaning of the 'graphic score', which has been running for over the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? - -WHO ??? -- Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world. - -- Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records. - -- Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethicsWe know Varia as a community based initiative which combines several knowledge in the interdisciplinary filed of music, programming, publishing, hacking, social interventions, critical positions, etc. It is based in Rotterdam in the area were we operate. We knew some of its members and thought it would be nice and effective to approach them with a question of doing something with the archive of Pushing Scores. Instead of making a paintwork publication we wanted it to be more adventurous and in line with the concept of the project. - -To communicate the Pushing Scores to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. During an evening at the Varia collective, where Valentia Vuksic and Ana Guedes also played a live set and explained their work and backgrounds, Niek Hilkmann, who is part of the Varia team, presented his UNI (Universal Notation Ideal); a Pay2Print research into the simultaneous production and distribution of standardized graphic scores by means of an automatic machine. The UNI was developed by Niek Hilkmann and Joseph Knierzinger. It is a machine into which a coin is inserted and from which a score printed on a roll of paper is then delivered. It is based on a new notation system designed to help conceptual composers develop and exchange conceptual music in one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur earning his own income, the conditions of mechanized labor within the cultural industry and the associated ethics are investigated within this project. His presentation was a cross-over between a lecture and a demonstration. On the spot, the audience could activate the UNI. -Black MIDI is a music genre consisting of compositions that use MIDI files to create a song remix containing a large number of notes, typically in the thousands or millions, and sometimes billions. People who make black MIDIs are known as blackers. However, there are no specific criteria of what is considered "black"; as a result, finding an exact origin of black MIDI is impossible. - -DE PLAYER always has a strong interest in decoupling publising from a stereotypical understanding of making things public that comes from an historical and economical media constraint linked to the print, software, music, and film industries, and that has limited any form of meaningful explorative complementary or conflictual combinations between media in the field of cultural production. This not only counts for publishing but also for exploring new possibilities for the art practise in general. -Transformation of information is a fact that occurs during the process of composing and performing the compositions. In that sense there is never a perfect reproduction but always an interpretation. This is an interesting process in which boundaries can be explored and in which the idea of ​​'cracked media', whose performers challenge the intended effect of the technology and actively use alternative acts through subversive acts of abuse and misconception to generate results, is an interesting one. position. -Black MIDI is a beautiful example of how new technology / consumer electronics and its abuse leads to great new implications and applications. This one is pretty contemporary one and results in great imagery and sound. - -Origins and early history - -Though the two are unrelated in origin, the concept of impossible piano existed long before black MIDI, manifesting itself within Conlon Nancarrow's work involving player pianos where he punched holes in piano cards, creating extremely complex musical compositions in the same impossible, unplayable spirit of black MIDI. -Black MIDI was first employed in Shirasagi Yukki at Kuro Yuki Gohan's rendition of "U.N. Owen Was Her?", an extra boss theme from the Touhou Project shooter video game The Embodiment of Scarlet Devil. It was uploaded to the site Nico Nico Douga in 2009, and public awareness of Black MIDI started to spread from Japan to China and Korea in the following two years. In its beginning years, Black MIDIs were represented visually with traditional, two-stave piano sheet music,contained a number of notes only in the thousands. They were created with MIDI sequencers such as Music Studio Producer, and Singer Song Writer, and played through MIDI players such as MAMPlayer and Timidity++. The Black MIDI community in Japan vanished quickly because, according to Jason Nguyen (owner of the channel Gingeas), the group was “analogous to those TV shows where there’s a mysterious founder of a civilization that is not really known throughout the course of the show.” - -Popularity outside Japan - -The popularity of Black MIDI transitioned into Europe and the United States due to a video of a composition uploaded by Kakakakaito1998 in February 2011, and shortly thereafter, blackers from around the world began pushing limits of the style by making compositions with notes increasing into the millions and using an enormous number of colors and patterns to match the complexity of the notes. They also formed the sites Guide to Black MIDI and Official Black MIDI Wikia that introduced and set the norm of Black MIDI. -The first of these tracks to reach the million-note mark was that of “Necrofantasia” from Touhou Project video game Perfect Cherry Blossom, arranged by TheTrustedComputer. The end of the title of many Black MIDI videos displays how many notes are in the piece. The number of notes and file sizes that could be played back have grown with the rising amount of processing and 64-bit programs computers are able to handle, and while Black MIDIs of Japanese video game music and anime are still common, the genre has also begun spilling into modern-day pop songs, such as "Wrecking Ball" by Miley Cyrus. Despite this increased computer storage, there are still Black MIDI files that could cause an operating system to slow down. The two largest black MIDIs are "Armageddon v3" and "TheTrueEnd," both of which contain the maximum number of notes allowed in the MIDI standard (about 93 trillion). Due to the nature of their creation and their sheer size, they are unable to be played back and recorded. -English-language blackers have formed collaboration groups, such as the Black MIDI Team, where they make MIDI files and visuals together so they can be uploaded online sooner. Blackers around the world have used software such as Synthesia, FL Studio, SynthFont, Virtual MIDI Piano Keyboard, Piano From Above, MIDITrail, vanBasco Karaoke Player, MIDIPlayer (Java program), MAMPlayer, Music Studio Producer, Singer Song Writer, Tom's MIDI Player, TMIDI, and Timidity++ to create Black MIDIs. Some of them, like Jason, record the MIDI files at a slow tempo and then speed the footage in video-editing to avoid RAM and processing issues. - -Analysis and reception[edit] - -The term "black MIDI" is derived from how there are so many notes in each piece that the score would look nearly black (or would look really black) on traditional sheet music. According to California-based blacker TheTrustedComputer, black MIDI was intended as more of a remix style than an actual genre, and derived from the idea of "bullet hell" shoot 'em up games, which involved "so many bullets at a time your eyes can't keep up."[3] Black MIDI has also been considered the digital equivalent, as well as a response, to composer Conlon Nancarrow's use of the player piano which also involved experimenting with several thick notes to compose intricate pieces without hands. The Guide to Black MIDI, however, denies this influence: “We believe that references to Conlon Nancarrow and piano rolls are too deep and Black MIDI origins must be found in digital MIDI music world [sic]." -Black MIDI first received coverage by Michael Connor, a writer for the non-profit arts organization Rhizome, in September 2013, leading to attention from publications and bloggers including Aux, Gawker's Adrian Chen, Jason Kottke,[8] and The Verge. It has garnered acclaim from journalists, bloggers and electronic musicians, with many noting it as a distinctive and engaging genre thanks to how regular piano notes are combined to make new, abstract sounds not heard in many styles of music, as well as the visuals representing the notes. Hackaday's Elliot Williams spotlighted the style as ironic, given that the fast-paced arpeggios and "splatter-chords" that are developed with a restricted number of voices come together to make other tones that leads a piano sounding more like a chiptune and less like an actual piano. -event: -title: MUSIC&CAPITALISM -date:Sat 18 May 2013 09.00 hrs - 24.00 hrs -location: SKAR office , Groot Handelsgebouw, Rotterdam - -artists: MARCO FUSINATO & JOHANNES KREIDLER - -description: -A reading in combination with a 6 hrs concert by Marco Fusinato. -DE PLAYER and WORM present a day about music and economy, revolving around two authoritative sound-artists/composers, whose work is engaged with political-economical processes. Marco Fusinato's (AU) mangled noise-guitar excursions are informed by the political explosions and pitfalls of of radical collectives from Autonomia and beyond. Johannes Kreidler (DE) who made a piece consisting of 70 thousand samples, and for each of these fragments he asked permission from the GEMA (the German BUMA-STEMRA). The authority who controls copy right specifically for musicians. - -publication: -title: Spectral Arrows -catalogue number: DOB 065 -artist: Marco Fusinato -liverecordings by Gerben Kokmeijer -edited by Marco Fusinato - -description: -Stuttering live concret, wailing feedback, Xenakis-esque swarms of descending glissandi, abusive guitar wrangling, walls of harsh static on a double sided black vinyl containing edited sound from the live recording of Marco Fusinato his endurance performance Spectral Arrows for DE PLAYER at 18 May 2013 at Groothandelsgebouw, Rotterdam, The Netherlands - -Spectral Arrows is an ongoing series of long-duration performances for guitar and electronics. In Spectral Arrows, Fusinato arrives at the venue when it opens for business, sets up his equipment facing a wall and proceeds to play for the whole day until the end of business hours. Fusinato presents himself here in the guise of a worker, clocking on and unceremoniously clocking off at the end, refusing to allow the behind-the-scenes mystery of rehearsals and preparations to lend an aura to the performance, and affirming the deskilled ethos of his work. - -For the audience, the length of the performance frustrates the expectation of a manageable form, forcing all but the hardiest audience members to content themselves with only a fragment of the whole. Even for those who stick it out, the extended duration, like in the late works of Morton Feldman, destroys the listener’s ability to retain and assess the structure of the performance. Breaking with both the traditional form of the musical performance and, through Fusinato’s resolutely anti-social position facing away from the audience, the standard affective relationship between audience and performer, the sound of Spectral Arrows becomes a monumental aural sculpture, filling the space, not with steel or concrete, but with vibrations travelling through air. We got in touch with Marco Fusinato through our 8-INCH series. For this we published 8 inch records with artists and labels. One of these labels was Circle Records which had been running for a few years by John Nixon, Julian Dashper and Marc Fusinato. For the release event only John Nixon could be present. Julian unfortunately died at young age. Marco was primarily active as a visual artist. One of his projects is called Black Mass Implosion. In this project he appropriates scores of avant tgarde composers and connects each not with one arbitrary point on the horizon. This creates strong graphic works and partly blackens out the original score. From this perspective also his live performances can be considered as black mass implosions. Also because most of his work deals strongly with political issues we invited him for a performance in the event bnamed Music & Capitalism. He suggested to do an 8 hour performance in an official office building. On a Saturday from 09.00 to 17.00 hrs. When normally people are doing there office work now Marco played for 8 hrs in an empty office building. People were guided to the 8th floor into the directors room which was darkened with newspapers stacked on the windows. A huge PA was in the office blazing loud but very articulated. Good food and drinks were served. - -Marco Fusinato is a contemporary artist and musician whose work has taken the form of installation, photographic reproduction, performance and recording. His overall aesthetic project combines allegorical appropriation with an interest in the intensity of a gesture or event. As a musician, Fusinato explores the notion of noise as music, using the electric guitar and associated electronics to improvise intricate, wide-ranging and physically affecting frequencies. - -Marco Fusinato’s Mass Black Implosion series began in 2007. Serial in form, each work uses an existing cultural document – a 20th or 21st-century avant-garde music score – as the formal, material and conceptual basis for a set of actions or interventions. Specifically, working with facsimile sheets of the score, Fusinato draws lines from each note on the page to one chosen point. Where a composition comprises more than one sheet, these are then singularly framed and installed sequentially on the gallery wall, creating an extraordinary graphic rendering of the energy of aural compression and expansion. - -In these works, treated by Fusinato as propositions for new noise compositions, the qualities of each individual note and their relation to those around them are effectively compressed into a single point of intense concentration. This is the energy of implosion, which always infers at least the potential of its counter-energy in explosion, energy radiating out from the single point of origin. Fusinato’s intervention into the scores therefore visualises and proposes the possibility of a dialectical energy running through the original work that has a political dimension as much as an artistic one – a relentless propensity to both destruction and expressive creation in the single action, or in this case to the production of noise. - diff --git a/scores/2019-05-31 13:22:04.120829.txt b/scores/2019-05-31 13:22:04.120829.txt new file mode 100644 index 0000000..e67ad04 --- /dev/null +++ b/scores/2019-05-31 13:22:04.120829.txt @@ -0,0 +1,123 @@ +................'VECTOR..................................... +....................................VECTORIAN.............'M +INING....................................................... +............................................................ +.....'BUBBLY....BUBBLY....BUBBLY............................ +............................................................ +............................................................ +....'GESAMMTTKKUNNSTTMESHUGGAHHLAANDTTTT.................... +............................................................ +..............................................GESAMMTTKKUNNS +TTMESHUGGAHHLAANDTTTT......'GESAMMTTKKUNNSTTMESHUGGAHHLAANDT +TTT..................'CALL...CALL....................N'T.... +......'BURN....BURN.................AFRICAN.........PLAYABIL +ITY/REPEATABILITY........................................... +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +.................................................HARDLY..... +ROZENDAAL..REPRESENTATION................................... +............................................................ +...............................REPRESENTATION............... +............................................................ +..................REPRESENTATION............................ +............................................................ +.........REPRESENTATION..................................... +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +............................................................ +....................................................LIBERATI +NG.......................................................... +............................................................ +...........................SWITCHES...INSTALLATION.......... +.... \ No newline at end of file diff --git a/static/.DS_Store b/static/.DS_Store deleted file mode 100644 index 411135c..0000000 Binary files a/static/.DS_Store and /dev/null differ diff --git a/static/css/Victorianna-master.zip b/static/css/Victorianna-master.zip new file mode 100644 index 0000000..af83621 Binary files /dev/null and b/static/css/Victorianna-master.zip differ diff --git a/static/css/Victorianna-master/COPYRIGHT.md b/static/css/Victorianna-master/COPYRIGHT.md new file mode 100755 index 0000000..ff7b17f --- /dev/null +++ b/static/css/Victorianna-master/COPYRIGHT.md @@ -0,0 +1 @@ +Copyright (c) 2014-2017, Sébastien Hayez & Jérémy Landes diff --git a/static/css/Victorianna-master/FONTLOG.md b/static/css/Victorianna-master/FONTLOG.md new file mode 100755 index 0000000..cbf50c3 --- /dev/null +++ b/static/css/Victorianna-master/FONTLOG.md @@ -0,0 +1,45 @@ +FONTLOG for Sample Font +------------------- + +This file provides detailed information on the Victorianna font software. + + +Basic Font Information +-------------------------- + +Victorianna is an awesome typeface inspired by english victorian types. Read more in the [docs](/documentation). + + +Information for Contributors +------------------------------ + +See the project website for the current trunk and the various branches: + +https://github.com/velvetyne/victorianna/ + + +ChangeLog +---------- + +When you make modifications, be sure to add a description of your changes, +following the format of the other entries, to the start of this section. + +7 April 2014 (Jérémy Landes) Victorianna V1 +- Initial push of font "Victorianna" + + +Acknowledgements +------------------------- + +When you make modifications, be sure to add your name (N), email (E), +web-address (W) and description (D). This list is sorted by last name in +alphabetical order. + +N: Sébastien Hayez +E: hayezsebastien@hotmail.com +D: Typeface designer + +N: Jérémy Landes +E: jeremy@studiotriple.fr +W: http://www.studiotriple.fr +D: Typeface designer diff --git a/static/css/Victorianna-master/LICENSE.txt b/static/css/Victorianna-master/LICENSE.txt new file mode 100755 index 0000000..fd9b59c --- /dev/null +++ b/static/css/Victorianna-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/static/css/Victorianna-master/METADATA.yml b/static/css/Victorianna-master/METADATA.yml new file mode 100755 index 0000000..63af5bd --- /dev/null +++ b/static/css/Victorianna-master/METADATA.yml @@ -0,0 +1,22 @@ +--- +unified font repository version: "0.2" +unified font repository url: https://github.com/raphaelbastide/Unified-Font-Repository/ +typeface family: + name: Victorianna + tags: + - serif + - art-deco + - victorian + - thin + - decorative + - ligatures + repository url: https://github.com/velvetyne/victorianna/ + project url: http://velvetyne.fr/fonts/victorianna/ + project status: gamma + tools: + - RoboFont + - FontLab + similar fonts: + sample text: + - en_us: The quick brown fox jumps over the lazy dog +... diff --git a/static/css/Victorianna-master/README.md b/static/css/Victorianna-master/README.md new file mode 100755 index 0000000..5c0e3c9 --- /dev/null +++ b/static/css/Victorianna-master/README.md @@ -0,0 +1,20 @@ +# Victorianna + +![specimen](https://github.com/velvetyne/victorianna/blob/master/specimen.png) + +Thin roman & italic font, inspired by english victorian types. Thin roman: 3 titling styles on caps, ligatures on lower cases. Thin italic: many ligatures on lower cases. Originally drawn by Sébastien Hayez, then developed by Jérémy Landes. + +Contribute or download it on [Velvetyne Type Foundry](http://velvetyne.fr/fonts/victorianna/). + +## License + +Victorianna 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 follows the Sample font repository based on the Unified Font Repository v2.0, +a standard way to organize font project source files. Learn more at : +- https://github.com/djrrb/Sample-Font-Repository +- https://github.com/raphaelbastide/Unified-Font-Repository diff --git a/static/css/Victorianna-master/TRADEMARKS.md b/static/css/Victorianna-master/TRADEMARKS.md new file mode 100755 index 0000000..b6a8764 --- /dev/null +++ b/static/css/Victorianna-master/TRADEMARKS.md @@ -0,0 +1 @@ +Victorianna is a trademark of Velvetyne Type Foundry. diff --git a/static/css/Victorianna-master/documentation/proofs/Victorianna.pdf b/static/css/Victorianna-master/documentation/proofs/Victorianna.pdf new file mode 100755 index 0000000..7d6f408 Binary files /dev/null and b/static/css/Victorianna-master/documentation/proofs/Victorianna.pdf differ diff --git a/static/css/Victorianna-master/documentation/proofs/typespecimen_victorianna.pdf b/static/css/Victorianna-master/documentation/proofs/typespecimen_victorianna.pdf new file mode 100755 index 0000000..27212cc Binary files /dev/null and b/static/css/Victorianna-master/documentation/proofs/typespecimen_victorianna.pdf differ diff --git a/static/css/Victorianna-master/documentation/resources/261331_510172639018356_435313993_n.jpg b/static/css/Victorianna-master/documentation/resources/261331_510172639018356_435313993_n.jpg new file mode 100755 index 0000000..f5dae57 Binary files /dev/null and b/static/css/Victorianna-master/documentation/resources/261331_510172639018356_435313993_n.jpg differ diff --git a/static/css/Victorianna-master/documentation/resources/901757_510149549020665_1028515402_o.jpg b/static/css/Victorianna-master/documentation/resources/901757_510149549020665_1028515402_o.jpg new file mode 100755 index 0000000..2ee146c Binary files /dev/null and b/static/css/Victorianna-master/documentation/resources/901757_510149549020665_1028515402_o.jpg differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin talic.otf b/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin talic.otf new file mode 100644 index 0000000..3ccab23 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin talic.otf differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin.otf b/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin.otf new file mode 100644 index 0000000..e87145b Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThin_Desktop_OTF/VTF victorianna thin.otf differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/easytabs.js b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/easytabs.js new file mode 100755 index 0000000..167f53b --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/easytabs.js @@ -0,0 +1,7 @@ +(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} +if(typeof param.defaultContent=="number") +{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} +$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} +function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") +{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} +$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/grid_12-825-55-15.css b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/grid_12-825-55-15.css new file mode 100755 index 0000000..3d6aef7 --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/grid_12-825-55-15.css @@ -0,0 +1,129 @@ +/*Notes about grid: +Columns: 12 +Grid Width: 825px +Column Width: 55px +Gutter Width: 15px +-------------------------------*/ + + + +.section {margin-bottom: 18px; +} +.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} +.section {*zoom: 1;} + +.section .firstcolumn, +.section .firstcol {margin-left: 0;} + + +/* Border on left hand side of a column. */ +.border { + padding-left: 7px; + margin-left: 7px; + border-left: 1px solid #eee; +} + +/* Border with more whitespace, spans one column. */ +.colborder { + padding-left: 42px; + margin-left: 42px; + border-left: 1px solid #eee; +} + + + +/* The Grid Classes */ +.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 +{margin-left: 15px;float: left;display: inline; overflow: hidden;} + + +.width1, .grid1, .span-1 {width: 55px;} +.width1_2cols,.grid1_2cols {width: 20px;} +.width1_3cols,.grid1_3cols {width: 8px;} +.width1_4cols,.grid1_4cols {width: 2px;} +.input_width1 {width: 49px;} + +.width2, .grid2, .span-2 {width: 125px;} +.width2_3cols,.grid2_3cols {width: 31px;} +.width2_4cols,.grid2_4cols {width: 20px;} +.input_width2 {width: 119px;} + +.width3, .grid3, .span-3 {width: 195px;} +.width3_2cols,.grid3_2cols {width: 90px;} +.width3_4cols,.grid3_4cols {width: 37px;} +.input_width3 {width: 189px;} + +.width4, .grid4, .span-4 {width: 265px;} +.width4_3cols,.grid4_3cols {width: 78px;} +.input_width4 {width: 259px;} + +.width5, .grid5, .span-5 {width: 335px;} +.width5_2cols,.grid5_2cols {width: 160px;} +.width5_3cols,.grid5_3cols {width: 101px;} +.width5_4cols,.grid5_4cols {width: 72px;} +.input_width5 {width: 329px;} + +.width6, .grid6, .span-6 {width: 405px;} +.width6_4cols,.grid6_4cols {width: 90px;} +.input_width6 {width: 399px;} + +.width7, .grid7, .span-7 {width: 475px;} +.width7_2cols,.grid7_2cols {width: 230px;} +.width7_3cols,.grid7_3cols {width: 148px;} +.width7_4cols,.grid7_4cols {width: 107px;} +.input_width7 {width: 469px;} + +.width8, .grid8, .span-8 {width: 545px;} +.width8_3cols,.grid8_3cols {width: 171px;} +.input_width8 {width: 539px;} + +.width9, .grid9, .span-9 {width: 615px;} +.width9_2cols,.grid9_2cols {width: 300px;} +.width9_4cols,.grid9_4cols {width: 142px;} +.input_width9 {width: 609px;} + +.width10, .grid10, .span-10 {width: 685px;} +.width10_3cols,.grid10_3cols {width: 218px;} +.width10_4cols,.grid10_4cols {width: 160px;} +.input_width10 {width: 679px;} + +.width11, .grid11, .span-11 {width: 755px;} +.width11_2cols,.grid11_2cols {width: 370px;} +.width11_3cols,.grid11_3cols {width: 241px;} +.width11_4cols,.grid11_4cols {width: 177px;} +.input_width11 {width: 749px;} + +.width12, .grid12, .span-12 {width: 825px;} +.input_width12 {width: 819px;} + +/* Subdivided grid spaces */ +.emptycols_left1, .prepend-1 {padding-left: 70px;} +.emptycols_right1, .append-1 {padding-right: 70px;} +.emptycols_left2, .prepend-2 {padding-left: 140px;} +.emptycols_right2, .append-2 {padding-right: 140px;} +.emptycols_left3, .prepend-3 {padding-left: 210px;} +.emptycols_right3, .append-3 {padding-right: 210px;} +.emptycols_left4, .prepend-4 {padding-left: 280px;} +.emptycols_right4, .append-4 {padding-right: 280px;} +.emptycols_left5, .prepend-5 {padding-left: 350px;} +.emptycols_right5, .append-5 {padding-right: 350px;} +.emptycols_left6, .prepend-6 {padding-left: 420px;} +.emptycols_right6, .append-6 {padding-right: 420px;} +.emptycols_left7, .prepend-7 {padding-left: 490px;} +.emptycols_right7, .append-7 {padding-right: 490px;} +.emptycols_left8, .prepend-8 {padding-left: 560px;} +.emptycols_right8, .append-8 {padding-right: 560px;} +.emptycols_left9, .prepend-9 {padding-left: 630px;} +.emptycols_right9, .append-9 {padding-right: 630px;} +.emptycols_left10, .prepend-10 {padding-left: 700px;} +.emptycols_right10, .append-10 {padding-right: 700px;} +.emptycols_left11, .prepend-11 {padding-left: 770px;} +.emptycols_right11, .append-11 {padding-right: 770px;} +.pull-1 {margin-left: -70px;} +.push-1 {margin-right: -70px;margin-left: 18px;float: right;} +.pull-2 {margin-left: -140px;} +.push-2 {margin-right: -140px;margin-left: 18px;float: right;} +.pull-3 {margin-left: -210px;} +.push-3 {margin-right: -210px;margin-left: 18px;float: right;} +.pull-4 {margin-left: -280px;} +.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/specimen_stylesheet.css b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/specimen_stylesheet.css new file mode 100755 index 0000000..aecc43c --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/specimen_stylesheet.css @@ -0,0 +1,396 @@ +@import url('grid_12-825-55-15.css'); + +/* + CSS Reset by Eric Meyer - Released under Public Domain + http://meyerweb.com/eric/tools/css/reset/ +*/ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, table, +caption, tbody, tfoot, thead, tr, th, td + {margin: 0;padding: 0;border: 0;outline: 0; + font-size: 100%;vertical-align: baseline; + background: transparent;} +body {line-height: 1;} +ol, ul {list-style: none;} +blockquote, q {quotes: none;} +blockquote:before, blockquote:after, +q:before, q:after {content: ''; content: none;} +:focus {outline: 0;} +ins {text-decoration: none;} +del {text-decoration: line-through;} +table {border-collapse: collapse;border-spacing: 0;} + + + + +body { + color: #000; + background-color: #dcdcdc; +} + +a { + text-decoration: none; + color: #1883ba; +} + +h1{ + font-size: 32px; + font-weight: normal; + font-style: normal; + margin-bottom: 18px; +} + +h2{ + font-size: 18px; +} + +#container { + width: 865px; + margin: 0px auto; +} + + +#header { + padding: 20px; + font-size: 36px; + background-color: #000; + color: #fff; +} + +#header span { + color: #666; +} +#main_content { + background-color: #fff; + padding: 60px 20px 20px; +} + + +#footer p { + margin: 0; + padding-top: 10px; + padding-bottom: 50px; + color: #333; + font: 10px Arial, sans-serif; +} + +.tabs { + width: 100%; + height: 31px; + background-color: #444; +} +.tabs li { + float: left; + margin: 0; + overflow: hidden; + background-color: #444; +} +.tabs li a { + display: block; + color: #fff; + text-decoration: none; + font: bold 11px/11px 'Arial'; + text-transform: uppercase; + padding: 10px 15px; + border-right: 1px solid #fff; +} + +.tabs li a:hover { + background-color: #00b3ff; + +} + +.tabs li.active a { + color: #000; + background-color: #fff; +} + + + +div.huge { + + font-size: 300px; + line-height: 1em; + padding: 0; + letter-spacing: -.02em; + overflow: hidden; +} +div.glyph_range { + font-size: 72px; + line-height: 1.1em; +} + +.size10{ font-size: 10px; } +.size11{ font-size: 11px; } +.size12{ font-size: 12px; } +.size13{ font-size: 13px; } +.size14{ font-size: 14px; } +.size16{ font-size: 16px; } +.size18{ font-size: 18px; } +.size20{ font-size: 20px; } +.size24{ font-size: 24px; } +.size30{ font-size: 30px; } +.size36{ font-size: 36px; } +.size48{ font-size: 48px; } +.size60{ font-size: 60px; } +.size72{ font-size: 72px; } +.size90{ font-size: 90px; } + + +.psample_row1 { height: 120px;} +.psample_row1 { height: 120px;} +.psample_row2 { height: 160px;} +.psample_row3 { height: 160px;} +.psample_row4 { height: 160px;} + +.psample { + overflow: hidden; + position: relative; +} +.psample p { + line-height: 1.3em; + display: block; + overflow: hidden; + margin: 0; +} + +.psample span { + margin-right: .5em; +} + +.white_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); + position: absolute; + bottom: 0; +} +.black_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); + position: absolute; + bottom: 0; +} +.fullreverse { + background: #000 !important; + color: #fff !important; + margin-left: -20px; + padding-left: 20px; + margin-right: -20px; + padding-right: 20px; + padding: 20px; + margin-bottom:0; +} + + +.sample_table td { + padding-top: 3px; + padding-bottom:5px; + padding-left: 5px; + vertical-align: middle; + line-height: 1.2em; +} + +.sample_table td:first-child { + background-color: #eee; + text-align: right; + padding-right: 5px; + padding-left: 0; + padding: 5px; + font: 11px/12px "Courier New", Courier, mono; +} + +code { + white-space: pre; + background-color: #eee; + display: block; + padding: 10px; + margin-bottom: 18px; + overflow: auto; +} + + +.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} + +.box { + padding: 18px; + margin-bottom: 18px; + background: #eee; +} + +.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} + +#bodycomparison { + position: relative; + overflow: hidden; + font-size: 72px; + height: 90px; + white-space: nowrap; +} + +#bodycomparison div{ + font-size: 72px; + line-height: 90px; + display: inline; + margin: 0 15px 0 0; + padding: 0; +} + +#bodycomparison div span{ + font: 10px Arial; + position: absolute; + left: 0; +} +#xheight { + float: none; + position: absolute; + color: #d9f3ff; + font-size: 72px; + line-height: 90px; +} + +.fontbody { + position: relative; +} +.arialbody{ + font-family: Arial; + position: relative; +} +.verdanabody{ + font-family: Verdana; + position: relative; +} +.georgiabody{ + font-family: Georgia; + position: relative; +} + +/* @group Layout page + */ + +#layout h1 { + font-size: 36px; + line-height: 42px; + font-weight: normal; + font-style: normal; +} + +#layout h2 { + font-size: 24px; + line-height: 23px; + font-weight: normal; + font-style: normal; +} + +#layout h3 { + font-size: 22px; + line-height: 1.4em; + margin-top: 1em; + font-weight: normal; + font-style: normal; +} + + +#layout p.byline { + font-size: 12px; + margin-top: 18px; + line-height: 12px; + margin-bottom: 0; +} +#layout p { + font-size: 14px; + line-height: 21px; + margin-bottom: .5em; +} + +#layout p.large{ + font-size: 18px; + line-height: 26px; +} + +#layout .sidebar p{ + font-size: 12px; + line-height: 1.4em; +} + +#layout p.caption { + font-size: 10px; + margin-top: -16px; + margin-bottom: 18px; +} + +/* @end */ + +/* @group Glyphs */ + +#glyph_chart div{ + background-color: #d9f3ff; + color: black; + float: left; + font-size: 36px; + height: 1.2em; + line-height: 1.2em; + margin-bottom: 1px; + margin-right: 1px; + text-align: center; + width: 1.2em; + position: relative; + padding: .6em .2em .2em; +} + +#glyph_chart div p { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + font: bold 9px Arial, sans-serif; + background-color: #3a768f; + width: 100%; + color: #fff; + padding: 2px 0; +} + + +#glyphs h1 { + font-family: Arial, sans-serif; +} +/* @end */ + +/* @group Installing */ + +#installing { + font: 13px Arial, sans-serif; +} + +#installing p, +#glyphs p{ + line-height: 1.2em; + margin-bottom: 18px; + font: 13px Arial, sans-serif; +} + + + +#installing h3{ + font-size: 15px; + margin-top: 18px; +} + +/* @end */ + +#rendering h1 { + font-family: Arial, sans-serif; +} +.render_table td { + font: 11px "Courier New", Courier, mono; + vertical-align: middle; +} + + diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin-cleartype.png b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin-cleartype.png new file mode 100755 index 0000000..9d5c495 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin-cleartype.png differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin_talic-cleartype.png b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin_talic-cleartype.png new file mode 100755 index 0000000..45d3fd2 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/specimen_files/vtf_victorianna_thin_talic-cleartype.png differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/stylesheet.css b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/stylesheet.css new file mode 100755 index 0000000..365130e --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/stylesheet.css @@ -0,0 +1,30 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 7, 2014 */ + + + +@font-face { + font-family: 'vtf_victoriannaitalic'; + src: url('vtf_victorianna_thin_talic-webfont.eot'); + src: url('vtf_victorianna_thin_talic-webfont.eot?#iefix') format('embedded-opentype'), + url('vtf_victorianna_thin_talic-webfont.woff') format('woff'), + url('vtf_victorianna_thin_talic-webfont.ttf') format('truetype'), + url('vtf_victorianna_thin_talic-webfont.svg#vtf_victoriannaitalic') format('svg'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'vtf_victoriannathin'; + src: url('vtf_victorianna_thin-webfont.eot'); + src: url('vtf_victorianna_thin-webfont.eot?#iefix') format('embedded-opentype'), + url('vtf_victorianna_thin-webfont.woff') format('woff'), + url('vtf_victorianna_thin-webfont.ttf') format('truetype'), + url('vtf_victorianna_thin-webfont.svg#vtf_victoriannathin') format('svg'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-demo.html b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-demo.html new file mode 100755 index 0000000..797d25a --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-demo.html @@ -0,0 +1,543 @@ + + + + + + + + + + + + + VTF Victorianna Regular Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
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​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
body
body
body
+
+ bodyVTF Victorianna Regular +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + + + +
+
+
+ +

Language Support

+

The subset of VTF Victorianna Regular in this kit supports the following languages:
+ + Albanian, English, Finnish, Frisian, Italian, Malagasy, Swedish

+

Glyph Chart

+

The subset of VTF Victorianna Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +



+

 

+

!

!
+

"

"
+

#

#
+

$

$
+

%

%
+

&

&
+

'

'
+

(

(
+

)

)
+

*

*
+

+

+
+

,

,
+

-

-
+

.

.
+

/

/
+

0

0
+

1

1
+

2

2
+

3

3
+

4

4
+

5

5
+

6

6
+

7

7
+

8

8
+

9

9
+

:

:
+

&#59;

;
+

<

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#152;

˜
+

&#163;

£
+

&#164;

¤
+

&#165;

¥
+

&#166;

¦
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#196;

Ä
+

&#197;

Å
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#202;

Ê
+

&#203;

Ë
+

&#204;

Ì
+

&#205;

Í
+

&#206;

Î
+

&#207;

Ï
+

&#210;

Ò
+

&#211;

Ó
+

&#212;

Ô
+

&#214;

Ö
+

&#217;

Ù
+

&#218;

Ú
+

&#219;

Û
+

&#220;

Ü
+

&#221;

Ý
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#228;

ä
+

&#229;

å
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#234;

ê
+

&#235;

ë
+

&#236;

ì
+

&#237;

í
+

&#238;

î
+

&#239;

ï
+

&#242;

ò
+

&#243;

ó
+

&#244;

ô
+

&#246;

ö
+

&#249;

ù
+

&#250;

ú
+

&#251;

û
+

&#252;

ü
+

&#253;

ý
+

&#255;

ÿ
+

&#305;

ı
+

&#338;

Œ
+

&#339;

œ
+

&#8216;

+

&#8364;

+

&#9724;

+

&#64256;

+

&#64257;

+

&#64258;

+

&#64259;

+

&#64262;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + +@font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); +} + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.eot b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.eot new file mode 100755 index 0000000..a3b07cd Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.eot differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.svg b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.svg new file mode 100755 index 0000000..9cb3e6a --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.ttf b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.ttf new file mode 100755 index 0000000..79d12c5 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.ttf differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.woff b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.woff new file mode 100755 index 0000000..b7ab65e Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin-webfont.woff differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-demo.html b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-demo.html new file mode 100755 index 0000000..6b77483 --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-demo.html @@ -0,0 +1,548 @@ + + + + + + + + + + + + + VTF Victorianna Italic Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
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​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
body
body
body
+
+ bodyVTF Victorianna Italic +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + + + +
+
+
+ +

Language Support

+

The subset of VTF Victorianna Italic in this kit supports the following languages:
+ + Albanian, English, Finnish, Frisian, Italian, Malagasy, Portuguese, Swedish

+

Glyph Chart

+

The subset of VTF Victorianna Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#16;


+

&#22;


+

&#32;

+

&#33;

!
+

&#34;

"
+

&#35;

#
+

&#36;

$
+

&#37;

%
+

&#38;

&
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#61;

=
+

&#62;

>
+

&#63;

?
+

&#64;

@
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#91;

[
+

&#92;

\
+

&#93;

]
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#123;

{
+

&#124;

|
+

&#125;

}
+

&#152;

˜
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#195;

Ã
+

&#196;

Ä
+

&#197;

Å
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#202;

Ê
+

&#203;

Ë
+

&#204;

Ì
+

&#205;

Í
+

&#206;

Î
+

&#207;

Ï
+

&#210;

Ò
+

&#211;

Ó
+

&#212;

Ô
+

&#213;

Õ
+

&#214;

Ö
+

&#217;

Ù
+

&#218;

Ú
+

&#219;

Û
+

&#220;

Ü
+

&#221;

Ý
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#227;

ã
+

&#228;

ä
+

&#229;

å
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#234;

ê
+

&#235;

ë
+

&#236;

ì
+

&#237;

í
+

&#238;

î
+

&#239;

ï
+

&#242;

ò
+

&#243;

ó
+

&#244;

ô
+

&#245;

õ
+

&#246;

ö
+

&#249;

ù
+

&#250;

ú
+

&#251;

û
+

&#252;

ü
+

&#253;

ý
+

&#255;

ÿ
+

&#305;

ı
+

&#338;

Œ
+

&#339;

œ
+

&#384;

ƀ
+

&#407;

Ɨ
+

&#412;

Ɯ
+

&#8216;

+

&#8364;

+

&#9724;

+

&#64256;

+

&#64257;

+

&#64258;

+

&#64259;

+

&#64260;

+

&#64262;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + +@font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); +} + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.eot b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.eot new file mode 100755 index 0000000..22f9958 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.eot differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.svg b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.svg new file mode 100755 index 0000000..1d72337 --- /dev/null +++ b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.ttf b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.ttf new file mode 100755 index 0000000..c36583c Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.ttf differ diff --git a/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.woff b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.woff new file mode 100755 index 0000000..45ac314 Binary files /dev/null and b/static/css/Victorianna-master/fonts/VictoriannaThint_Web/vtf_victorianna_thin_talic-webfont.woff differ diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/features.fea b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/features.fea new file mode 100644 index 0000000..e536e43 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/features.fea @@ -0,0 +1,55 @@ +feature dlig { + sub c t by c_t ; + sub space a n d space by a_n_d ; + sub space w i t h space by w_i_t_h ; + sub space a t space by a_t ; + sub s p by s_p ; + sub s t by s_t; + sub w w w by w_w_w ; + sub v t f by v_t_f ; + sub w t f by w_t_f ; +} dlig; + +feature liga { + sub f f by ff ; + sub f i by fi ; + sub f l by fl ; + sub f f i by ffi ; + +} liga; + +feature onum { + sub @figures.lp by @figures.op ; +} onum; + +feature lnum { + sub @figures.op by @figures.lp ; +} lnum; + +feature ss01 { + sub @caps1 by @caps2 ; +} ss01; + +feature ss02 { + sub @caps1 by @caps3 ; + sub @caps2 by @caps3 ; +} ss02; + +feature titl { + sub @caps1 by @caps2 ; +} titl; + +feature swsh { + sub @caps1 by @caps3 ; + sub @caps2 by @caps3 ; +} swsh; + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/fontinfo.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/fontinfo.plist new file mode 100644 index 0000000..0b6cb93 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/fontinfo.plist @@ -0,0 +1,203 @@ + + + + + ascender + 1685 + capHeight + 1614 + copyright + VTF Victorianna +Designed by Sebastien Hayez +Programmed by Jeremy Landes-Nones +Distributed by velvetyne.fr +Created with FontForge 2.0 (http://fontforge.sf.net) + descender + -735 + familyName + VTF Victorianna + italicAngle + 0 + openTypeHeadCreated + 2014/03/11 21:15:45 + openTypeHeadFlags + + 0 + 1 + 2 + 3 + + openTypeHheaAscender + 2055 + openTypeHheaDescender + -798 + openTypeHheaLineGap + 0 + openTypeNameDesigner + Sébastien Hayez + openTypeNameDesignerURL + + openTypeNameLicense + + openTypeNameLicenseURL + + openTypeNameManufacturer + Sébastien Hayez + openTypeNameManufacturerURL + http://velvetyne.fr + openTypeNameDescription + VTF Victorianna +Designed by Sebastien Hayez +Programmed by Jeremy Landes-Nones +Distributed by velvetyne.fr +Created with FontForge 2.0 (http://fontforge.sf.net) + openTypeNamePreferredSubfamilyName + Thin + openTypeNameSampleText + + openTypeNameUniqueID + SbastienHayez: Victorianna Thin: 2014 + openTypeNameVersion + Version 2.000 + openTypeOS2CodePageRanges + + 0 + + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Panose + + 2 + 0 + 5 + 3 + 2 + 0 + 0 + 2 + 0 + 3 + + openTypeOS2Selection + + + openTypeOS2StrikeoutPosition + 512 + openTypeOS2StrikeoutSize + 68 + openTypeOS2SubscriptXOffset + 0 + openTypeOS2SubscriptXSize + 1331 + openTypeOS2SubscriptYOffset + 273 + openTypeOS2SubscriptYSize + 1399 + openTypeOS2SuperscriptXOffset + 0 + openTypeOS2SuperscriptXSize + 1331 + openTypeOS2SuperscriptYOffset + 956 + openTypeOS2SuperscriptYSize + 1399 + openTypeOS2Type + + 2 + + openTypeOS2TypoAscender + 1685 + openTypeOS2TypoDescender + -735 + openTypeOS2TypoLineGap + 0 + openTypeOS2UnicodeRanges + + 0 + 1 + 2 + 3 + 7 + 9 + 31 + 69 + + openTypeOS2VendorID + VTF + openTypeOS2WeightClass + 100 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 2055 + openTypeOS2WinDescent + 798 + postscriptBlueFuzz + 1 + postscriptBlueScale + 0.039625 + postscriptBlueShift + 7 + postscriptBlueValues + + -15 + 0 + 1000 + 1015 + 1614 + 1631 + + postscriptUniqueID + -1 + postscriptFontName + VTF_VictoriannaThin + postscriptForceBold + + postscriptFullName + VTF Victorianna Thin + postscriptIsFixedPitch + + postscriptOtherBlues + + -742 + -742 + + postscriptStemSnapH + + 38 + + postscriptStemSnapV + + 38 + + postscriptUnderlinePosition + -256 + postscriptUnderlineThickness + 102 + postscriptWeightName + Thin + styleMapFamilyName + VTF Victorianna + styleMapStyleName + regular + styleName + Thin + trademark + + unitsPerEm + 2048 + versionMajor + 2 + versionMinor + 0 + year + 2014 + xHeight + 999 + macintoshFONDFamilyID + 128 + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/AE__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/AE__.glif new file mode 100644 index 0000000..03d98c8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/AE__.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + 1764 + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.2.glif new file mode 100644 index 0000000..26317fc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.2.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.3.glif new file mode 100644 index 0000000..2bdb012 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.3.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.glif new file mode 100644 index 0000000..ddf23c9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/A_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aacute_.glif new file mode 100644 index 0000000..7ce1de3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aacute_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Acircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Acircumflex_.glif new file mode 100644 index 0000000..ec91e52 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Adieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Adieresis_.glif new file mode 100644 index 0000000..1b553f7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Agrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Agrave_.glif new file mode 100644 index 0000000..edb8c1f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Agrave_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aring_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aring_.glif new file mode 100644 index 0000000..e87aae7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Aring_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Atilde_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Atilde_.glif new file mode 100644 index 0000000..6795797 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Atilde_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.2.glif new file mode 100644 index 0000000..8337d60 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.2.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.3.glif new file mode 100644 index 0000000..889e850 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.3.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.glif new file mode 100644 index 0000000..256eaf7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/B_.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/CR__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/CR__.glif new file mode 100644 index 0000000..7a3c8cf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/CR__.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.2.glif new file mode 100644 index 0000000..50dd495 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.2.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.3.glif new file mode 100644 index 0000000..541cd04 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.3.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.glif new file mode 100644 index 0000000..194192c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/C_.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ccedilla_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ccedilla_.glif new file mode 100644 index 0000000..e14730c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.2.glif new file mode 100644 index 0000000..b19c8cb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.2.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.3.glif new file mode 100644 index 0000000..92e1149 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.3.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.glif new file mode 100644 index 0000000..eebb021 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/D_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.2.glif new file mode 100644 index 0000000..40544fd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.2.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.3.glif new file mode 100644 index 0000000..af92d32 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.3.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.glif new file mode 100644 index 0000000..da07c36 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/E_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Eacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Eacute_.glif new file mode 100644 index 0000000..65deb10 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Eacute_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ecircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ecircumflex_.glif new file mode 100644 index 0000000..bbfcb60 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Edieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Edieresis_.glif new file mode 100644 index 0000000..4493a09 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Egrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Egrave_.glif new file mode 100644 index 0000000..c1fa56d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Egrave_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.2.glif new file mode 100644 index 0000000..d71eddf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.2.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.3.glif new file mode 100644 index 0000000..9a8f197 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.3.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.glif new file mode 100644 index 0000000..d1ec855 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/F_.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.2.glif new file mode 100644 index 0000000..06b63a7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.2.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.3.glif new file mode 100644 index 0000000..cd20021 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.3.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.glif new file mode 100644 index 0000000..8dade49 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/G_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.2.glif new file mode 100644 index 0000000..d1ccbdd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.2.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.3.glif new file mode 100644 index 0000000..13a8009 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.3.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.glif new file mode 100644 index 0000000..1232d7f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/H_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.2.glif new file mode 100644 index 0000000..8793afc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.2.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.3.glif new file mode 100644 index 0000000..5cb2167 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.3.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.glif new file mode 100644 index 0000000..f30d6bb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/I_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Iacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Iacute_.glif new file mode 100644 index 0000000..b11bd2d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Iacute_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Icircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Icircumflex_.glif new file mode 100644 index 0000000..a9a1710 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Idieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Idieresis_.glif new file mode 100644 index 0000000..a14cb38 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Igrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Igrave_.glif new file mode 100644 index 0000000..f2485fb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Igrave_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.2.glif new file mode 100644 index 0000000..5ea47bc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.2.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.3.glif new file mode 100644 index 0000000..e984cd7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.3.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.glif new file mode 100644 index 0000000..ba12934 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/J_.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.2.glif new file mode 100644 index 0000000..f9fe399 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.2.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.3.glif new file mode 100644 index 0000000..43924a6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.3.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.glif new file mode 100644 index 0000000..f070fdc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/K_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.2.glif new file mode 100644 index 0000000..56a3626 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.2.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.3.glif new file mode 100644 index 0000000..eacd8ad --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.3.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.glif new file mode 100644 index 0000000..a97cad3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/L_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.2.glif new file mode 100644 index 0000000..9d7da58 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.2.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.3.glif new file mode 100644 index 0000000..9c05e7c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.3.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.glif new file mode 100644 index 0000000..86d61fa --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/M_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/NULL____.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/NULL____.glif new file mode 100644 index 0000000..a552fde --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/NULL____.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.2.glif new file mode 100644 index 0000000..9a66dfa --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.2.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.3.glif new file mode 100644 index 0000000..11fa378 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.3.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.glif new file mode 100644 index 0000000..bc3d874 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/N_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/OE__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/OE__.glif new file mode 100644 index 0000000..fd98c2c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/OE__.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.2.glif new file mode 100644 index 0000000..0e0f590 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.2.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.3.glif new file mode 100644 index 0000000..04f3eb9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.3.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.glif new file mode 100644 index 0000000..79a11a4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/O_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Oacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Oacute_.glif new file mode 100644 index 0000000..3f50b19 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Oacute_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ocircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ocircumflex_.glif new file mode 100644 index 0000000..34548f5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Odieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Odieresis_.glif new file mode 100644 index 0000000..14146ee --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ograve_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ograve_.glif new file mode 100644 index 0000000..fd80d79 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ograve_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Otilde_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Otilde_.glif new file mode 100644 index 0000000..ee57404 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Otilde_.glif @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.2.glif new file mode 100644 index 0000000..0488388 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.2.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.3.glif new file mode 100644 index 0000000..52acd8e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.3.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.glif new file mode 100644 index 0000000..100126b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/P_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.2.glif new file mode 100644 index 0000000..e8de9a4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.2.glif @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.3.glif new file mode 100644 index 0000000..011c254 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.3.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.glif new file mode 100644 index 0000000..89a2dd7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Q_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.2.glif new file mode 100644 index 0000000..8125ac4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.2.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.3.glif new file mode 100644 index 0000000..d59ac20 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.3.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.glif new file mode 100644 index 0000000..d2cf2a5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/R_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.2.glif new file mode 100644 index 0000000..35c8451 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.2.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.3.glif new file mode 100644 index 0000000..8d36197 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.3.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.glif new file mode 100644 index 0000000..5068b27 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/S_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.2.glif new file mode 100644 index 0000000..030ede4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.2.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.3.glif new file mode 100644 index 0000000..40748dd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.3.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.glif new file mode 100644 index 0000000..13b6c02 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/T_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.2.glif new file mode 100644 index 0000000..9f9ea29 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.2.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.3.glif new file mode 100644 index 0000000..b37951d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.3.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.glif new file mode 100644 index 0000000..e07fa1a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/U_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Uacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Uacute_.glif new file mode 100644 index 0000000..cfc8434 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Uacute_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ucircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ucircumflex_.glif new file mode 100644 index 0000000..3c4cea0 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Udieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Udieresis_.glif new file mode 100644 index 0000000..a873f69 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ugrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ugrave_.glif new file mode 100644 index 0000000..14c3a56 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.2.glif new file mode 100644 index 0000000..0a04c71 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.2.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.3.glif new file mode 100644 index 0000000..0e78e41 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.3.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.glif new file mode 100644 index 0000000..2ba0a51 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/V_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.2.glif new file mode 100644 index 0000000..9862e57 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.2.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.3.glif new file mode 100644 index 0000000..e05a7cb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.3.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.glif new file mode 100644 index 0000000..5d5d58d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/W_.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.2.glif new file mode 100644 index 0000000..548a137 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.2.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.3.glif new file mode 100644 index 0000000..9d506c8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.3.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.glif new file mode 100644 index 0000000..78a915b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/X_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.2.glif new file mode 100644 index 0000000..30928bf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.2.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.3.glif new file mode 100644 index 0000000..117d983 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.3.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.glif new file mode 100644 index 0000000..78acd37 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Y_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Yacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Yacute_.glif new file mode 100644 index 0000000..f34fcbf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Yacute_.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.2.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.2.glif new file mode 100644 index 0000000..43b1ae9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.2.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.3.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.3.glif new file mode 100644 index 0000000..d55066c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.3.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.glif new file mode 100644 index 0000000..eca07f5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/Z_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.609 + 1 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/__notdef.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/__notdef.glif new file mode 100644 index 0000000..e9ec94f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/__notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a.glif new file mode 100644 index 0000000..15259f9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_n_d.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_n_d.glif new file mode 100644 index 0000000..9bf39d6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_n_d.glif @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_t.glif new file mode 100644 index 0000000..5f65061 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/a_t.glif @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aacute.glif new file mode 100644 index 0000000..1660212 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aacute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/acircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/acircumflex.glif new file mode 100644 index 0000000..d49537e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/acircumflex.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/adieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/adieresis.glif new file mode 100644 index 0000000..3426817 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/adieresis.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ae.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ae.glif new file mode 100644 index 0000000..df6266e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ae.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/agrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/agrave.glif new file mode 100644 index 0000000..d0a94bd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/agrave.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ampersand.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ampersand.glif new file mode 100644 index 0000000..4ccb6f1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ampersand.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aring.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aring.glif new file mode 100644 index 0000000..33735a6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/aring.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asciicircum.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asciicircum.glif new file mode 100644 index 0000000..3a13568 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asciicircum.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asterisk.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asterisk.glif new file mode 100644 index 0000000..457297f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/asterisk.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/at.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/at.glif new file mode 100644 index 0000000..338b50a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/at.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/atilde.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/atilde.glif new file mode 100644 index 0000000..c948441 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/atilde.glif @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/b.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/b.glif new file mode 100644 index 0000000..0df296c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/b.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/backslash.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/backslash.glif new file mode 100644 index 0000000..e2b9ab3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/backslash.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bar.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bar.glif new file mode 100644 index 0000000..7a8f20a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bar.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceleft.glif new file mode 100644 index 0000000..0237ba8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceleft.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceright.glif new file mode 100644 index 0000000..efa2758 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/braceright.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketleft.glif new file mode 100644 index 0000000..01d13ee --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketleft.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketright.glif new file mode 100644 index 0000000..980efde --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/bracketright.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/brokenbar.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/brokenbar.glif new file mode 100644 index 0000000..13963ad --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/brokenbar.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c.glif new file mode 100644 index 0000000..11974d2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c_t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c_t.glif new file mode 100644 index 0000000..6cf6521 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/c_t.glif @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ccedilla.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ccedilla.glif new file mode 100644 index 0000000..2d65421 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ccedilla.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/colon.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/colon.glif new file mode 100644 index 0000000..432952c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/colon.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/comma.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/comma.glif new file mode 100644 index 0000000..a9c325a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/comma.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/contents.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/contents.plist new file mode 100644 index 0000000..07bec1d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/contents.plist @@ -0,0 +1,480 @@ + + + + + .notdef + __notdef.glif + NULL + NULL____.glif + CR + CR__.glif + space + space.glif + exclam + exclam.glif + quotedbl + quotedbl.glif + numbersign + numbersign.glif + dollar + dollar.glif + percent + percent.glif + ampersand + ampersand.glif + quotesingle + quotesingle.glif + parenleft + parenleft.glif + parenright + parenright.glif + asterisk + asterisk.glif + plus + plus.glif + comma + comma.glif + hyphen + hyphen.glif + period + period.glif + slash + slash.glif + zero + zero.glif + one + one.glif + two + two.glif + three + three.glif + four + four.glif + five + five.glif + six + six.glif + seven + seven.glif + eight + eight.glif + nine + nine.glif + colon + colon.glif + semicolon + semicolon.glif + less + less.glif + equal + equal.glif + greater + greater.glif + question + question.glif + at + at.glif + A + A_.glif + B + B_.glif + C + C_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + bracketleft + bracketleft.glif + backslash + backslash.glif + bracketright + bracketright.glif + asciicircum + asciicircum.glif + underscore + underscore.glif + grave + grave.glif + a + a.glif + b + b.glif + c + c.glif + d + d.glif + e + e.glif + f + f.glif + g + g.glif + h + h.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + m + m.glif + n + n.glif + o + o.glif + p + p.glif + q + q.glif + r + r.glif + s + s.glif + t + t.glif + u + u.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + braceleft + braceleft.glif + bar + bar.glif + braceright + braceright.glif + uni0098 + uni0098.glif + sterling + sterling.glif + currency + currency.glif + yen + yen.glif + brokenbar + brokenbar.glif + questiondown + questiondown.glif + Agrave + Agrave_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Atilde + Atilde_.glif + Adieresis + Adieresis_.glif + Aring + Aring_.glif + AE + AE__.glif + Ccedilla + Ccedilla_.glif + Egrave + Egrave_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Igrave + Igrave_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Ograve + Ograve_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Otilde + Otilde_.glif + Odieresis + Odieresis_.glif + Ugrave + Ugrave_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Yacute + Yacute_.glif + agrave + agrave.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + atilde + atilde.glif + adieresis + adieresis.glif + aring + aring.glif + ae + ae.glif + ccedilla + ccedilla.glif + egrave + egrave.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + igrave + igrave.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + ograve + ograve.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + otilde + otilde.glif + odieresis + odieresis.glif + ugrave + ugrave.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + OE + OE__.glif + oe + oe.glif + zero.op + zero.op.glif + one.op + one.op.glif + two.op + two.op.glif + three.op + three.op.glif + four.op + four.op.glif + five.op + five.op.glif + six.op + six.op.glif + seven.op + seven.op.glif + eight.op + eight.op.glif + nine.op + nine.op.glif + c_t + c_t.glif + ff + ff.glif + ffi + ffi.glif + fi + fi.glif + a_n_d + a_n_d.glif + w_i_t_h + w_i_t_h.glif + a_t + a_t.glif + s_p + s_p.glif + s_t + s_t.glif + w_w_w + w_w_w.glif + v_t_f + v_t_f.glif + w_t_f + w_t_f.glif + quoteleft + quoteleft.glif + uni25FC + uni25FC__.glif + A.2 + A_.2.glif + B.2 + B_.2.glif + C.2 + C_.2.glif + D.2 + D_.2.glif + E.2 + E_.2.glif + F.2 + F_.2.glif + G.2 + G_.2.glif + H.2 + H_.2.glif + I.2 + I_.2.glif + J.2 + J_.2.glif + K.2 + K_.2.glif + L.2 + L_.2.glif + M.2 + M_.2.glif + N.2 + N_.2.glif + O.2 + O_.2.glif + P.2 + P_.2.glif + Q.2 + Q_.2.glif + R.2 + R_.2.glif + S.2 + S_.2.glif + T.2 + T_.2.glif + U.2 + U_.2.glif + V.2 + V_.2.glif + W.2 + W_.2.glif + X.2 + X_.2.glif + Y.2 + Y_.2.glif + Z.2 + Z_.2.glif + A.3 + A_.3.glif + B.3 + B_.3.glif + C.3 + C_.3.glif + D.3 + D_.3.glif + E.3 + E_.3.glif + F.3 + F_.3.glif + G.3 + G_.3.glif + H.3 + H_.3.glif + I.3 + I_.3.glif + J.3 + J_.3.glif + K.3 + K_.3.glif + L.3 + L_.3.glif + M.3 + M_.3.glif + N.3 + N_.3.glif + O.3 + O_.3.glif + P.3 + P_.3.glif + Q.3 + Q_.3.glif + R.3 + R_.3.glif + S.3 + S_.3.glif + T.3 + T_.3.glif + U.3 + U_.3.glif + V.3 + V_.3.glif + W.3 + W_.3.glif + X.3 + X_.3.glif + Y.3 + Y_.3.glif + Z.3 + Z_.3.glif + euro + euro.glif + fl + fl.glif + dotlessi + dotlessi.glif + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/currency.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/currency.glif new file mode 100644 index 0000000..7d2b0a2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/currency.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/d.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/d.glif new file mode 100644 index 0000000..18c28d1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/d.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dollar.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dollar.glif new file mode 100644 index 0000000..ee0ea6c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dollar.glif @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dotlessi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dotlessi.glif new file mode 100644 index 0000000..eb840f5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/dotlessi.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/e.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/e.glif new file mode 100644 index 0000000..b6385ae --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/e.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eacute.glif new file mode 100644 index 0000000..057e628 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eacute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ecircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ecircumflex.glif new file mode 100644 index 0000000..7e6ecd1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/edieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/edieresis.glif new file mode 100644 index 0000000..bb20551 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/edieresis.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/egrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/egrave.glif new file mode 100644 index 0000000..498c838 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/egrave.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.glif new file mode 100644 index 0000000..dd3830b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.op.glif new file mode 100644 index 0000000..a02e2a2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/eight.op.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/equal.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/equal.glif new file mode 100644 index 0000000..ce4137c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/equal.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/euro.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/euro.glif new file mode 100644 index 0000000..4812aa2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/euro.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/exclam.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/exclam.glif new file mode 100644 index 0000000..787f54e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/exclam.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/f.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/f.glif new file mode 100644 index 0000000..613abae --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/f.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ff.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ff.glif new file mode 100644 index 0000000..ff056f6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ff.glif @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ffi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ffi.glif new file mode 100644 index 0000000..9e444b1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ffi.glif @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fi.glif new file mode 100644 index 0000000..a3e9811 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fi.glif @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.glif new file mode 100644 index 0000000..593e456 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.op.glif new file mode 100644 index 0000000..0a083cd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/five.op.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fl.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fl.glif new file mode 100644 index 0000000..7ea7864 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/fl.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.glif new file mode 100644 index 0000000..518c6d9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.op.glif new file mode 100644 index 0000000..845ce65 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/four.op.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/g.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/g.glif new file mode 100644 index 0000000..b13dfe7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/g.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/grave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/grave.glif new file mode 100644 index 0000000..f3e6e26 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/grave.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/greater.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/greater.glif new file mode 100644 index 0000000..97fc355 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/greater.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/h.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/h.glif new file mode 100644 index 0000000..b8b1294 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/h.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/hyphen.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/hyphen.glif new file mode 100644 index 0000000..25881fd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/hyphen.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/i.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/i.glif new file mode 100644 index 0000000..30f9a52 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/i.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/iacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/iacute.glif new file mode 100644 index 0000000..5b6207f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/iacute.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/icircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/icircumflex.glif new file mode 100644 index 0000000..0b325bf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/icircumflex.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/idieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/idieresis.glif new file mode 100644 index 0000000..ffa0165 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/idieresis.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/igrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/igrave.glif new file mode 100644 index 0000000..8a72647 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/igrave.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/j.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/j.glif new file mode 100644 index 0000000..33fd446 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/j.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/k.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/k.glif new file mode 100644 index 0000000..4e99112 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/k.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/l.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/l.glif new file mode 100644 index 0000000..6bad252 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/l.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/less.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/less.glif new file mode 100644 index 0000000..9d539d5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/less.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/m.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/m.glif new file mode 100644 index 0000000..43a3051 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/m.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/n.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/n.glif new file mode 100644 index 0000000..4978a9a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/n.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.glif new file mode 100644 index 0000000..f53b4fd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.op.glif new file mode 100644 index 0000000..6d9001e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/nine.op.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/numbersign.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/numbersign.glif new file mode 100644 index 0000000..f941414 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/numbersign.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/o.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/o.glif new file mode 100644 index 0000000..0e7cafd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/o.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oacute.glif new file mode 100644 index 0000000..382d7ec --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oacute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ocircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ocircumflex.glif new file mode 100644 index 0000000..578cfc0 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/odieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/odieresis.glif new file mode 100644 index 0000000..19e9b05 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/odieresis.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oe.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oe.glif new file mode 100644 index 0000000..f5432a7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/oe.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ograve.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ograve.glif new file mode 100644 index 0000000..40720e1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ograve.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.glif new file mode 100644 index 0000000..2e06fb7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.op.glif new file mode 100644 index 0000000..bc90028 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/one.op.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/otilde.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/otilde.glif new file mode 100644 index 0000000..a0e1274 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/otilde.glif @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/p.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/p.glif new file mode 100644 index 0000000..74a6573 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/p.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenleft.glif new file mode 100644 index 0000000..6ed1b9f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenleft.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenright.glif new file mode 100644 index 0000000..4fdf55f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/parenright.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/percent.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/percent.glif new file mode 100644 index 0000000..f45aab1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/percent.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/period.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/period.glif new file mode 100644 index 0000000..ae973c4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/period.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/plus.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/plus.glif new file mode 100644 index 0000000..a60f5bf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/plus.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/q.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/q.glif new file mode 100644 index 0000000..951d1bc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/q.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/question.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/question.glif new file mode 100644 index 0000000..80769bd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/question.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/questiondown.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/questiondown.glif new file mode 100644 index 0000000..6692093 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/questiondown.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotedbl.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotedbl.glif new file mode 100644 index 0000000..ded4852 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotedbl.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quoteleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quoteleft.glif new file mode 100644 index 0000000..ba4514e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quoteleft.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotesingle.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotesingle.glif new file mode 100644 index 0000000..7bec35d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/quotesingle.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/r.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/r.glif new file mode 100644 index 0000000..c633070 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/r.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s.glif new file mode 100644 index 0000000..eff5f51 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_p.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_p.glif new file mode 100644 index 0000000..0bf8e4f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_p.glif @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_t.glif new file mode 100644 index 0000000..9b3108f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/s_t.glif @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/semicolon.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/semicolon.glif new file mode 100644 index 0000000..4efea84 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/semicolon.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.glif new file mode 100644 index 0000000..4e67696 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.op.glif new file mode 100644 index 0000000..ae6209c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/seven.op.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.glif new file mode 100644 index 0000000..8ada763 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.op.glif new file mode 100644 index 0000000..cdf4fb5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/six.op.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/slash.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/slash.glif new file mode 100644 index 0000000..e7ee373 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/slash.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/space.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/space.glif new file mode 100644 index 0000000..5c5694d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/sterling.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/sterling.glif new file mode 100644 index 0000000..9ce58fb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/sterling.glif @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/t.glif new file mode 100644 index 0000000..ac01127 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/t.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.glif new file mode 100644 index 0000000..4dd6f56 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.op.glif new file mode 100644 index 0000000..46b7fc9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/three.op.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.glif new file mode 100644 index 0000000..3c79f01 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.op.glif new file mode 100644 index 0000000..8ef10ad --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/two.op.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/u.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/u.glif new file mode 100644 index 0000000..f92a268 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/u.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uacute.glif new file mode 100644 index 0000000..4010fcc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uacute.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ucircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ucircumflex.glif new file mode 100644 index 0000000..b5d7422 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/udieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/udieresis.glif new file mode 100644 index 0000000..5edcae8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/udieresis.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ugrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ugrave.glif new file mode 100644 index 0000000..56b6f4d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ugrave.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/underscore.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/underscore.glif new file mode 100644 index 0000000..dd563bd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/underscore.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni0098.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni0098.glif new file mode 100644 index 0000000..f34d818 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni0098.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni25FC__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni25FC__.glif new file mode 100644 index 0000000..698c47f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/uni25FC__.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v.glif new file mode 100644 index 0000000..c926de3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v_t_f.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v_t_f.glif new file mode 100644 index 0000000..f0ddc41 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/v_t_f.glif @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w.glif new file mode 100644 index 0000000..5aa11de --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_i_t_h.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_i_t_h.glif new file mode 100644 index 0000000..058b8a8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_i_t_h.glif @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_t_f.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_t_f.glif new file mode 100644 index 0000000..88d85be --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_t_f.glif @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_w_w.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_w_w.glif new file mode 100644 index 0000000..21c4f7d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/w_w_w.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/x.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/x.glif new file mode 100644 index 0000000..f99120a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/x.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/y.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/y.glif new file mode 100644 index 0000000..364df75 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/y.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yacute.glif new file mode 100644 index 0000000..83e8890 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yacute.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ydieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ydieresis.glif new file mode 100644 index 0000000..390d3d1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/ydieresis.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yen.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yen.glif new file mode 100644 index 0000000..db90fdf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/yen.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/z.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/z.glif new file mode 100644 index 0000000..c09174e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/z.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.glif new file mode 100644 index 0000000..733043a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.op.glif new file mode 100644 index 0000000..d43a526 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/glyphs/zero.op.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/groups.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/groups.plist new file mode 100644 index 0000000..b1d45dc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/groups.plist @@ -0,0 +1,119 @@ + + + + + caps1 + + 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 + + caps2 + + A.2 + B.2 + C.2 + D.2 + E.2 + F.2 + G.2 + H.2 + I.2 + J.2 + K.2 + L.2 + M.2 + N.2 + O.2 + P.2 + Q.2 + R.2 + S.2 + T.2 + U.2 + V.2 + W.2 + X.2 + Y.2 + Z.2 + + caps3 + + A.3 + B.3 + C.3 + D.3 + E.3 + F.3 + G.3 + H.3 + I.3 + J.3 + K.3 + L.3 + M.3 + N.3 + O.3 + P.3 + Q.3 + R.3 + S.3 + T.3 + U.3 + V.3 + W.3 + X.3 + Y.3 + Z.3 + + figures.lp + + zero + one + two + three + four + five + six + seven + eight + nine + + figures.op + + zero.op + one.op + two.op + three.op + four.op + five.op + six.op + seven.op + eight.op + nine.op + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/lib.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/lib.plist new file mode 100644 index 0000000..18eecb5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/lib.plist @@ -0,0 +1,374 @@ + + + + + com.fontlab.v2.tth + + zones + + b: 0 + + position + 0 + width + 15 + top + + + b: 1 + + position + -742 + width + 0 + top + + + t: 0 + + position + 1000 + width + 15 + top + + + t: 1 + + position + 1614 + width + 17 + top + + + + stems + + h00 + + width + 38 + horizontal + + round + + 0 + 1 + 81 + 2 + 135 + 3 + 189 + 4 + 243 + 5 + 297 + 6 + + + v00 + + width + 38 + horizontal + + round + + 0 + 1 + 81 + 2 + 135 + 3 + 189 + 4 + 243 + 5 + 297 + 6 + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + -15 + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + 1630 + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + 1015 + + + public.glyphOrder + + .notdef + NULL + CR + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + at + 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 + bracketleft + backslash + bracketright + asciicircum + underscore + grave + 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 + braceleft + bar + braceright + uni0098 + sterling + currency + yen + brokenbar + questiondown + Agrave + Aacute + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + agrave + aacute + acircumflex + atilde + adieresis + aring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + iacute + icircumflex + idieresis + ograve + oacute + ocircumflex + otilde + odieresis + ugrave + uacute + ucircumflex + udieresis + yacute + ydieresis + OE + oe + zero.op + one.op + two.op + three.op + four.op + five.op + six.op + seven.op + eight.op + nine.op + c_t + ff + ffi + fi + a_n_d + w_i_t_h + a_t + s_p + s_t + w_w_w + v_t_f + w_t_f + quoteleft + uni25FC + A.2 + B.2 + C.2 + D.2 + E.2 + F.2 + G.2 + H.2 + I.2 + J.2 + K.2 + L.2 + M.2 + N.2 + O.2 + P.2 + Q.2 + R.2 + S.2 + T.2 + U.2 + V.2 + W.2 + X.2 + Y.2 + Z.2 + A.3 + B.3 + C.3 + D.3 + E.3 + F.3 + G.3 + H.3 + I.3 + J.3 + K.3 + L.3 + M.3 + N.3 + O.3 + P.3 + Q.3 + R.3 + S.3 + T.3 + U.3 + V.3 + W.3 + X.3 + Y.3 + Z.3 + euro + fl + dotlessi + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/metainfo.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/metainfo.plist new file mode 100644 index 0000000..06655a4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.fontlab.ufoLib + formatVersion + 2 + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/features.fea b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/features.fea new file mode 100644 index 0000000..d003d78 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/features.fea @@ -0,0 +1,40 @@ +feature onum { + sub @figures.lp by @figures.op ; +} onum; + +feature lnum { + sub @figures.op by @figures.lp ; +} lnum; + +feature liga { + sub f f by ff ; + sub f i by fi ; + sub f l by fl ; + sub f f i by ffi ; +} liga; + +feature dlig { + sub c b by c_b ; + sub c t by c_t; + sub c l by c_l ; + sub c k by c_k ; + sub c h by c_h ; + sub s b by s_b ; + sub s h by s_h ; + sub s k by s_k ; + sub s l by s_l ; + sub s t by s_t; + sub w w w by w_w_w ; + sub o o by o_o; + sub a s by a_s; + sub i s by i_s; + sub n s by n_s; + sub t s by t_s; + sub u s by u_s; + sub s s by s_s; + sub z z by z_z; +} dlig; + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/fontinfo.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/fontinfo.plist new file mode 100644 index 0000000..4decefa --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/fontinfo.plist @@ -0,0 +1,192 @@ + + + + + ascender + 1638 + capHeight + 1612 + copyright + VTF Victorianna +Designed by Sebastien Hayez +Programmed by Jeremy Landes-Nones +Distributed by velvetyne.fr +Created with FontForge 2.0 (http://fontforge.sf.net) + descender + -734 + familyName + VTF Victorianna + italicAngle + 0 + openTypeHeadCreated + 2014/03/11 21:15:45 + openTypeHeadFlags + + 0 + 1 + 3 + + openTypeHheaAscender + 2048 + openTypeHheaDescender + -717 + openTypeHheaLineGap + 171 + openTypeNameDesigner + Sébastien Hayez + openTypeNameDesignerURL + + openTypeNameLicense + + openTypeNameLicenseURL + + openTypeNameManufacturer + Sébastien Hayez + openTypeNameManufacturerURL + http://velvetyne.fr + openTypeNameDescription + VTF Victorianna +Designed by Sebastien Hayez +Programmed by Jeremy Landes-Nones +Distributed by velvetyne.fr +Created with FontForge 2.0 (http://fontforge.sf.net) + openTypeNamePreferredSubfamilyName + Thin Italic + openTypeNameSampleText + + openTypeNameUniqueID + SbastienHayez: Victorianna _thin_italic: 2014 + openTypeNameVersion + Version 2.000 + openTypeOS2CodePageRanges + + 0 + + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Panose + + 2 + 0 + 5 + 3 + 0 + 0 + 0 + 9 + 0 + 3 + + openTypeOS2Selection + + + openTypeOS2StrikeoutPosition + 512 + openTypeOS2StrikeoutSize + 68 + openTypeOS2SubscriptXOffset + 0 + openTypeOS2SubscriptXSize + 1331 + openTypeOS2SubscriptYOffset + 273 + openTypeOS2SubscriptYSize + 1399 + openTypeOS2SuperscriptXOffset + 0 + openTypeOS2SuperscriptXSize + 1331 + openTypeOS2SuperscriptYOffset + 956 + openTypeOS2SuperscriptYSize + 1399 + openTypeOS2Type + + 2 + + openTypeOS2TypoAscender + 1638 + openTypeOS2TypoDescender + -734 + openTypeOS2TypoLineGap + 171 + openTypeOS2UnicodeRanges + + 0 + 1 + 2 + 3 + 31 + 69 + + openTypeOS2VendorID + VTF + openTypeOS2WeightClass + 100 + openTypeOS2WidthClass + 5 + openTypeOS2WinAscent + 2048 + openTypeOS2WinDescent + 717 + postscriptBlueFuzz + 1 + postscriptBlueScale + 0.039625 + postscriptBlueShift + 7 + postscriptBlueValues + + -15 + 0 + 1015 + 1015 + 1630 + 1630 + + postscriptUniqueID + -1 + postscriptFontName + VTF_VictoriannaThin_italic + postscriptForceBold + + postscriptFullName + VTF Victorianna Thin Italic + postscriptIsFixedPitch + + postscriptOtherBlues + + -735 + -735 + + postscriptUnderlinePosition + -256 + postscriptUnderlineThickness + 102 + postscriptWeightName + Thin + styleMapFamilyName + VTF Victorianna + styleMapStyleName + italic + styleName + Thin Italic + trademark + + unitsPerEm + 2048 + versionMajor + 2 + versionMinor + 0 + year + 2014 + xHeight + 1001 + macintoshFONDFamilyID + 128 + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/AE__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/AE__.glif new file mode 100644 index 0000000..6ccd791 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/AE__.glif @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/A_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/A_.glif new file mode 100644 index 0000000..a0824cf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/A_.glif @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aacute_.glif new file mode 100644 index 0000000..084c086 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Acircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Acircumflex_.glif new file mode 100644 index 0000000..c114081 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Adieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Adieresis_.glif new file mode 100644 index 0000000..986e44f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Agrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Agrave_.glif new file mode 100644 index 0000000..7610fdf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Agrave_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aring_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aring_.glif new file mode 100644 index 0000000..f77ca96 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Aring_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Atilde_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Atilde_.glif new file mode 100644 index 0000000..3c3ade1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Atilde_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/B_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/B_.glif new file mode 100644 index 0000000..a367e6a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/B_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/C_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/C_.glif new file mode 100644 index 0000000..5d19d88 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/C_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ccedilla_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ccedilla_.glif new file mode 100644 index 0000000..5311b4a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/D_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/D_.glif new file mode 100644 index 0000000..83b3e3b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/D_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/E_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/E_.glif new file mode 100644 index 0000000..a429fba --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/E_.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Eacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Eacute_.glif new file mode 100644 index 0000000..9aa4d1f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Eacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ecircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ecircumflex_.glif new file mode 100644 index 0000000..41991bf --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Edieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Edieresis_.glif new file mode 100644 index 0000000..589d7ab --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Egrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Egrave_.glif new file mode 100644 index 0000000..71b33df --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Egrave_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/F_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/F_.glif new file mode 100644 index 0000000..370249c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/F_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/G_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/G_.glif new file mode 100644 index 0000000..5ea1074 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/G_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/H_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/H_.glif new file mode 100644 index 0000000..3ea2db4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/H_.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/I_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/I_.glif new file mode 100644 index 0000000..af6e4ea --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/I_.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Iacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Iacute_.glif new file mode 100644 index 0000000..07a970f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Iacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Icircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Icircumflex_.glif new file mode 100644 index 0000000..32bcde7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Idieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Idieresis_.glif new file mode 100644 index 0000000..a31c8f1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Igrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Igrave_.glif new file mode 100644 index 0000000..f149c7b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Igrave_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/J_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/J_.glif new file mode 100644 index 0000000..7e8d5b7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/J_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/K_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/K_.glif new file mode 100644 index 0000000..5bd83e1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/K_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/L_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/L_.glif new file mode 100644 index 0000000..a22026b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/L_.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/M_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/M_.glif new file mode 100644 index 0000000..32b79eb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/M_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/NULL____.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/NULL____.glif new file mode 100644 index 0000000..a552fde --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/NULL____.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/N_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/N_.glif new file mode 100644 index 0000000..d7a3295 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/N_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/OE__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/OE__.glif new file mode 100644 index 0000000..b20c119 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/OE__.glif @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/O_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/O_.glif new file mode 100644 index 0000000..7f3a4ea --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/O_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Oacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Oacute_.glif new file mode 100644 index 0000000..3b4cc01 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Oacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ocircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ocircumflex_.glif new file mode 100644 index 0000000..35cdc59 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Odieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Odieresis_.glif new file mode 100644 index 0000000..b2619d4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ograve_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ograve_.glif new file mode 100644 index 0000000..a5cfee3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ograve_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Otilde_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Otilde_.glif new file mode 100644 index 0000000..863dd58 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Otilde_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/P_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/P_.glif new file mode 100644 index 0000000..3bb9a58 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/P_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Q_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Q_.glif new file mode 100644 index 0000000..0876714 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Q_.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/R_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/R_.glif new file mode 100644 index 0000000..0cdeea7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/R_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/S_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/S_.glif new file mode 100644 index 0000000..6042df9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/S_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/T_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/T_.glif new file mode 100644 index 0000000..7fbb464 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/T_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/U_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/U_.glif new file mode 100644 index 0000000..3be6ddb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/U_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Uacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Uacute_.glif new file mode 100644 index 0000000..9f2ff0c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Uacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ucircumflex_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ucircumflex_.glif new file mode 100644 index 0000000..88537c5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Udieresis_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Udieresis_.glif new file mode 100644 index 0000000..2d402d0 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ugrave_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ugrave_.glif new file mode 100644 index 0000000..2bb80b5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/V_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/V_.glif new file mode 100644 index 0000000..b8fd52d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/V_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/W_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/W_.glif new file mode 100644 index 0000000..4e4a6bb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/W_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/X_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/X_.glif new file mode 100644 index 0000000..321faa3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/X_.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Y_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Y_.glif new file mode 100644 index 0000000..07616a6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Y_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Yacute_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Yacute_.glif new file mode 100644 index 0000000..938c253 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Yacute_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Z_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Z_.glif new file mode 100644 index 0000000..f415559 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/Z_.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/__notdef.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/__notdef.glif new file mode 100644 index 0000000..e9ec94f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/__notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a.glif new file mode 100644 index 0000000..6fd3a35 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a_s.glif new file mode 100644 index 0000000..7fa1b9c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/a_s.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aacute.glif new file mode 100644 index 0000000..a8cc41e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/acircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/acircumflex.glif new file mode 100644 index 0000000..8ada15e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/acircumflex.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/adieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/adieresis.glif new file mode 100644 index 0000000..435b678 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/adieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ae.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ae.glif new file mode 100644 index 0000000..8930b7a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ae.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/agrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/agrave.glif new file mode 100644 index 0000000..886738e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/agrave.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ampersand.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ampersand.glif new file mode 100644 index 0000000..88af179 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ampersand.glif @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aring.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aring.glif new file mode 100644 index 0000000..c7fbd04 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/aring.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asciicircum.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asciicircum.glif new file mode 100644 index 0000000..37910a0 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asciicircum.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asterisk.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asterisk.glif new file mode 100644 index 0000000..6ed96bd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/asterisk.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/at.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/at.glif new file mode 100644 index 0000000..338b50a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/at.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 1 + 0.6 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/atilde.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/atilde.glif new file mode 100644 index 0000000..451fea5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/atilde.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/b.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/b.glif new file mode 100644 index 0000000..ddeaeb4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/b.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/backslash.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/backslash.glif new file mode 100644 index 0000000..e2b9ab3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/backslash.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bar.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bar.glif new file mode 100644 index 0000000..76f443d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bar.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceleft.glif new file mode 100644 index 0000000..fff880b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceleft.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceright.glif new file mode 100644 index 0000000..038363c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/braceright.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketleft.glif new file mode 100644 index 0000000..1a46a2a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketleft.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketright.glif new file mode 100644 index 0000000..726bfce --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/bracketright.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c.glif new file mode 100644 index 0000000..73e48af --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_b.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_b.glif new file mode 100644 index 0000000..1314050 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_b.glif @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_h.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_h.glif new file mode 100644 index 0000000..cccb7af --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_h.glif @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_k.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_k.glif new file mode 100644 index 0000000..7874671 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_k.glif @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_l.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_l.glif new file mode 100644 index 0000000..5ba7329 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_l.glif @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_t.glif new file mode 100644 index 0000000..05ffb45 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/c_t.glif @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ccedilla.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ccedilla.glif new file mode 100644 index 0000000..e720457 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ccedilla.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/colon.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/colon.glif new file mode 100644 index 0000000..78004ba --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/colon.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/comma.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/comma.glif new file mode 100644 index 0000000..ca8c5dc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/comma.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/contents.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/contents.plist new file mode 100644 index 0000000..36674e2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/contents.plist @@ -0,0 +1,394 @@ + + + + + .notdef + __notdef.glif + NULL + NULL____.glif + c_b + c_b.glif + ff + ff.glif + s_b + s_b.glif + s_h + s_h.glif + s_k + s_k.glif + s_l + s_l.glif + s_t + s_t.glif + c_t + c_t.glif + c_l + c_l.glif + c_k + c_k.glif + c_h + c_h.glif + w_w_w + w_w_w.glif + o_o + o_o.glif + a_s + a_s.glif + i_s + i_s.glif + n_s + n_s.glif + t_s + t_s.glif + u_s + u_s.glif + s_s + s_s.glif + z_z + z_z.glif + fl + fl.glif + ffi + ffi.glif + space + space.glif + exclam + exclam.glif + quotedbl + quotedbl.glif + numbersign + numbersign.glif + dollar + dollar.glif + percent + percent.glif + ampersand + ampersand.glif + quotesingle + quotesingle.glif + parenleft + parenleft.glif + parenright + parenright.glif + asterisk + asterisk.glif + plus + plus.glif + comma + comma.glif + hyphen + hyphen.glif + period + period.glif + slash + slash.glif + zero + zero.glif + one + one.glif + two + two.glif + three + three.glif + four + four.glif + five + five.glif + six + six.glif + seven + seven.glif + eight + eight.glif + nine + nine.glif + colon + colon.glif + semicolon + semicolon.glif + less + less.glif + equal + equal.glif + greater + greater.glif + question + question.glif + A + A_.glif + B + B_.glif + C + C_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + bracketleft + bracketleft.glif + backslash + backslash.glif + bracketright + bracketright.glif + asciicircum + asciicircum.glif + underscore + underscore.glif + grave + grave.glif + a + a.glif + b + b.glif + c + c.glif + d + d.glif + e + e.glif + f + f.glif + g + g.glif + h + h.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + m + m.glif + n + n.glif + o + o.glif + p + p.glif + q + q.glif + r + r.glif + s + s.glif + t + t.glif + u + u.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + braceleft + braceleft.glif + bar + bar.glif + braceright + braceright.glif + uni0098 + uni0098.glif + questiondown + questiondown.glif + Agrave + Agrave_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Atilde + Atilde_.glif + Adieresis + Adieresis_.glif + Aring + Aring_.glif + AE + AE__.glif + Ccedilla + Ccedilla_.glif + Egrave + Egrave_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Igrave + Igrave_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Ograve + Ograve_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Otilde + Otilde_.glif + Odieresis + Odieresis_.glif + Ugrave + Ugrave_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Yacute + Yacute_.glif + agrave + agrave.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + atilde + atilde.glif + adieresis + adieresis.glif + aring + aring.glif + ae + ae.glif + ccedilla + ccedilla.glif + egrave + egrave.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + igrave + igrave.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + ograve + ograve.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + otilde + otilde.glif + odieresis + odieresis.glif + ugrave + ugrave.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + OE + OE__.glif + oe + oe.glif + uni0180 + uni0180.glif + zero.op + zero.op.glif + one.op + one.op.glif + two.op + two.op.glif + three.op + three.op.glif + four.op + four.op.glif + five.op + five.op.glif + six.op + six.op.glif + seven.op + seven.op.glif + eight.op + eight.op.glif + nine.op + nine.op.glif + uni0197 + uni0197.glif + uni019C + uni019C_.glif + quoteleft + quoteleft.glif + uni25FC + uni25FC__.glif + at + at.glif + dotlessi + dotlessi.glif + euro + euro.glif + fi + fi.glif + ffl + ffl.glif + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/d.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/d.glif new file mode 100644 index 0000000..fe6478a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/d.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dollar.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dollar.glif new file mode 100644 index 0000000..d6f1e9f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dollar.glif @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dotlessi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dotlessi.glif new file mode 100644 index 0000000..0e7ba22 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/dotlessi.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/e.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/e.glif new file mode 100644 index 0000000..3289405 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/e.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eacute.glif new file mode 100644 index 0000000..31fd5de --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ecircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ecircumflex.glif new file mode 100644 index 0000000..a6285f4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/edieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/edieresis.glif new file mode 100644 index 0000000..6c257b1 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/edieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/egrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/egrave.glif new file mode 100644 index 0000000..848cb87 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/egrave.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.glif new file mode 100644 index 0000000..03392dd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.op.glif new file mode 100644 index 0000000..ba3ac81 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/eight.op.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/equal.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/equal.glif new file mode 100644 index 0000000..3b6ff78 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/equal.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/euro.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/euro.glif new file mode 100644 index 0000000..26834f8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/euro.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/exclam.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/exclam.glif new file mode 100644 index 0000000..fc82884 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/exclam.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/f.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/f.glif new file mode 100644 index 0000000..b85840f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/f.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ff.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ff.glif new file mode 100644 index 0000000..2274945 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ff.glif @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffi.glif new file mode 100644 index 0000000..6a91039 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffi.glif @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffl.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffl.glif new file mode 100644 index 0000000..9ee007b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ffl.glif @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fi.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fi.glif new file mode 100644 index 0000000..2a6991a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fi.glif @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.glif new file mode 100644 index 0000000..22cdfc8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.op.glif new file mode 100644 index 0000000..bd65fdb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/five.op.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fl.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fl.glif new file mode 100644 index 0000000..ecca48f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/fl.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.glif new file mode 100644 index 0000000..db22b4c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.op.glif new file mode 100644 index 0000000..20f8196 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/four.op.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/g.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/g.glif new file mode 100644 index 0000000..488805a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/g.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/grave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/grave.glif new file mode 100644 index 0000000..e31e808 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/grave.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/greater.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/greater.glif new file mode 100644 index 0000000..913fc2e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/greater.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/h.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/h.glif new file mode 100644 index 0000000..be856d7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/h.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/hyphen.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/hyphen.glif new file mode 100644 index 0000000..1bf74c9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/hyphen.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i.glif new file mode 100644 index 0000000..a8c7b70 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i_s.glif new file mode 100644 index 0000000..d715715 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/i_s.glif @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/iacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/iacute.glif new file mode 100644 index 0000000..084559c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/iacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/icircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/icircumflex.glif new file mode 100644 index 0000000..a920475 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/icircumflex.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/idieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/idieresis.glif new file mode 100644 index 0000000..32b9e90 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/idieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/igrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/igrave.glif new file mode 100644 index 0000000..c91cc54 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/igrave.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/j.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/j.glif new file mode 100644 index 0000000..054a180 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/j.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/k.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/k.glif new file mode 100644 index 0000000..0938251 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/k.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/l.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/l.glif new file mode 100644 index 0000000..99fbc55 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/l.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/less.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/less.glif new file mode 100644 index 0000000..09c79f6 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/less.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/m.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/m.glif new file mode 100644 index 0000000..613174b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/m.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n.glif new file mode 100644 index 0000000..188ff9b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n_s.glif new file mode 100644 index 0000000..fc76db3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/n_s.glif @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.glif new file mode 100644 index 0000000..8701cc2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.op.glif new file mode 100644 index 0000000..fe9adc5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/nine.op.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/numbersign.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/numbersign.glif new file mode 100644 index 0000000..77b3adb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/numbersign.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o.glif new file mode 100644 index 0000000..b7062c8 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o_o.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o_o.glif new file mode 100644 index 0000000..d2683ce --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/o_o.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oacute.glif new file mode 100644 index 0000000..3990d6e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ocircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ocircumflex.glif new file mode 100644 index 0000000..39c11a9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/odieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/odieresis.glif new file mode 100644 index 0000000..73aed93 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/odieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oe.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oe.glif new file mode 100644 index 0000000..543c179 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/oe.glif @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ograve.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ograve.glif new file mode 100644 index 0000000..607a203 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ograve.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.glif new file mode 100644 index 0000000..7b4be09 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.op.glif new file mode 100644 index 0000000..8fcc655 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/one.op.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/otilde.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/otilde.glif new file mode 100644 index 0000000..9433edd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/otilde.glif @@ -0,0 +1,19 @@ + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/p.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/p.glif new file mode 100644 index 0000000..b94561e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/p.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenleft.glif new file mode 100644 index 0000000..f0f4b57 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenleft.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenright.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenright.glif new file mode 100644 index 0000000..33af2fa --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/parenright.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/percent.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/percent.glif new file mode 100644 index 0000000..08f9048 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/percent.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/period.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/period.glif new file mode 100644 index 0000000..265afa7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/period.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/plus.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/plus.glif new file mode 100644 index 0000000..e8bd3b2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/plus.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/q.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/q.glif new file mode 100644 index 0000000..b2469f7 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/q.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/question.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/question.glif new file mode 100644 index 0000000..9c6117f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/question.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/questiondown.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/questiondown.glif new file mode 100644 index 0000000..7d52cd0 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/questiondown.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotedbl.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotedbl.glif new file mode 100644 index 0000000..6fcd1be --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotedbl.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quoteleft.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quoteleft.glif new file mode 100644 index 0000000..7e99197 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quoteleft.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotesingle.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotesingle.glif new file mode 100644 index 0000000..c028b1a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/quotesingle.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/r.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/r.glif new file mode 100644 index 0000000..eee767c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/r.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s.glif new file mode 100644 index 0000000..c8390ba --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_b.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_b.glif new file mode 100644 index 0000000..a65de75 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_b.glif @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_h.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_h.glif new file mode 100644 index 0000000..1228b66 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_h.glif @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_k.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_k.glif new file mode 100644 index 0000000..da9b906 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_k.glif @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_l.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_l.glif new file mode 100644 index 0000000..7db927b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_l.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_s.glif new file mode 100644 index 0000000..17039cb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_s.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_t.glif new file mode 100644 index 0000000..1902eb5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/s_t.glif @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/semicolon.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/semicolon.glif new file mode 100644 index 0000000..37c1430 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/semicolon.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.glif new file mode 100644 index 0000000..a55887c --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.op.glif new file mode 100644 index 0000000..7dbc60f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/seven.op.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.glif new file mode 100644 index 0000000..eaba1bb --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.op.glif new file mode 100644 index 0000000..581a8a5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/six.op.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/slash.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/slash.glif new file mode 100644 index 0000000..b429733 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/slash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/space.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/space.glif new file mode 100644 index 0000000..5c5694d --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t.glif new file mode 100644 index 0000000..2e9f79b --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t_s.glif new file mode 100644 index 0000000..f89bacd --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/t_s.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.glif new file mode 100644 index 0000000..a498261 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.op.glif new file mode 100644 index 0000000..2de1689 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/three.op.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.glif new file mode 100644 index 0000000..23e5fc2 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + com.adobe.type.autohint + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.op.glif new file mode 100644 index 0000000..07248e3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/two.op.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u.glif new file mode 100644 index 0000000..9b4152a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u_s.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u_s.glif new file mode 100644 index 0000000..f94b9dc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/u_s.glif @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uacute.glif new file mode 100644 index 0000000..2d30abe --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ucircumflex.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ucircumflex.glif new file mode 100644 index 0000000..7edaddc --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/udieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/udieresis.glif new file mode 100644 index 0000000..6328f90 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/udieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ugrave.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ugrave.glif new file mode 100644 index 0000000..1c78883 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ugrave.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/underscore.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/underscore.glif new file mode 100644 index 0000000..513749e --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/underscore.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0098.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0098.glif new file mode 100644 index 0000000..f34d818 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0098.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0180.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0180.glif new file mode 100644 index 0000000..8cb2810 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0180.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0197.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0197.glif new file mode 100644 index 0000000..9eca59f --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni0197.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni019C_.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni019C_.glif new file mode 100644 index 0000000..ac8df12 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni019C_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni25FC__.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni25FC__.glif new file mode 100644 index 0000000..d0858b9 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/uni25FC__.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/v.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/v.glif new file mode 100644 index 0000000..d70130a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/v.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w.glif new file mode 100644 index 0000000..ef3d1e4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w_w_w.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w_w_w.glif new file mode 100644 index 0000000..28a91c5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/w_w_w.glif @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/x.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/x.glif new file mode 100644 index 0000000..ee72649 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/x.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/y.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/y.glif new file mode 100644 index 0000000..d73c63a --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/y.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/yacute.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/yacute.glif new file mode 100644 index 0000000..2b505c5 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/yacute.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ydieresis.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ydieresis.glif new file mode 100644 index 0000000..29b4f91 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/ydieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z.glif new file mode 100644 index 0000000..58b57ba --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z_z.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z_z.glif new file mode 100644 index 0000000..1c34543 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/z_z.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.glif new file mode 100644 index 0000000..6467ce3 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.op.glif b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.op.glif new file mode 100644 index 0000000..b97bc23 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/glyphs/zero.op.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.656 + 1 + 0.6 + 1 + + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/groups.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/groups.plist new file mode 100644 index 0000000..3bfef38 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/groups.plist @@ -0,0 +1,32 @@ + + + + + figures.lp + + zero + one + two + three + four + five + six + seven + eight + nine + + figures.op + + zero.op + one.op + two.op + three.op + four.op + five.op + six.op + seven.op + eight.op + nine.op + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/lib.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/lib.plist new file mode 100644 index 0000000..4c0a637 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/lib.plist @@ -0,0 +1,242 @@ + + + + + com.typemytype.robofont.guides + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + 1630 + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + -15 + + + angle + 0 + isGlobal + + magnetic + 5 + x + 0 + y + 1015 + + + public.glyphOrder + + .notdef + NULL + c_b + ff + s_b + s_h + s_k + s_l + s_t + c_t + c_l + c_k + c_h + w_w_w + o_o + a_s + i_s + n_s + t_s + u_s + s_s + z_z + fl + ffi + space + exclam + quotedbl + numbersign + dollar + percent + ampersand + quotesingle + parenleft + parenright + asterisk + plus + comma + hyphen + period + slash + zero + one + two + three + four + five + six + seven + eight + nine + colon + semicolon + less + equal + greater + question + 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 + bracketleft + backslash + bracketright + asciicircum + underscore + grave + 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 + braceleft + bar + braceright + uni0098 + questiondown + Agrave + Aacute + Acircumflex + Atilde + Adieresis + Aring + AE + Ccedilla + Egrave + Eacute + Ecircumflex + Edieresis + Igrave + Iacute + Icircumflex + Idieresis + Ograve + Oacute + Ocircumflex + Otilde + Odieresis + Ugrave + Uacute + Ucircumflex + Udieresis + Yacute + agrave + aacute + acircumflex + atilde + adieresis + aring + ae + ccedilla + egrave + eacute + ecircumflex + edieresis + igrave + iacute + icircumflex + idieresis + ograve + oacute + ocircumflex + otilde + odieresis + ugrave + uacute + ucircumflex + udieresis + yacute + ydieresis + OE + oe + uni0180 + zero.op + one.op + two.op + three.op + four.op + five.op + six.op + seven.op + eight.op + nine.op + uni0197 + uni019C + quoteleft + uni25FC + at + dotlessi + euro + fi + ffl + + + diff --git a/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/metainfo.plist b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/metainfo.plist new file mode 100644 index 0000000..06655a4 --- /dev/null +++ b/static/css/Victorianna-master/sources/1-drawing/victorianna_thin_italic.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.fontlab.ufoLib + formatVersion + 2 + + diff --git a/static/css/Victorianna-master/specimen.png b/static/css/Victorianna-master/specimen.png new file mode 100644 index 0000000..d0d47c1 Binary files /dev/null and b/static/css/Victorianna-master/specimen.png differ diff --git a/static/css/main.css b/static/css/main.css index d88fc4f..7a0a685 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,38 +1,51 @@ @font-face { - font-family: 'Compagnon'; - src: url('Compagnon-Bold.woff2') format('woff2'), - url('Compagnon-Bold.woff') format('woff'), ; + font-family: 'Compagnon Bold'; + src: url('webfonts/Compagnon-Bold.woff2') format('woff2'), + url('webfonts/Compagnon-Bold.woff') format('woff') ; font-weight: bold; font-style: normal; } @font-face { -font-family: 'Compagnon'; -src: url('Compagnon-Italic.woff') format('woff'); +font-family: 'Compagnon Italic'; +src: url('webfonts/Compagnon-Italic.woff2') format('woff2'), + url('webfonts/Compagnon-Italic.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Compagnon'; -src: url('Compagnon-Medium.woff') format('woff'); +src: url('webfonts/Compagnon-Medium.woff2') format('woff2'), + url('webfonts/Compagnon-Medium.woff') format('woff'); font-weight: medium; font-style: normal; } @font-face { -font-family: 'Compagnon'; -src: url('Compagnon-Light.woff') format('woff'); +font-family: 'Compagnon Light'; +src: url('webfonts/Compagnon-Light.woff2') format('woff2'), + url('webfonts/Compagnon-Light.woff') format('woff'); font-weight: light; font-style: normal; } @font-face { -font-family: 'Compagnon'; -src: url('Compagnon-Roman.woff') format('woff'); +font-family: 'Compagnon Roman'; +src: url('webfonts/Compagnon-Roman.woff') format('woff'); +font-weight: normal; +font-style: roman; +} + +@font-face { +font-family: 'Steps Thin Mono'; +src: url('webfonts/steps-mono-thin-webfont.woff2') format('woff2'), + url('webfonts/steps-mono-thin-webfont.woff') format('woff'); font-weight: normal; font-style: roman; } + + @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); @@ -46,6 +59,10 @@ body{ margin: 0; } + +h2,h3{ + font-family: 'Steps Thin Mono'; +} a{ color: black; } @@ -66,6 +83,7 @@ div#top{ } div#bottom{ + padding-top: 4em; position: absolute; width: 100%; } @@ -87,6 +105,9 @@ div#bottom{ /* FIRST PAGE */ /********************************************************/ +div.homecontent{ + /* padding-top: 4em; */ +} div.home{ /* padding: 1em 5em 1em 7.5em; */ @@ -104,7 +125,9 @@ div.home a{ div.home a:hover{ background: red; color: white; -} + } + + div.explanation{ font-size: 0.75em; float: right; @@ -118,9 +141,12 @@ div.explanation{ /* NAVIGATION */ /********************************************************/ header{ + /* border: lime 1px solid; */ + padding-top: -1em; + padding-right: 10em; position: absolute; - top:13em; - width: 27em; + top:12em; + width: 29em; -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; @@ -136,28 +162,42 @@ header{ #logobox{ display: inline-block; background: none; + padding-top: 0.5em; } #logobox a, #logobox a:visited{ color: black; } #logobox a:hover{ - color: red; + /* color: red; */ + animation: blinker 0.05s linear infinite; +} + +@keyframes blinker { + 50% { opacity: 0; } } #logobox h1{ - font-size: 2em; - line-height: 1.5; + font-size: 3em; + /* line-height: 1.5; */ + font-family: 'Steps Thin Mono'; + /* font-family: 'Victorianna Thin'; */ + margin-top: 0; } nav{ float: right; + text-transform: lowercase; + /* font-family: 'Montserrat', sans-serif; */ + font-family: 'Steps Thin Mono'; + /* font-family: 'Victorianna Thin'; */ } nav ul.menu { - font-weight: bold; + /* font-weight: bold; */ float: left; display: inline-block; text-align: right; + margin-top: 0.6em; } @@ -213,8 +253,8 @@ div{ /********************************************************/ #thewordpath{ - font-family: 'Compagnon'; - font-style: roman; + font-family: 'Compagnon Light'; + /* font-style: roman; */ display: block; width: 100%; top:0; @@ -319,6 +359,7 @@ div.diverge_all{ div.diverge_all p{ font-weight: bold; font-size: 1.3em; + font-family: 'Steps Thin Mono'; } div.diverge_list { diff --git a/static/css/steps-mono-master/.gitignore b/static/css/steps-mono-master/.gitignore new file mode 100644 index 0000000..50a899d --- /dev/null +++ b/static/css/steps-mono-master/.gitignore @@ -0,0 +1,2 @@ +/private +*~ diff --git a/static/css/steps-mono-master/COPYRIGHT.md b/static/css/steps-mono-master/COPYRIGHT.md new file mode 100644 index 0000000..ced9867 --- /dev/null +++ b/static/css/steps-mono-master/COPYRIGHT.md @@ -0,0 +1,2 @@ +Copyright (c) 2013-2014, Raphaël Bastide +Copyright (c) 2013-2014, Jean-Baptiste Morizot diff --git a/static/css/steps-mono-master/FONTLOG.md b/static/css/steps-mono-master/FONTLOG.md new file mode 100644 index 0000000..a6ce581 --- /dev/null +++ b/static/css/steps-mono-master/FONTLOG.md @@ -0,0 +1,52 @@ +FONTLOG for Demo +------------------- + +This file provides detailed information on the Demo font software. +This information should be distributed along with the Demo fonts +and any derivative works. + + +Basic Font Information +-------------------------- + +This font was created for the french magazine étapes: in order to demontrate +a collaborative work around a typeface. + + +Information for Contributors +------------------------------ + +Steps Mono is released under the OFL 1.1 - http://scripts.sil.org/OFL + +For information on what you're allowed to change or modify, consult the +OFL-1.1.txt and OFL-FAQ.txt files. The OFL-FAQ also gives a very general +rationale and various recommendations regarding why you would want to +contribute to the project or make your own version of the font. + + +ChangeLog +---------- + +When you make modifications, be sure to add a description of your changes, +following the format of the other entries, to the start of this section. + +12 March 2015 (Raphaël Bastide) Steps-mono, v0.1 +- Elipsis, copyright notice + +12 April 2014 (Raphaël Bastide) Steps-mono, v0.1 +- Changed name to "Steps-mono" + +12 April 2014 (Raphaël Bastide) Steps-mono, v0.2 +- Fat accents + +Acknowledgements +------------------------- + +When you make modifications, be sure to add your name (N), email (E), +web-address (W) and description (D). This list is sorted by last name in +alphabetical order. + +N: Raphaël Bastide +E: bonjour@raphaelbastide.com +W: http://raphaelbastide.com +D: Designer diff --git a/static/css/steps-mono-master/LICENSE.txt b/static/css/steps-mono-master/LICENSE.txt new file mode 100644 index 0000000..133b333 --- /dev/null +++ b/static/css/steps-mono-master/LICENSE.txt @@ -0,0 +1,106 @@ +Copyright (c) 2014, Jean-Baptiste Morizot, (http://cargocollective.com/jbmrz), Raphaël Bastide (http://raphaelbastide.com/) +with Reserved Font Name "Steps Mono". + +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/static/css/steps-mono-master/METADATA.yml b/static/css/steps-mono-master/METADATA.yml new file mode 100644 index 0000000..8a296b0 --- /dev/null +++ b/static/css/steps-mono-master/METADATA.yml @@ -0,0 +1,20 @@ +--- +unified font repository version: "0.2" +unified font repository url: https://github.com/raphaelbastide/Unified-Font-Repository/ +typeface family: + name: Steps Mono + tags: + - monospace + - 90s + - condesed + - incomplete + repository url: https://github.com/raphaelbastide/steps-mono + project url: https://github.com/raphaelbastide/steps-mono + tools: + - Inkscape + - Fontforge + similar fonts: + - whois mono + - OCR A + sample text: The quick brown fox jumps over the lazy dog +... diff --git a/static/css/steps-mono-master/README.md b/static/css/steps-mono-master/README.md new file mode 100644 index 0000000..cfcbb46 --- /dev/null +++ b/static/css/steps-mono-master/README.md @@ -0,0 +1,39 @@ +# Steps Mono + +This font was created for the french magazine étapes: to demonstrate a collaborative design on the same font. + +[Download](https://github.com/raphaelbastide/steps-mono/archive/master.zip) sources and font files. + +## Designers + +- Raphaël Bastide [@raphaelbastide](https://twitter.com/raphaelbastide) +- Jean-Baptiste Morizot [@jbmorizot](https://twitter.com/jb_morizot) + +## Contribute + +Contribution can be accepted by pull request only. + +## Specimen + +![Specimen Steps Mono Regular and Thin](https://rawgithub.com/raphaelbastide/steps-mono/master/documentation/images/specimen.svg) + +### Steps Mono Regular + +![Specimen Steps Mono Regular](https://raw.githubusercontent.com/raphaelbastide/steps-mono/master/documentation/images/Demo-Regular-v0.1-specimen-001.png) + +### Steps Mono Thin + +![Specimen Steps Mono Thin](https://raw.githubusercontent.com/raphaelbastide/steps-mono/master/documentation/images/Demo-Thin-v0.3-specimen-001.png) + +## 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 follows the Unified Font Repository v2.0, +a standard way to organize font project source files. Learn more at +https://github.com/raphaelbastide/Unified-Font-Repository + diff --git a/static/css/steps-mono-master/documentation/Design-guide.md b/static/css/steps-mono-master/documentation/Design-guide.md new file mode 100644 index 0000000..39c0b88 --- /dev/null +++ b/static/css/steps-mono-master/documentation/Design-guide.md @@ -0,0 +1,11 @@ +# Design Guide + +## Collaborate + +To participate to the design of this font, you can fork the project and make a pull request. +Do not forget to browse the content of the /documentation folder. +Please open an issue if you have any question about the project. + +## Webfont + +Generate Webfonts using [Fontsquirrel generator](http://www.fontsquirrel.com/tools/webfont-generator) or a similar convertor. Chose “No Subsetting” in expert mode in order to include all the glyphs of the font. diff --git a/static/css/steps-mono-master/documentation/images/Demo-Regular-v0.1-specimen-001.png b/static/css/steps-mono-master/documentation/images/Demo-Regular-v0.1-specimen-001.png new file mode 100644 index 0000000..1079ead Binary files /dev/null and b/static/css/steps-mono-master/documentation/images/Demo-Regular-v0.1-specimen-001.png differ diff --git a/static/css/steps-mono-master/documentation/images/Demo-Thin-v0.3-specimen-001.png b/static/css/steps-mono-master/documentation/images/Demo-Thin-v0.3-specimen-001.png new file mode 100644 index 0000000..bb241e4 Binary files /dev/null and b/static/css/steps-mono-master/documentation/images/Demo-Thin-v0.3-specimen-001.png differ diff --git a/static/css/steps-mono-master/documentation/images/specimen.svg b/static/css/steps-mono-master/documentation/images/specimen.svg new file mode 100644 index 0000000..cb58bcb --- /dev/null +++ b/static/css/steps-mono-master/documentation/images/specimen.svg @@ -0,0 +1,927 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/steps-mono-master/documentation/images/timeline-spread.pdf b/static/css/steps-mono-master/documentation/images/timeline-spread.pdf new file mode 100644 index 0000000..6a0b2b1 Binary files /dev/null and b/static/css/steps-mono-master/documentation/images/timeline-spread.pdf differ diff --git a/static/css/steps-mono-master/fonts/Steps-Mono-Thin.otf b/static/css/steps-mono-master/fonts/Steps-Mono-Thin.otf new file mode 100644 index 0000000..6cfae91 Binary files /dev/null and b/static/css/steps-mono-master/fonts/Steps-Mono-Thin.otf differ diff --git a/static/css/steps-mono-master/fonts/Steps-Mono.otf b/static/css/steps-mono-master/fonts/Steps-Mono.otf new file mode 100644 index 0000000..c239ac0 Binary files /dev/null and b/static/css/steps-mono-master/fonts/Steps-Mono.otf differ diff --git a/static/css/steps-mono-master/fonts/Steps-Mono.sfd b/static/css/steps-mono-master/fonts/Steps-Mono.sfd new file mode 100644 index 0000000..4520cab --- /dev/null +++ b/static/css/steps-mono-master/fonts/Steps-Mono.sfd @@ -0,0 +1,6681 @@ +SplineFontDB: 3.0 +FontName: Steps-Mono-Mono +FullName: Steps-Mono Mono +FamilyName: Steps-Mono +Weight: Normal +Copyright: copyright missing +Version: 1.0 +ItalicAngle: 0 +UnderlinePosition: -50 +UnderlineWidth: 50 +Ascent: 801 +Descent: 199 +sfntRevision: 0x00010000 +LayerCount: 2 +Layer: 0 0 "Arri+AOgA-re" 1 +Layer: 1 0 "Avant" 0 +XUID: [1021 972 28623 30858] +FSType: 4 +OS2Version: 3 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1397749151 +ModificationTime: 1398968863 +PfmFamily: 81 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 200 +VLineGap: 0 +Panose: 0 0 0 0 0 0 0 0 0 0 +OS2TypoAscent: 801 +OS2TypoAOffset: 0 +OS2TypoDescent: -199 +OS2TypoDOffset: 0 +OS2TypoLinegap: 200 +OS2WinAscent: 1029 +OS2WinAOffset: 0 +OS2WinDescent: 200 +OS2WinDOffset: 0 +HheadAscent: 801 +HheadAOffset: 0 +HheadDescent: -199 +HheadDOffset: 0 +OS2SubXSize: 650 +OS2SubYSize: 600 +OS2SubXOff: 0 +OS2SubYOff: 75 +OS2SupXSize: 650 +OS2SupYSize: 600 +OS2SupXOff: 0 +OS2SupYOff: 350 +OS2StrikeYSize: 0 +OS2StrikeYPos: 295 +OS2Vendor: 'NONE' +OS2CodePages: 20000003.00000000 +OS2UnicodeRanges: 00000003.00000000.00000000.00000000 +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "" "Steps-Mono Mono" "Regular" "1.000;NONE;Steps-Mono-Mono" "" "Version 1.000;PS 1.0;hotconv 1.0.70;makeotf.lib2.5.58329 DEVELOPMENT" "" "" "" "" "" "" "" "" "" "" "Steps-Mono" "Mono" +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 33 33 8 +BeginPrivate: 2 +BlueScale 8 0.039625 +ExpansionFactor 4 0.06 +EndPrivate +BeginChars: 65554 220 + +StartChar: .notdef +Encoding: 65536 -1 0 +Width: 500 +Flags: HMW +HStem: 2 60<312 441 176 312> 120 59<369 441 369 441 312 441> 178 61<8 112 49 112 49 112 49 112> 179 121<369 480 441 480 441 480 441 480> 296 83<175 290 191 290 191 307> 380 121<441 480> 441 60<49 112 8 49> 457 162<191 290 191 191> 501 60<8 49 8 49 8 112 369 441 369 369> 619 61<176 441 312 441 312 441 312 441> +VStem: 8 41<120 178 120 178 501 561> 112 63<120 296 178 296 239 296 239 441> 176 136<62 120 2 120 561 619> 307 62<239 296 296 296> 312 129<2 62 2 120 2 62 2 62 619 680> 441 39<120 300 179 300 179 300 380 501> +LayerCount: 2 +Fore +SplineSet +175 296 m 1xa834 + 175 239 l 1 + 307 239 l 1 + 307 296 l 1 + 175 296 l 1xa834 +191 379 m 1 + 290 379 l 1 + 290 457 l 1 + 191 457 l 1x8930 + 191 379 l 1 +441 680 m 1x80f2 + 441 619 l 1x80f2 + 314 619 l 1 + 314 561 l 1 + 441 561 l 1x80f9 + 441 504 l 1 + 480 504 l 1 + 480 380 l 1 + 441 380 l 1 + 441 501 l 1x8439 + 369 501 l 1 + 369 179 l 1 + 441 179 l 1xc0b5 + 441 300 l 1 + 480 300 l 1 + 480 187 l 1x9035 + 441 187 l 1xc035 + 441 120 l 1xc032 + 312 120 l 1 + 312 62 l 1xc038 + 441 62 l 1 + 441 2 l 1xc032 + 312 2 l 1 + 312 62 l 1 + 176 62 l 1 + 176 120 l 1 + 112 120 l 1xc038 + 112 178 l 1 + 49 178 l 1xa038 + 49 120 l 1 + 8 120 l 1xc038 + 8 185 l 1 + 49 185 l 1 + 49 239 l 1 + 112 239 l 1 + 112 441 l 1 + 49 441 l 1 + 49 498 l 1 + 8 498 l 1xa238 + 8 561 l 1 + 49 561 l 1x80b8 + 49 501 l 1 + 112 501 l 1x8238 + 112 561 l 1 + 176 561 l 1 + 176 619 l 1 + 310 619 l 1x80f8 + 310 680 l 1 + 441 680 l 1x80f2 +EndSplineSet +Validated: 5 +EndChar + +StartChar: scaron +Encoding: 353 353 1 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 676 61<243 275 264 275 264 296> 841 7 +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +243 676 m 1 + 169 841 l 1 + 176 848 l 1 + 208 848 l 1 + 264 737 l 1 + 275 737 l 1 + 331 848 l 1 + 363 848 l 1 + 370 841 l 1 + 296 676 l 1 + 243 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: yacute +Encoding: 253 253 2 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 679 7 833 15 +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xbc + 343 0 l 1x7c + 302 -199 l 1 + 205 -199 l 1xbc + 251 0 l 1 + 176 0 l 1x7c + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xbc + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x7c + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xbc +244 686 m 1 + 305 848 l 1 + 363 848 l 1 + 381 833 l 1 + 288 679 l 1 + 251 679 l 1 + 244 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Thorn +Encoding: 222 222 3 +Width: 500 +Flags: HMW +HStem: 163 57<149 337 149 372 149 337> 582 60<149 337 149 372> +VStem: 41 108<0 163 0 220 220 582 642 790> 357 108<250 555 250 564 250 564> +LayerCount: 2 +Fore +SplineSet +357 564 m 1 + 337 582 l 1 + 149 582 l 1 + 149 220 l 1 + 337 220 l 1 + 357 238 l 1 + 357 564 l 1 +465 555 m 1 + 465 250 l 1 + 372 163 l 1 + 149 163 l 1 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 149 790 l 1 + 149 642 l 1 + 372 642 l 1 + 465 555 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: thorn +Encoding: 254 254 4 +Width: 500 +Flags: HMW +HStem: 0 48<174 305 195 305 195 338> 546 48<176 305 176 338> +VStem: 76 100<64 546 594 840> 326 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +195 48 m 1 + 305 48 l 1 + 326 66 l 1 + 326 528 l 1 + 305 546 l 1 + 176 546 l 1 + 176 64 l 1 + 195 48 l 1 +174 0 m 1 + 174 -199 l 1 + 76 -199 l 1 + 76 840 l 1 + 176 840 l 1 + 176 594 l 1 + 338 594 l 1 + 426 506 l 1 + 426 88 l 1 + 338 0 l 1 + 174 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: CR +Encoding: 13 13 5 +Width: 0 +Flags: W +LayerCount: 2 +EndChar + +StartChar: zcaron +Encoding: 382 382 6 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 676 61<225 257 246 257 246 278> 841 7 +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf8 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf8 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xf4 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf8 +225 676 m 1 + 151 841 l 1 + 158 848 l 1 + 190 848 l 1 + 246 737 l 1 + 257 737 l 1 + 313 848 l 1 + 345 848 l 1 + 352 841 l 1 + 278 676 l 1 + 225 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: minus +Encoding: 8722 8722 7 +Width: 500 +Flags: HMW +HStem: 306 55<50 450 50 450> +VStem: 50 400<306 361 306 361> +LayerCount: 2 +Fore +SplineSet +450 361 m 1 + 450 306 l 1 + 50 306 l 1 + 50 361 l 1 + 450 361 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: space +Encoding: 32 32 8 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 9 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> 200 590<212 288 212 212> +VStem: 178 144<0 137 0 137 687 790> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +322 790 m 1 + 322 687 l 1 + 288 200 l 1 + 212 200 l 1 + 178 687 l 1 + 178 790 l 1 + 322 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedbl +Encoding: 34 34 10 +Width: 500 +Flags: HMW +HStem: 513 277<122 197 122 122 300 375 300 300> +VStem: 112 95<711 790 710 790> 290 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +207 790 m 1 + 207 710 l 1 + 197 513 l 1 + 122 513 l 1 + 112 711 l 1 + 112 790 l 1 + 207 790 l 1 +385 790 m 1 + 385 710 l 1 + 375 513 l 1 + 300 513 l 1 + 290 711 l 1 + 290 790 l 1 + 385 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: numbersign +Encoding: 35 35 11 +Width: 500 +Flags: HMW +HStem: 180 94<69 132 69 147 198 278 69 183 344 422> 414 94<91 169 91 183 91 220 234 315 380 444> +VStem: 69 353<180 274 180 274> 91 353<414 508 414 508> +LayerCount: 2 +Fore +SplineSet +344 274 m 1xd0 + 422 274 l 1 + 422 180 l 1 + 329 180 l 1 + 301 0 l 1 + 250 0 l 1 + 278 180 l 1 + 183 180 l 1 + 155 0 l 1 + 104 0 l 1 + 132 180 l 1 + 69 180 l 1 + 69 274 l 1xe0 + 147 274 l 1 + 169 414 l 1 + 91 414 l 1 + 91 508 l 1 + 183 508 l 1 + 217 724 l 1 + 268 724 l 1 + 234 508 l 1 + 329 508 l 1 + 363 724 l 1 + 414 724 l 1 + 380 508 l 1 + 444 508 l 1 + 444 414 l 1 + 366 414 l 1 + 344 274 l 1xd0 +220 414 m 1 + 198 274 l 1 + 293 274 l 1 + 315 414 l 1 + 220 414 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dollar +Encoding: 36 36 12 +Width: 500 +Flags: HMW +HStem: 0 48<193 239 193 239 158 239 277 326 193 277> 87 60<71 172> 552 61<442 442> 652 48<199 239 199 199 164 277 277 320> +VStem: 71 101<87 147 66 147> 77 101<550 613 613 613> 239 38<-107 0 -107 0 48 265 473 652 700 807> 341 101<552 613 552 634 552 634> 347 101<87 180 180 180> +LayerCount: 2 +Fore +SplineSet +448 210 m 1xf280 + 448 87 l 1 + 361 0 l 1 + 277 0 l 1 + 277 -107 l 1 + 239 -107 l 1 + 239 0 l 1 + 158 0 l 1 + 71 87 l 1 + 71 147 l 1 + 172 147 l 1 + 172 66 l 1xfa80 + 193 48 l 1 + 239 48 l 1 + 239 312 l 1 + 77 509 l 1 + 77 613 l 1 + 164 700 l 1 + 239 700 l 1 + 239 807 l 1 + 277 807 l 1 + 277 700 l 1 + 355 700 l 1 + 442 613 l 1 + 442 552 l 1 + 341 552 l 1 + 341 634 l 1xf7 + 320 652 l 1 + 277 652 l 1 + 277 424 l 1 + 432 228 l 1 + 448 210 l 1xf280 +347 180 m 1 + 277 265 l 1 + 277 48 l 1 + 326 48 l 1 + 347 66 l 1 + 347 180 l 1 +239 473 m 1 + 239 652 l 1 + 199 652 l 1 + 178 634 l 1 + 178 550 l 1xf6 + 239 473 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: percent +Encoding: 37 37 13 +Width: 500 +Flags: HMW +HStem: 0 25<337 388 337 408 318 388> 322 24<337 388 337 337> 334 25<90 143 90 161 71 143> 656 24<90 143 90 90> +VStem: 27 53<378 437 368 474 474 636 636 636> 154 51<378 540 540 540 577 636 378 646 378 646> 274 53<44 103 34 140 140 302 302 302> 399 53<44 206 206 206 243 302 44 312 44 312> +LayerCount: 2 +Fore +SplineSet +399 34 m 1x9f + 399 206 l 1 + 327 103 l 1 + 327 34 l 1 + 337 25 l 1 + 388 25 l 1 + 399 34 l 1x9f +37 0 m 1 + 188 301 l 1 + 229 301 l 1 + 112 0 l 1 + 37 0 l 1 +327 140 m 1 + 399 243 l 1 + 399 312 l 1 + 388 322 l 1 + 337 322 l 1xdf + 327 312 l 1 + 327 140 l 1 +452 302 m 1 + 452 44 l 1 + 408 0 l 1 + 318 0 l 1 + 274 44 l 1 + 274 302 l 1 + 318 346 l 1 + 408 346 l 1 + 452 302 l 1 +154 368 m 1 + 154 540 l 1 + 80 437 l 1 + 80 368 l 1 + 90 359 l 1 + 143 359 l 1xbf + 154 368 l 1 +80 474 m 1 + 154 577 l 1 + 154 646 l 1 + 143 656 l 1 + 90 656 l 1 + 80 646 l 1 + 80 474 l 1 +443 680 m 1 + 292 379 l 1 + 251 379 l 1 + 368 680 l 1 + 443 680 l 1 +205 636 m 1 + 205 378 l 1 + 161 334 l 1 + 71 334 l 1 + 27 378 l 1 + 27 636 l 1 + 71 680 l 1 + 161 680 l 1 + 205 636 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotesingle +Encoding: 39 39 14 +Width: 500 +Flags: HMW +HStem: 513 277<245 320 245 245> +VStem: 235 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +330 790 m 1 + 330 710 l 1 + 320 513 l 1 + 245 513 l 1 + 235 711 l 1 + 235 790 l 1 + 330 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: parenleft +Encoding: 40 40 15 +Width: 500 +Flags: HMW +HStem: -170 40<300 373 300 373> 716 40<300 373> +VStem: 65 40<174.5 411.5 174.5 418.5> +LayerCount: 2 +Fore +SplineSet +373 -130 m 1 + 373 -170 l 1 + 203 -170 65 42 65 293 c 0 + 65 544 203 756 373 756 c 1 + 373 716 l 1 + 227 716 105 530 105 293 c 0 + 105 56 227 -130 373 -130 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: parenright +Encoding: 41 41 16 +Width: 500 +Flags: HMW +HStem: -170 40<104 177 104 189> 716 40<104 177> +VStem: 372 40<174.5 411.5> +LayerCount: 2 +Fore +SplineSet +104 -170 m 1 + 104 -130 l 1 + 250 -130 372 56 372 293 c 0 + 372 530 250 716 104 716 c 1 + 104 756 l 1 + 274 756 412 544 412 293 c 0 + 412 42 274 -170 104 -170 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: asterisk +Encoding: 42 42 17 +Width: 500 +Flags: HMW +HStem: 513 277<204 279 204 204> +VStem: 194 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +289 790 m 1 + 289 710 l 1 + 279 513 l 1 + 204 513 l 1 + 194 711 l 1 + 194 790 l 1 + 289 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: plus +Encoding: 43 43 18 +Width: 500 +Flags: HMW +HStem: 306 55<50 222 50 223 50 222 278 450 278 278> +VStem: 223 55<133 306 133 306> +LayerCount: 2 +Fore +SplineSet +450 306 m 1 + 278 306 l 1 + 278 133 l 1 + 223 133 l 1 + 223 306 l 1 + 50 306 l 1 + 50 361 l 1 + 222 361 l 1 + 222 533 l 1 + 277 533 l 1 + 277 361 l 1 + 450 361 l 1 + 450 306 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: comma +Encoding: 44 44 19 +Width: 500 +Flags: HMW +HStem: -146 40<188 217 188 236> 0 137<193 278 193 307> +VStem: 178 144<15 122 15 122> +LayerCount: 2 +Fore +SplineSet +322 122 m 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 + 322 122 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hyphen +Encoding: 45 45 20 +Width: 500 +Flags: HMW +HStem: 254 80<92 408 92 408> +VStem: 92 316<254 334 254 334> +LayerCount: 2 +Fore +SplineSet +408 334 m 1 + 408 254 l 1 + 92 254 l 1 + 92 334 l 1 + 408 334 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: period +Encoding: 46 46 21 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> +VStem: 178 144<0 137 0 137> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: slash +Encoding: 47 47 22 +Width: 500 +Flags: HMW +HStem: -103 902<51 448> +VStem: 16 467 +LayerCount: 2 +Fore +SplineSet +51 -103 m 1 + 16 -83 l 1 + 448 799 l 1 + 483 779 l 1 + 51 -103 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zero +Encoding: 48 48 23 +Width: 501 +Flags: HMW +HStem: 0 48<197 305 197 340 162 305> 631 48<197 305 197 197> +VStem: 76 101<87 202 66 266 266 592 592 592> 325 101<87 413 413 413 477 592 87 613 87 613> +LayerCount: 2 +Fore +SplineSet +325 66 m 1 + 325 413 l 1 + 177 202 l 1 + 177 66 l 1 + 197 48 l 1 + 305 48 l 1 + 325 66 l 1 +177 266 m 1 + 325 477 l 1 + 325 613 l 1 + 305 631 l 1 + 197 631 l 1 + 177 613 l 1 + 177 266 l 1 +426 592 m 1 + 426 87 l 1 + 340 0 l 1 + 162 0 l 1 + 76 87 l 1 + 76 592 l 1 + 162 679 l 1 + 340 679 l 1 + 426 592 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: one +Encoding: 49 49 24 +Width: 500 +Flags: HMW +HStem: 0 52<54 188 325 459 54 188> +VStem: 204 105<70 593 593 593> +LayerCount: 2 +Fore +SplineSet +459 52 m 1 + 459 0 l 1 + 54 0 l 1 + 54 52 l 1 + 188 52 l 1 + 204 70 l 1 + 204 593 l 1 + 40 541 l 1 + 40 593 l 1 + 309 689 l 1 + 309 70 l 1 + 325 52 l 1 + 459 52 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: two +Encoding: 50 50 25 +Width: 500 +Flags: HMW +HStem: 0 85<148 448 67 67> 631 48<193 317 193 193> +VStem: 67 381<0 85 0 85> 72 101<518 592 592 592> 337 101<486 592 486 613 486 613> +LayerCount: 2 +Fore +SplineSet +448 85 m 1xe0 + 448 0 l 1 + 67 0 l 1 + 67 85 l 1xe0 + 337 470 l 1 + 337 613 l 1 + 317 631 l 1 + 193 631 l 1 + 173 613 l 1 + 173 518 l 1 + 72 518 l 1 + 72 592 l 1 + 158 679 l 1 + 352 679 l 1 + 438 592 l 1 + 438 486 l 1xd8 + 148 85 l 1 + 448 85 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: three +Encoding: 51 51 26 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 330 48<149 304 149 304> 631 48<196 304 196 196> +VStem: 75 101<87 153 66 153 536 592 592 592> 324 101<87 291 87 312 87 312 417 592> +LayerCount: 2 +Fore +SplineSet +425 417 m 1 + 363 354 l 1 + 425 291 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 176 153 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 312 l 1 + 304 330 l 1 + 149 330 l 1 + 149 378 l 1 + 304 378 l 1 + 324 396 l 1 + 324 613 l 1 + 304 631 l 1 + 196 631 l 1 + 176 613 l 1 + 176 536 l 1 + 75 536 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 + 425 417 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: four +Encoding: 52 52 27 +Width: 500 +Flags: HMW +HStem: 203 71<87 287 25 25 392 492> +VStem: 287 105<0 203 0 203 274 580 580 580> +LayerCount: 2 +Fore +SplineSet +287 274 m 1 + 287 580 l 1 + 87 274 l 1 + 287 274 l 1 +492 203 m 1 + 392 203 l 1 + 392 0 l 1 + 287 0 l 1 + 287 203 l 1 + 25 203 l 1 + 25 274 l 1 + 287 679 l 1 + 392 679 l 1 + 392 274 l 1 + 492 274 l 1 + 492 203 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: five +Encoding: 53 53 28 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 330 48<161 304> 594 85<146 409 146 146> +VStem: 75 101<87 153 66 153> 98 48<393 594 393 679> 324 101<87 87 87 291> +LayerCount: 2 +Fore +SplineSet +425 87 m 1xec + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 176 153 l 1 + 176 66 l 1xf4 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 312 l 1 + 304 330 l 1 + 98 330 l 1 + 98 679 l 1 + 409 679 l 1 + 409 594 l 1 + 146 594 l 1 + 146 393 l 1 + 161 378 l 1 + 339 378 l 1 + 425 291 l 1 + 425 87 l 1xec +EndSplineSet +Validated: 1 +EndChar + +StartChar: six +Encoding: 54 54 29 +Width: 500 +Flags: HMW +HStem: -2 48<192 300 192 335 157 300> 631 48<192 300 192 192> +VStem: 71 101<85 313 355 592 592 592> 320 101<85 302 85 323 85 323 526 592> +LayerCount: 2 +Fore +SplineSet +172 313 m 1 + 172 64 l 1 + 192 46 l 1 + 300 46 l 1 + 320 64 l 1 + 320 323 l 1 + 300 341 l 1 + 172 313 l 1 +320 526 m 1 + 320 613 l 1 + 300 631 l 1 + 192 631 l 1 + 172 613 l 1 + 172 355 l 1 + 335 394 l 1 + 421 302 l 1 + 421 85 l 1 + 335 -2 l 1 + 157 -2 l 1 + 71 85 l 1 + 71 592 l 1 + 157 679 l 1 + 335 679 l 1 + 421 592 l 1 + 421 526 l 1 + 320 526 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: seven +Encoding: 55 55 30 +Width: 500 +Flags: HMW +HStem: 594 85<52 356 52 448 52 448> +VStem: 52 396<594 679 594 679> 77 101<0 53 0 55 0 55> +LayerCount: 2 +Fore +SplineSet +448 679 m 1xc0 + 448 594 l 1xc0 + 178 53 l 1 + 178 0 l 1 + 77 0 l 1 + 77 55 l 1xa0 + 356 594 l 1 + 52 594 l 1 + 52 679 l 1 + 448 679 l 1xc0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: eight +Encoding: 56 56 31 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 325 48<196 304 196 304> 631 48<196 304 196 196> +VStem: 75 101<87 286 286 286 412 592 592 592> 324 101<87 286 87 307 87 307 412 592> +LayerCount: 2 +Fore +SplineSet +324 307 m 1 + 304 325 l 1 + 196 325 l 1 + 176 307 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 307 l 1 +176 391 m 1 + 196 373 l 1 + 304 373 l 1 + 324 391 l 1 + 324 613 l 1 + 304 631 l 1 + 196 631 l 1 + 176 613 l 1 + 176 391 l 1 +425 412 m 1 + 363 349 l 1 + 425 286 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 286 l 1 + 137 349 l 1 + 75 412 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 + 425 412 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nine +Encoding: 57 57 32 +Width: 500 +Flags: HMW +HStem: -2 48<200 308 200 343 165 308> 631 48<200 308 200 200> +VStem: 79 101<85 151 64 151 375 592 592 592> 328 101<85 322 322 322 364 592 85 613 85 613> +LayerCount: 2 +Fore +SplineSet +429 592 m 1 + 429 85 l 1 + 343 -2 l 1 + 165 -2 l 1 + 79 85 l 1 + 79 151 l 1 + 180 151 l 1 + 180 64 l 1 + 200 46 l 1 + 308 46 l 1 + 328 64 l 1 + 328 322 l 1 + 165 283 l 1 + 79 375 l 1 + 79 592 l 1 + 165 679 l 1 + 343 679 l 1 + 429 592 l 1 +328 613 m 1 + 308 631 l 1 + 200 631 l 1 + 180 613 l 1 + 180 354 l 1 + 200 336 l 1 + 328 364 l 1 + 328 613 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: colon +Encoding: 58 58 33 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> 378 137<178 322 178 322> +VStem: 178 144<0 137 0 137 378 515> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: semicolon +Encoding: 59 59 34 +Width: 500 +Flags: HMW +HStem: -146 40<188 217 188 236> 0 137<193 278 193 307> 378 137<178 322 178 322> +VStem: 178 144<15 122 15 122 378 515> +LayerCount: 2 +Fore +SplineSet +307 137 m 1 + 322 122 l 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: less +Encoding: 60 60 35 +Width: 500 +Flags: HMW +HStem: 79 468<439 439> +VStem: 52 101<310 315 315 315> 52 387<79 315 79 315> +LayerCount: 2 +Fore +SplineSet +439 137 m 1xa0 + 439 79 l 1xa0 + 52 310 l 1 + 52 315 l 1xc0 + 439 547 l 1 + 439 487 l 1xa0 + 153 321 l 1 + 153 302 l 1xc0 + 439 137 l 1xa0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: greater +Encoding: 62 62 36 +Width: 500 +Flags: HMW +HStem: 79 468<78 78> +VStem: 364 101<310 315 310 321 310 321> +LayerCount: 2 +Fore +SplineSet +364 321 m 1 + 78 487 l 1 + 78 547 l 1 + 465 315 l 1 + 465 310 l 1 + 78 79 l 1 + 78 137 l 1 + 364 302 l 1 + 364 321 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: question +Encoding: 63 63 37 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: A +Encoding: 65 65 38 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: B +Encoding: 66 66 39 +Width: 500 +Flags: HMW +HStem: 0 60<177 330 177 365> 370 57<157 306 157 330 157 306> 730 60<157 306 157 157> +VStem: 49 108<82 370 82 427 427 730> 326 108<457 703 457 712 457 712> 350 108<87 340 87 352 87 352> +LayerCount: 2 +Fore +SplineSet +177 60 m 1xf4 + 330 60 l 1 + 350 78 l 1 + 350 352 l 1 + 330 370 l 1 + 157 370 l 1 + 157 82 l 1 + 177 60 l 1xf4 +157 427 m 1 + 306 427 l 1 + 326 445 l 1 + 326 712 l 1xf8 + 306 730 l 1 + 157 730 l 1 + 157 427 l 1 +458 340 m 1xf4 + 458 87 l 1xf4 + 365 0 l 1 + 49 0 l 1 + 49 790 l 1 + 341 790 l 1 + 434 703 l 1 + 434 457 l 1xf8 + 383 410 l 1 + 458 340 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: C +Encoding: 67 67 40 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: D +Encoding: 68 68 41 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355> 730 60<159 320 159 159> +VStem: 51 108<82 730 82 790 82 790> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +179 60 m 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 + 159 730 l 1 + 159 82 l 1 + 179 60 l 1 +448 87 m 1 + 355 0 l 1 + 51 0 l 1 + 51 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: E +Encoding: 69 69 42 +Width: 500 +Flags: HMW +HStem: 0 60<184 438 184 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<82 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 0 m 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 82 l 1 + 184 60 l 1 + 438 60 l 1 + 438 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: F +Encoding: 70 70 43 +Width: 500 +Flags: HMW +HStem: 376 60<164 403 164 403> 730 60<164 164 164 428> +VStem: 56 108<0 376 436 730> +LayerCount: 2 +Fore +SplineSet +164 730 m 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: G +Encoding: 71 71 44 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 428 144 320> 730 60<179 387 179 179> +VStem: 51 108<87 703 703 703> 320 108<60 291 0 291> +LayerCount: 2 +Fore +SplineSet +428 291 m 1 + 428 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 320 291 l 1 + 428 291 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: H +Encoding: 72 72 45 +Width: 500 +Flags: HMW +HStem: 0 790<48 156 48 156 340 448 48 340> 376 60<156 340 156 340> +VStem: 48 108<0 376 0 436 436 790> 340 108<0 376 376 376 436 790 0 790> +LayerCount: 2 +Fore +SplineSet +448 790 m 1xb0 + 448 0 l 1 + 340 0 l 1xb0 + 340 376 l 1 + 156 376 l 1x70 + 156 0 l 1 + 48 0 l 1 + 48 790 l 1 + 156 790 l 1xb0 + 156 436 l 1 + 340 436 l 1x70 + 340 790 l 1 + 448 790 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: I +Encoding: 73 73 46 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: J +Encoding: 74 74 47 +Width: 500 +Flags: HMW +HStem: 0 60<141 296 141 331 106 296> 730 60<115 296 115 424> +VStem: 13 108<87 185 78 185> 316 108<87 87 87 708 708 708> +LayerCount: 2 +Fore +SplineSet +424 87 m 1 + 331 0 l 1 + 106 0 l 1 + 13 87 l 1 + 13 185 l 1 + 121 185 l 1 + 121 78 l 1 + 141 60 l 1 + 296 60 l 1 + 316 78 l 1 + 316 708 l 1 + 296 730 l 1 + 115 730 l 1 + 115 790 l 1 + 424 790 l 1 + 424 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: K +Encoding: 75 75 48 +Width: 500 +Flags: HMW +HStem: 0 790<41 149 41 149 357 357 357 445 41 465> 333 111<149 164 149 172 149 164> +VStem: 41 108<0 333 444 790> 337 108<718 790 689 790> 357 108<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +357 59 m 1xa8 + 172 333 l 1 + 149 333 l 1x68 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 149 790 l 1xa8 + 149 444 l 1 + 164 444 l 1x68 + 337 718 l 1 + 337 790 l 1 + 445 790 l 1 + 445 689 l 1xb0 + 256 400 l 1 + 256 396 l 1 + 465 92 l 1 + 465 0 l 1 + 357 0 l 1 + 357 59 l 1xa8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: L +Encoding: 76 76 49 +Width: 500 +Flags: HMW +HStem: 0 70<180 444 180 444> +VStem: 72 108<70 790 70 790 70 790> +LayerCount: 2 +Fore +SplineSet +444 70 m 1 + 444 0 l 1 + 72 0 l 1 + 72 790 l 1 + 180 790 l 1 + 180 70 l 1 + 444 70 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: M +Encoding: 77 77 50 +Width: 500 +Flags: HMW +HStem: 0 790<13 106 13 121 13 106 392 485 13 485 13 377> 287 153<242 256 242 278 220 256> +VStem: 13 108<0 433 0 790> 377 108<0 433 433 433> +LayerCount: 2 +Fore +SplineSet +485 0 m 1xb0 + 377 0 l 1xb0 + 377 433 l 1 + 382 520 l 1 + 371 520 l 1 + 278 287 l 1 + 220 287 l 1x70 + 127 521 l 1 + 116 521 l 1 + 121 433 l 1 + 121 0 l 1 + 13 0 l 1 + 13 790 l 1 + 106 790 l 1xb0 + 242 440 l 1 + 256 440 l 1x70 + 392 790 l 1 + 485 790 l 1 + 485 0 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: N +Encoding: 78 78 51 +Width: 500 +Flags: HMW +HStem: 0 790<43 151 43 151 352 460 43 352> +VStem: 43 108<0 467 0 790> 352 108<0 0 308 790> +LayerCount: 2 +Fore +SplineSet +460 0 m 1 + 352 0 l 1 + 180 478 l 1 + 152 562 l 1 + 147 562 l 1 + 151 467 l 1 + 151 0 l 1 + 43 0 l 1 + 43 790 l 1 + 151 790 l 1 + 323 298 l 1 + 351 210 l 1 + 356 210 l 1 + 352 308 l 1 + 352 790 l 1 + 460 790 l 1 + 460 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: O +Encoding: 79 79 52 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +320 730 m 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: P +Encoding: 80 80 53 +Width: 500 +Flags: HMW +HStem: 311 57<149 337 149 372 149 337> 730 60<149 337 149 149> +VStem: 41 108<0 311 0 368 368 730> 357 108<398 703 398 712 398 712> +LayerCount: 2 +Fore +SplineSet +357 712 m 1 + 337 730 l 1 + 149 730 l 1 + 149 368 l 1 + 337 368 l 1 + 357 386 l 1 + 357 712 l 1 +465 703 m 1 + 465 398 l 1 + 372 311 l 1 + 149 311 l 1 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 372 790 l 1 + 465 703 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Q +Encoding: 81 81 54 +Width: 500 +Flags: HMW +HStem: 0 60<179 226 144 320 300 320 179 355 300 300> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 703 87 712 87 712> +LayerCount: 2 +Fore +SplineSet +340 712 m 1 + 320 730 l 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 +355 0 m 1 + 300 0 l 1 + 409 -134 l 1 + 290 -134 l 1 + 226 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 + 355 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: R +Encoding: 82 82 55 +Width: 500 +Flags: HMW +HStem: 336 57<155 271 155 310> 730 60<155 310 155 155> +VStem: 47 108<0 336 0 393 393 730> 330 108<423 703 423 712 423 712> 347 115<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +462 68 m 1xe8 + 462 0 l 1 + 347 0 l 1 + 347 59 l 1xe8 + 271 336 l 1 + 155 336 l 1 + 155 0 l 1 + 47 0 l 1 + 47 790 l 1 + 345 790 l 1 + 438 703 l 1 + 438 423 l 1xf0 + 351 342 l 1 + 462 68 l 1xe8 +155 393 m 1 + 310 393 l 1 + 330 411 l 1 + 330 712 l 1xf0 + 310 730 l 1 + 155 730 l 1 + 155 393 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: S +Encoding: 83 83 56 +Width: 500 +Flags: HMW +HStem: 0 60<172 334 172 372 134 334> 730 60<196 314 196 196> +VStem: 38 111<103 169 80 169> 62 111<593 687 687 687> 337 111<620 687 620 710 620 710> 357 111<103 213 213 213> +LayerCount: 2 +Fore +SplineSet +337 710 m 1xd8 + 314 730 l 1 + 196 730 l 1 + 173 710 l 1 + 173 593 l 1xd8 + 468 258 l 1 + 468 103 l 1 + 372 0 l 1 + 134 0 l 1 + 38 103 l 1 + 38 169 l 1 + 149 169 l 1 + 149 80 l 1 + 172 60 l 1 + 334 60 l 1 + 357 80 l 1 + 357 213 l 1xe4 + 62 552 l 1 + 62 687 l 1 + 158 790 l 1 + 353 790 l 1 + 448 687 l 1 + 448 620 l 1 + 337 620 l 1 + 337 710 l 1xd8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: T +Encoding: 84 84 57 +Width: 500 +Flags: HMW +HStem: 730 60<35 196 35 456 296 456 296 296> +VStem: 196 100<0 730 0 730> +LayerCount: 2 +Fore +SplineSet +456 730 m 1 + 296 730 l 1 + 296 0 l 1 + 196 0 l 1 + 196 730 l 1 + 35 730 l 1 + 35 790 l 1 + 456 790 l 1 + 456 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: U +Encoding: 85 85 58 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> +VStem: 51 108<87 790 78 790> 340 108<87 87 87 790> +LayerCount: 2 +Fore +SplineSet +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 790 l 1 + 159 790 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 790 l 1 + 448 790 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: V +Encoding: 86 86 59 +Width: 500 +Flags: HMW +HStem: 0 51<249 260 249 344> +VStem: 9 104<742 790 742 790> 396 94<742 790 742 790> +LayerCount: 2 +Fore +SplineSet +490 790 m 1 + 490 742 l 1 + 344 0 l 1 + 155 0 l 1 + 9 742 l 1 + 9 790 l 1 + 113 790 l 1 + 113 742 l 1 + 249 51 l 1 + 260 51 l 1 + 396 742 l 1 + 396 790 l 1 + 490 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: W +Encoding: 87 87 60 +Width: 500 +Flags: HMW +HStem: 0 790<82 121 13 165 82 82 377 416 13 333> 348 219<238 260 238 238> +VStem: 13 472<790 790> +LayerCount: 2 +Fore +SplineSet +333 0 m 1xa0 + 260 348 l 1 + 238 348 l 1x60 + 165 0 l 1 + 82 0 l 1 + 13 790 l 1 + 121 790 l 1xa0 + 161 289 l 1 + 172 289 l 1 + 220 567 l 1 + 278 567 l 1x60 + 326 289 l 1 + 337 289 l 1 + 377 790 l 1 + 485 790 l 1 + 416 0 l 1 + 333 0 l 1xa0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: X +Encoding: 88 88 61 +Width: 500 +Flags: HMW +HStem: 0 790<32 109 11 132 389 389 389 468 32 489> +VStem: 11 98<0 59 0 61 0 61> 32 100<718 790 718 790> 184 131<389 409 383 412 383 412> 369 99<718 790 718 790> 389 100<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +109 59 m 1xd4 + 109 0 l 1 + 11 0 l 1 + 11 61 l 1xd4 + 184 389 l 1 + 184 412 l 1 + 32 718 l 1 + 32 790 l 1 + 132 790 l 1 + 132 718 l 1 + 250 496 l 1 + 266 496 l 1 + 369 718 l 1 + 369 790 l 1 + 468 790 l 1 + 468 718 l 1xb8 + 315 409 l 1 + 315 383 l 1 + 489 61 l 1 + 489 0 l 1 + 389 0 l 1 + 389 59 l 1 + 246 310 l 1 + 234 310 l 1 + 109 59 l 1xd4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Y +Encoding: 89 89 62 +Width: 500 +Flags: HMW +HStem: 0 430<245 268 245 303 195 268> 0 790<11 303 11 195> +VStem: 11 104<742 790 742 790> 195 108<0 317 0 327 0 327> 398 90<742 790 742 790> +LayerCount: 2 +Fore +SplineSet +303 317 m 1x78 + 303 0 l 1 + 195 0 l 1xb8 + 195 327 l 1 + 11 742 l 1 + 11 790 l 1 + 115 790 l 1x78 + 115 742 l 1 + 245 430 l 1 + 268 430 l 1xb8 + 398 742 l 1 + 398 790 l 1 + 488 790 l 1 + 488 742 l 1 + 303 317 l 1x78 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Z +Encoding: 90 90 63 +Width: 500 +Flags: HMW +HStem: 0 60<152 468 22 22> 730 60<55 336 55 459 55 459> +VStem: 22 446<0 60 0 60> 55 404<730 790 730 790> +LayerCount: 2 +Fore +SplineSet +468 60 m 1xe0 + 468 0 l 1 + 22 0 l 1 + 22 60 l 1xe0 + 336 730 l 1 + 55 730 l 1 + 55 790 l 1 + 459 790 l 1 + 459 730 l 1xd0 + 152 60 l 1 + 468 60 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: backslash +Encoding: 92 92 64 +Width: 500 +Flags: HMW +HStem: -103 902<51 448> +VStem: 16 467 +LayerCount: 2 +Fore +SplineSet +448 -103 m 1 + 16 779 l 1 + 51 799 l 1 + 483 -83 l 1 + 448 -103 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: asciicircum +Encoding: 94 94 65 +Width: 500 +Flags: HMW +HStem: 683 91<241 252 247 252 247 259> +VStem: 37 425<423 423> +LayerCount: 2 +Fore +SplineSet +241 683 m 1 + 90 423 l 1 + 37 423 l 1 + 247 774 l 1 + 252 774 l 1 + 462 423 l 1 + 409 423 l 1 + 259 683 l 1 + 241 683 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: underscore +Encoding: 95 95 66 +Width: 500 +Flags: HMW +HStem: -55 55<0 498 0 498> +VStem: 0 498<-55 0 -55 0> +LayerCount: 2 +Fore +SplineSet +498 0 m 1 + 498 -55 l 1 + 0 -55 l 1 + 0 0 l 1 + 498 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: grave +Encoding: 96 96 67 +Width: 500 +Flags: HMW +HStem: 819 15 +VStem: 154 137 +LayerCount: 2 +Fore +SplineSet +291 672 m 1 + 284 665 l 1 + 247 665 l 1 + 154 819 l 1 + 172 834 l 1 + 230 834 l 1 + 291 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: a +Encoding: 97 97 68 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: b +Encoding: 98 98 69 +Width: 500 +Flags: HMW +HStem: 0 48<181 312 181 345> +VStem: 81 100<48 509 549 840> 333 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +333 528 m 1 + 312 546 l 1 + 181 509 l 1 + 181 48 l 1 + 312 48 l 1 + 333 66 l 1 + 333 528 l 1 +433 506 m 1 + 433 88 l 1 + 345 0 l 1 + 81 0 l 1 + 81 840 l 1 + 181 840 l 1 + 181 549 l 1 + 345 603 l 1 + 433 506 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: c +Encoding: 99 99 70 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: d +Encoding: 100 100 71 +Width: 500 +Flags: HMW +HStem: 0 840<326 426 326 426> 546 48<198 326 198 198> +VStem: 78 100<68 506 506 506> 326 100<0 65 65 65 111 546 546 546 594 840 0 840> +LayerCount: 2 +Fore +SplineSet +426 840 m 1xb0 + 426 0 l 1 + 326 0 l 1xb0 + 326 65 l 1 + 181 -14 l 1 + 78 68 l 1 + 78 506 l 1 + 163 594 l 1 + 326 594 l 1x70 + 326 840 l 1 + 426 840 l 1xb0 +326 111 m 1 + 326 546 l 1 + 198 546 l 1x70 + 178 528 l 1 + 178 64 l 1 + 198 46 l 1 + 326 111 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: e +Encoding: 101 101 72 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: f +Encoding: 102 102 73 +Width: 500 +Flags: HMW +HStem: 546 48<24 146 24 146 246 416> 792 48<267 399 267 267> +VStem: 146 100<0 546 0 546 594 752 752 752> +LayerCount: 2 +Fore +SplineSet +416 546 m 1 + 246 546 l 1 + 246 0 l 1 + 146 0 l 1 + 146 546 l 1 + 24 546 l 1 + 24 594 l 1 + 146 594 l 1 + 146 752 l 1 + 231 840 l 1 + 399 840 l 1 + 399 792 l 1 + 267 792 l 1 + 246 774 l 1 + 246 594 l 1 + 416 594 l 1 + 416 546 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: g +Encoding: 103 103 74 +Width: 500 +Flags: HMW +HStem: -200 58<106 307 106 311 106 307> -1 48<192 302 192 322 159 302> 545 48<192 302 192 192> +VStem: 71 100<87 505 505 505> 322 100<-111 -1 -1 -1 65 505 -111 527 -111 527> +LayerCount: 2 +Fore +SplineSet +322 527 m 1 + 302 545 l 1 + 192 545 l 1 + 171 527 l 1 + 171 65 l 1 + 192 47 l 1 + 302 47 l 1 + 322 65 l 1 + 322 527 l 1 +422 505 m 1 + 422 -111 l 1 + 311 -200 l 1 + 106 -200 l 1 + 106 -142 l 1 + 307 -142 l 1 + 322 -124 l 1 + 322 -1 l 1 + 159 -1 l 1 + 71 87 l 1 + 71 505 l 1 + 159 593 l 1 + 334 593 l 1 + 422 505 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: h +Encoding: 104 104 75 +Width: 500 +Flags: HMW +HStem: 0 840<77 177 77 177 77 423 77 323> 546 48<177 303 177 335> +VStem: 77 100<0 546 0 594 594 840> 323 100<0 506 0 528 0 528> +LayerCount: 2 +Fore +SplineSet +423 506 m 1x70 + 423 0 l 1 + 323 0 l 1xb0 + 323 528 l 1 + 303 546 l 1 + 177 546 l 1x70 + 177 0 l 1 + 77 0 l 1 + 77 840 l 1 + 177 840 l 1xb0 + 177 594 l 1 + 335 594 l 1 + 423 506 l 1x70 +EndSplineSet +Validated: 1 +EndChar + +StartChar: i +Encoding: 105 105 76 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 693 138<185 313 185 313> +VStem: 185 128<693 831 693 831> 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xe8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xe8 +313 831 m 1xf0 + 313 693 l 1 + 185 693 l 1 + 185 831 l 1 + 313 831 l 1xf0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: j +Encoding: 106 106 77 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 388> 693 138<271 399 271 399> +VStem: 54 93<-130 -65 -133 -65> 271 128<693 831 693 831> 288 100<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +388 593 m 1xfa + 388 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 388 593 l 1xfa +399 831 m 1xfc + 399 693 l 1 + 271 693 l 1 + 271 831 l 1 + 399 831 l 1xfc +EndSplineSet +Validated: 1 +EndChar + +StartChar: k +Encoding: 107 107 78 +Width: 500 +Flags: HMW +HStem: 0 594<56 439 56 439 356 439 339 457 356 356> 0 840<56 156 56 156 56 457 56 356> +VStem: 56 100<0 214 320 840> 339 100<528 594 528 594 528 594> 356 101<0 56 56 56> +LayerCount: 2 +Fore +SplineSet +457 76 m 1xa8 + 457 0 l 1 + 356 0 l 1 + 356 56 l 1 + 210 273 l 1 + 156 214 l 1 + 156 0 l 1 + 56 0 l 1xa8 + 56 840 l 1 + 156 840 l 1x68 + 156 320 l 1 + 339 524 l 1 + 339 594 l 1 + 439 594 l 1 + 439 528 l 1xb0 + 277 348 l 1 + 457 76 l 1xa8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: l +Encoding: 108 108 79 +Width: 500 +Flags: HMW +HStem: 0 48<55 189 321 455 55 189> 792 48<73 189 73 305> +VStem: 205 100<66 774 774 774> +LayerCount: 2 +Fore +SplineSet +455 48 m 1 + 455 0 l 1 + 55 0 l 1 + 55 48 l 1 + 189 48 l 1 + 205 66 l 1 + 205 774 l 1 + 189 792 l 1 + 73 792 l 1 + 73 840 l 1 + 305 840 l 1 + 305 66 l 1 + 321 48 l 1 + 455 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: m +Encoding: 109 109 80 +Width: 500 +Flags: HMW +HStem: 545 48<140 192 140 140 284 336 284 284> +VStem: 39 101<0 545 0 593 0 593> 208 76<0 530 530 530> 356 101<0 505 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +457 505 m 1 + 457 0 l 1 + 356 0 l 1 + 356 527 l 1 + 336 545 l 1 + 284 545 l 1 + 284 0 l 1 + 208 0 l 1 + 208 530 l 1 + 192 545 l 1 + 140 545 l 1 + 140 0 l 1 + 39 0 l 1 + 39 593 l 1 + 376 593 l 1 + 457 505 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: n +Encoding: 110 110 81 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: o +Encoding: 111 111 82 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: p +Encoding: 112 112 83 +Width: 500 +Flags: HMW +HStem: 0 48<195 305 195 338 174 305> 546 48<174 305 174 174> +VStem: 74 100<-199 0 -199 66 66 546> 326 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +326 528 m 1 + 305 546 l 1 + 174 546 l 1 + 174 66 l 1 + 195 48 l 1 + 305 48 l 1 + 326 66 l 1 + 326 528 l 1 +426 506 m 1 + 426 88 l 1 + 338 0 l 1 + 174 0 l 1 + 174 -199 l 1 + 74 -199 l 1 + 74 594 l 1 + 338 594 l 1 + 426 506 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: q +Encoding: 113 113 84 +Width: 500 +Flags: HMW +HStem: 1 48<195 305 195 326 162 305> 547 48<195 326 195 195> +VStem: 74 100<89 507 507 507> 326 100<-198 1 1 1 67 547 547 547> +LayerCount: 2 +Fore +SplineSet +326 547 m 1 + 195 547 l 1 + 174 529 l 1 + 174 67 l 1 + 195 49 l 1 + 305 49 l 1 + 326 67 l 1 + 326 547 l 1 +426 595 m 1 + 426 -198 l 1 + 326 -198 l 1 + 326 1 l 1 + 162 1 l 1 + 74 89 l 1 + 74 507 l 1 + 162 595 l 1 + 426 595 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: r +Encoding: 114 114 85 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: s +Encoding: 115 115 86 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xf6 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xf6 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xf9 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xf6 +EndSplineSet +Validated: 1 +EndChar + +StartChar: t +Encoding: 116 116 87 +Width: 500 +Flags: HMW +HStem: 0 48<254 416 254 416 221 416> 545 48<24 132 24 132 233 416> +VStem: 132 101<87 545 66 545 593 748> +LayerCount: 2 +Fore +SplineSet +233 545 m 1 + 233 66 l 1 + 254 48 l 1 + 416 48 l 1 + 416 0 l 1 + 221 0 l 1 + 132 87 l 1 + 132 545 l 1 + 24 545 l 1 + 24 593 l 1 + 132 593 l 1 + 132 748 l 1 + 233 748 l 1 + 233 593 l 1 + 416 593 l 1 + 416 545 l 1 + 233 545 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: u +Encoding: 117 117 88 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: v +Encoding: 118 118 89 +Width: 500 +Flags: HMW +HStem: 0 48<244 265 244 336> +VStem: 39 106 357 105<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +462 537 m 1 + 336 0 l 1 + 160 0 l 1 + 40 537 l 1 + 38 593 l 1 + 145 593 l 1 + 145 537 l 1 + 244 48 l 1 + 265 48 l 1 + 357 537 l 1 + 357 593 l 1 + 462 593 l 1 + 462 537 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: w +Encoding: 119 119 90 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: x +Encoding: 120 120 91 +Width: 500 +Flags: HMW +HStem: 0 593<58 131 42 168 354 444 58 460 58 351> 206 189<246 257 225 276> +VStem: 42 89<0 46 0 48 0 48> 58 110<537 593 537 593> 198 106<295 308 295 308> 351 109<0 46 46 46> 354 90<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +460 48 m 1x8c + 460 0 l 1 + 351 0 l 1x8c + 351 46 l 1 + 257 206 l 1 + 225 206 l 1x4c + 131 46 l 1 + 131 0 l 1 + 42 0 l 1 + 42 48 l 1xac + 198 295 l 1 + 198 308 l 1 + 58 537 l 1 + 58 593 l 1 + 168 593 l 1x98 + 168 537 l 1 + 246 395 l 1 + 276 395 l 1x58 + 354 537 l 1 + 354 593 l 1 + 444 593 l 1 + 444 537 l 1x9a + 304 308 l 1 + 304 295 l 1 + 460 48 l 1x8c +EndSplineSet +Validated: 1 +EndChar + +StartChar: y +Encoding: 121 121 92 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xb0 + 343 0 l 1x70 + 302 -199 l 1 + 205 -199 l 1xb0 + 251 0 l 1 + 176 0 l 1x70 + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xb0 + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x70 + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: z +Encoding: 122 122 93 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xe0 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xe0 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xd0 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ccedilla +Encoding: 199 199 94 +Width: 500 +Flags: HMW +HStem: -191 24<235 276 235 294 217 276> -62 24.5 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> +VStem: 51 108<87 703 703 703> 185 39<-147 -128 -157 -128> 287 52<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +339 -147 m 1 + 294 -191 l 1 + 217 -191 l 1 + 185 -147 l 1 + 185 -128 l 1 + 224 -128 l 1 + 224 -157 l 1 + 235 -167 l 1 + 276 -167 l 1 + 287 -157 l 1 + 287 -72 l 1 + 276 -62 l 1 + 207 -62 l 1 + 207 -37 l 1 + 294 -38 l 1 + 339 -82 l 1 + 339 -147 l 1 +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Eacute +Encoding: 201 201 95 +Width: 500 +Flags: HMW +HStem: 0 60<164 438 164 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<60 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 60 m 1 + 438 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 60 l 1 + 438 60 l 1 +283 1029 m 1 + 309 1029 l 1 + 367 975 l 1 + 243 850 l 1 + 222 850 l 1 + 198 873 l 1 + 283 1029 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: aacute +Encoding: 225 225 96 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 679 7 833 15 +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +249 686 m 1 + 310 848 l 1 + 368 848 l 1 + 386 833 l 1 + 293 679 l 1 + 256 679 l 1 + 249 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: agrave +Encoding: 224 224 97 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 833 15 +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +292 686 m 1 + 285 679 l 1 + 248 679 l 1 + 155 833 l 1 + 173 848 l 1 + 231 848 l 1 + 292 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acircumflex +Encoding: 226 226 98 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 676 7 787 61<265 276 265 265> +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +332 676 m 1 + 276 787 l 1 + 265 787 l 1 + 209 676 l 1 + 177 676 l 1 + 170 683 l 1 + 244 848 l 1 + 297 848 l 1 + 371 683 l 1 + 364 676 l 1 + 332 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: adieresis +Encoding: 228 228 99 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 723 125<133 230 133 230 133 307 307 404> +VStem: 54 94<147 169 147 176 147 176> 133 97<723 848 723 848> 307 97<723 848> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xf9 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xf9 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +404 723 m 1xf2 + 307 723 l 1 + 307 848 l 1 + 404 848 l 1 + 404 723 l 1xf2 +133 723 m 1xf4 + 133 848 l 1 + 230 848 l 1 + 230 723 l 1 + 133 723 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccedilla +Encoding: 231 231 100 +Width: 500 +Flags: HMW +HStem: -199 24<290 331 290 349 272 331> -70 25<262 331 262 349> 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> +VStem: 127 100<87 506 506 506> 240 39<-155 -136 -165 -136> 342 52<-155 -155 -155 -90> +LayerCount: 2 +Fore +SplineSet +394 -155 m 1 + 349 -199 l 1 + 272 -199 l 1 + 240 -155 l 1 + 240 -136 l 1 + 279 -136 l 1 + 279 -165 l 1 + 290 -175 l 1 + 331 -175 l 1 + 342 -165 l 1 + 342 -80 l 1 + 331 -70 l 1 + 262 -70 l 1 + 262 -45 l 1 + 349 -45 l 1 + 394 -90 l 1 + 394 -155 l 1 +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: eacute +Encoding: 233 233 101 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 679 7 833 15 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +239 686 m 1 + 300 848 l 1 + 358 848 l 1 + 376 833 l 1 + 283 679 l 1 + 246 679 l 1 + 239 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: egrave +Encoding: 232 232 102 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 833 15 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +282 686 m 1 + 275 679 l 1 + 238 679 l 1 + 145 833 l 1 + 163 848 l 1 + 221 848 l 1 + 282 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ecircumflex +Encoding: 234 234 103 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 676 7 787 61<255 266 255 255> +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +322 676 m 1 + 266 787 l 1 + 255 787 l 1 + 199 676 l 1 + 167 676 l 1 + 160 683 l 1 + 234 848 l 1 + 287 848 l 1 + 361 683 l 1 + 354 676 l 1 + 322 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: edieresis +Encoding: 235 235 104 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 723 125<123 220 123 220 123 297 297 394> +VStem: 93 100<72 294 66 341 341 521 521 521> 123 97<723 848 723 848> 297 97<723 848> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xf9 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xf9 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +394 723 m 1xf2 + 297 723 l 1 + 297 848 l 1 + 394 848 l 1 + 394 723 l 1xf2 +123 723 m 1xf4 + 123 848 l 1 + 220 848 l 1 + 220 723 l 1 + 123 723 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: iacute +Encoding: 237 237 105 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 679 7 833 15 +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +207 686 m 1 + 268 848 l 1 + 326 848 l 1 + 344 833 l 1 + 251 679 l 1 + 214 679 l 1 + 207 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: igrave +Encoding: 236 236 106 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 833 15 +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +250 686 m 1 + 243 679 l 1 + 206 679 l 1 + 113 833 l 1 + 131 848 l 1 + 189 848 l 1 + 250 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: icircumflex +Encoding: 238 238 107 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 676 7 787 61<223 234 223 223> +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +290 676 m 1 + 234 787 l 1 + 223 787 l 1 + 167 676 l 1 + 135 676 l 1 + 128 683 l 1 + 202 848 l 1 + 255 848 l 1 + 329 683 l 1 + 322 676 l 1 + 290 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: idieresis +Encoding: 239 239 108 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 723 125<91 188 91 188 91 265 265 362> +VStem: 91 97<723 848 723 848> 200 100<66 528 528 528> 265 97<723 848> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xf8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xf8 +362 723 m 1xf4 + 265 723 l 1 + 265 848 l 1 + 362 848 l 1 + 362 723 l 1xf4 +91 723 m 1 + 91 848 l 1 + 188 848 l 1 + 188 723 l 1 + 91 723 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: oacute +Encoding: 243 243 109 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 647 7 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +225 654 m 1 + 286 816 l 1 + 344 816 l 1 + 362 801 l 1 + 269 647 l 1 + 232 647 l 1 + 225 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ograve +Encoding: 242 242 110 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +268 654 m 1 + 261 647 l 1 + 224 647 l 1 + 131 801 l 1 + 149 816 l 1 + 207 816 l 1 + 268 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ocircumflex +Encoding: 244 244 111 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 644 7 755 61<241 252 241 241> +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +308 644 m 1 + 252 755 l 1 + 241 755 l 1 + 185 644 l 1 + 153 644 l 1 + 146 651 l 1 + 220 816 l 1 + 273 816 l 1 + 347 651 l 1 + 340 644 l 1 + 308 644 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: odieresis +Encoding: 246 246 112 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 691 125<109 206 109 206 109 283 283 380> +VStem: 75 101<87 506 506 506> 109 97<691 816 691 816> 283 97<691 816> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1xf2 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1xf2 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +380 691 m 1xe4 + 283 691 l 1 + 283 816 l 1 + 380 816 l 1 + 380 691 l 1xe4 +109 691 m 1xe8 + 109 816 l 1 + 206 816 l 1 + 206 691 l 1 + 109 691 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uacute +Encoding: 250 250 113 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 679 7 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +228 686 m 1 + 289 848 l 1 + 347 848 l 1 + 365 833 l 1 + 272 679 l 1 + 235 679 l 1 + 228 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ugrave +Encoding: 249 249 114 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +271 686 m 1 + 264 679 l 1 + 227 679 l 1 + 134 833 l 1 + 152 848 l 1 + 210 848 l 1 + 271 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ucircumflex +Encoding: 251 251 115 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 676 7 787 61<244 255 244 244> +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +311 676 m 1 + 255 787 l 1 + 244 787 l 1 + 188 676 l 1 + 156 676 l 1 + 149 683 l 1 + 223 848 l 1 + 276 848 l 1 + 350 683 l 1 + 343 676 l 1 + 311 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: udieresis +Encoding: 252 252 116 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 723 125<112 209 112 209 112 286 286 383> +VStem: 78 100<87 593 66 593> 112 97<723 848 723 848> 286 97<723 848> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1xe4 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1xe4 +383 723 m 1xc8 + 286 723 l 1 + 286 848 l 1 + 383 848 l 1 + 383 723 l 1xc8 +112 723 m 1xd0 + 112 848 l 1 + 209 848 l 1 + 209 723 l 1 + 112 723 l 1xd0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cent +Encoding: 162 162 117 +Width: 500 +Flags: HMW +HStem: 0 48<186 272 186 272 161 272 312 434 186 312> 570 48<186 272 186 186 161 312 312 434> +VStem: 67 103<87 531 531 531> 272 40<-98 0 -98 0 48 570 618 716> +LayerCount: 2 +Fore +SplineSet +434 0 m 1 + 312 0 l 1 + 312 -98 l 1 + 272 -98 l 1 + 272 0 l 1 + 161 0 l 1 + 67 87 l 1 + 67 531 l 1 + 161 618 l 1 + 272 618 l 1 + 272 716 l 1 + 312 716 l 1 + 312 618 l 1 + 434 618 l 1 + 434 570 l 1 + 312 570 l 1 + 312 48 l 1 + 434 48 l 1 + 434 0 l 1 +186 48 m 1 + 272 48 l 1 + 272 570 l 1 + 186 570 l 1 + 170 552 l 1 + 170 66 l 1 + 186 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: sterling +Encoding: 163 163 118 +Width: 500 +Flags: HMW +HStem: 2 62<236 454 236 454> 239 40<41 131 41 131 236 373> 329 40<60 131 60 131 236 392> 633 48<256 314 256 256> +VStem: 131 105<64 239 64 239 64 239 279 329 64 329 369 594 594 594> 334 101<534 594 534 615 534 615> +LayerCount: 2 +Fore +SplineSet +454 64 m 1 + 454 2 l 1 + 131 2 l 1 + 131 239 l 1 + 41 239 l 1 + 41 279 l 1 + 131 279 l 1 + 131 329 l 1 + 60 329 l 1 + 60 369 l 1 + 131 369 l 1 + 131 594 l 1 + 221 681 l 1 + 349 681 l 1 + 435 594 l 1 + 435 534 l 1 + 334 534 l 1 + 334 615 l 1 + 314 633 l 1 + 256 633 l 1 + 236 615 l 1 + 236 369 l 1 + 392 369 l 1 + 392 329 l 1 + 236 329 l 1 + 236 279 l 1 + 373 279 l 1 + 373 239 l 1 + 236 239 l 1 + 236 64 l 1 + 454 64 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: bullet +Encoding: 8226 8226 119 +Width: 500 +Flags: HMW +HStem: 143 307<207 291.5> +VStem: 96 307<254.5 339> +LayerCount: 2 +Fore +SplineSet +403 297 m 0 + 403 212 334 143 249 143 c 0 + 165 143 96 212 96 297 c 0 + 96 381 165 450 249 450 c 0 + 334 450 403 381 403 297 c 0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acute +Encoding: 180 180 120 +Width: 500 +Flags: HMW +HStem: 665 7 819 15 +VStem: 170 137 +LayerCount: 2 +Fore +SplineSet +170 672 m 1 + 231 834 l 1 + 289 834 l 1 + 307 819 l 1 + 214 665 l 1 + 177 665 l 1 + 170 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dieresis +Encoding: 168 168 121 +Width: 500 +Flags: HMW +HStem: 709 125<114 211 114 211 114 288 288 385> +VStem: 114 97<709 834 709 834> 288 97<709 834> +LayerCount: 2 +Fore +SplineSet +385 709 m 1 + 288 709 l 1 + 288 834 l 1 + 385 834 l 1 + 385 709 l 1 +114 709 m 1 + 114 834 l 1 + 211 834 l 1 + 211 709 l 1 + 114 709 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: AE +Encoding: 198 198 122 +Width: 500 +Flags: HMW +HStem: 0 60<360 498 360 498> 230 70<136 252 136 252 119 252> 376 60<360 474 360 474> 730 60<360 360 360 498> +VStem: 19 66<0 97 0 97> 252 108<60 230 230 230 300 376 436 730> +LayerCount: 2 +Fore +SplineSet +360 730 m 1 + 360 436 l 1 + 474 436 l 1 + 474 376 l 1 + 360 376 l 1 + 360 60 l 1 + 498 60 l 1 + 498 0 l 1 + 252 0 l 1 + 252 230 l 1 + 119 230 l 1 + 85 97 l 1 + 85 0 l 1 + 19 0 l 1 + 19 97 l 1 + 194 790 l 1 + 498 790 l 1 + 498 730 l 1 + 360 730 l 1 +252 300 m 1 + 252 737 l 1 + 247 737 l 1 + 136 300 l 1 + 252 300 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: yen +Encoding: 165 165 123 +Width: 500 +Flags: HMW +HStem: 222 40<46 197 46 197 302 452> 312 40<46 164 46 185 46 164 340 452> +VStem: 13 102<632 680 632 680> 197 105<0 222 0 222 262 280 0 290 0 290> 399 88<632 680 632 680> +LayerCount: 2 +Fore +SplineSet +452 222 m 1 + 302 222 l 1 + 302 0 l 1 + 197 0 l 1 + 197 222 l 1 + 46 222 l 1 + 46 262 l 1 + 197 262 l 1 + 197 290 l 1 + 185 312 l 1 + 46 312 l 1 + 46 352 l 1 + 164 352 l 1 + 13 632 l 1 + 13 680 l 1 + 115 680 l 1 + 115 632 l 1 + 245 393 l 1 + 269 393 l 1 + 399 632 l 1 + 399 680 l 1 + 487 680 l 1 + 487 632 l 1 + 340 352 l 1 + 452 352 l 1 + 452 312 l 1 + 319 312 l 1 + 302 280 l 1 + 302 262 l 1 + 452 262 l 1 + 452 222 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ae +Encoding: 230 230 124 +Width: 500 +Flags: HMW +HStem: 0 48<140 201 316 455 99 201> 268 47<301 370 301 460 301 370> 545 48<86 185 86 225 316 316 316 355> +VStem: 36 90<147 169 147 176 147 176> 201 100<66 268 66 268 66 268 316 527> 370 90<315 521> +LayerCount: 2 +Fore +SplineSet +201 268 m 1 + 140 268 l 1 + 126 169 l 1 + 126 147 l 1 + 140 48 l 1 + 201 48 l 1 + 201 268 l 1 +370 527 m 1 + 355 545 l 1 + 316 545 l 1 + 301 527 l 1 + 301 315 l 1 + 370 315 l 1 + 370 527 l 1 +460 268 m 1 + 301 268 l 1 + 301 66 l 1 + 316 48 l 1 + 455 48 l 1 + 455 0 l 1 + 99 0 l 1 + 36 140 l 1 + 36 176 l 1 + 99 316 l 1 + 201 316 l 1 + 201 527 l 1 + 185 545 l 1 + 86 545 l 1 + 86 593 l 1 + 225 593 l 1 + 253 552 l 1 + 288 593 l 1 + 383 593 l 1 + 460 521 l 1 + 460 268 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: questiondown +Encoding: 191 191 125 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: exclamdown +Encoding: 161 161 126 +Width: 500 +Flags: HMW +HStem: -197 590<212 288 212 322 178 288> 456 137<178 322 178 322> +VStem: 178 144<-197 -94 -197 -94 456 593> +LayerCount: 2 +Fore +SplineSet +178 -94 m 1 + 212 393 l 1 + 288 393 l 1 + 322 -94 l 1 + 322 -197 l 1 + 178 -197 l 1 + 178 -94 l 1 +178 593 m 1 + 322 593 l 1 + 322 456 l 1 + 178 456 l 1 + 178 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ellipsis +Encoding: 8230 8230 127 +Width: 500 +Flags: HMW +HStem: 0 115<33 132 33 132 200 300 33 200 366 465> +VStem: 33 99<0 115 0 115> 200 100<0 115 0 115> 366 99<0 115 0 115> +LayerCount: 2 +Fore +SplineSet +132 115 m 1 + 132 0 l 1 + 33 0 l 1 + 33 115 l 1 + 132 115 l 1 +300 115 m 1 + 300 0 l 1 + 200 0 l 1 + 200 115 l 1 + 300 115 l 1 +465 115 m 1 + 465 0 l 1 + 366 0 l 1 + 366 115 l 1 + 465 115 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nbspace +Encoding: 160 160 128 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: Agrave +Encoding: 192 192 129 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 994 15 +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +203 1009 m 1 + 264 847 l 1 + 257 840 l 1 + 220 840 l 1 + 127 994 l 1 + 145 1009 l 1 + 203 1009 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: OE +Encoding: 338 338 130 +Width: 500 +Flags: HMW +HStem: 0 60<138 211 339 493 103 211> 376 60<339 458 339 458> 730 60<138 211 138 138 339 483 339 339> +VStem: 10 108<87 703 703 703> 231 108<78 376 436 712 712 712> +LayerCount: 2 +Fore +SplineSet +231 712 m 1 + 211 730 l 1 + 138 730 l 1 + 118 712 l 1 + 118 78 l 1 + 138 60 l 1 + 211 60 l 1 + 231 78 l 1 + 231 712 l 1 +493 60 m 1 + 493 0 l 1 + 103 0 l 1 + 10 87 l 1 + 10 703 l 1 + 103 790 l 1 + 483 790 l 1 + 483 730 l 1 + 339 730 l 1 + 339 436 l 1 + 458 436 l 1 + 458 376 l 1 + 339 376 l 1 + 339 60 l 1 + 493 60 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: oe +Encoding: 339 339 131 +Width: 500 +Flags: HMW +HStem: 0 48<134 190 134 225 99 190 325 473> 294 47<310 388 310 488 310 388> 545 48<134 190 134 134 325 373 325 325> +VStem: 14 100<87 506 506 506> 210 100<66 294 341 527> 388 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +488 521 m 1 + 488 294 l 1 + 310 294 l 1 + 310 66 l 1 + 325 48 l 1 + 473 48 l 1 + 473 0 l 1 + 295 0 l 1 + 257 33 l 1 + 225 0 l 1 + 99 0 l 1 + 14 87 l 1 + 14 506 l 1 + 99 593 l 1 + 225 593 l 1 + 258 560 l 1 + 297 593 l 1 + 401 593 l 1 + 488 521 l 1 +210 527 m 1 + 190 545 l 1 + 134 545 l 1 + 114 527 l 1 + 114 66 l 1 + 134 48 l 1 + 190 48 l 1 + 210 66 l 1 + 210 527 l 1 +388 341 m 1 + 388 527 l 1 + 373 545 l 1 + 325 545 l 1 + 310 527 l 1 + 310 341 l 1 + 388 341 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: endash +Encoding: 8211 8211 132 +Width: 500 +Flags: HMW +HStem: 264 55<95 405 95 405> +VStem: 95 310<264 319 264 319> +LayerCount: 2 +Fore +SplineSet +405 319 m 1 + 405 264 l 1 + 95 264 l 1 + 95 319 l 1 + 405 319 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: emdash +Encoding: 8212 8212 133 +Width: 500 +Flags: HMW +HStem: 264 55<25 475 25 475> +VStem: 25 450<264 319 264 319> +LayerCount: 2 +Fore +SplineSet +475 319 m 1 + 475 264 l 1 + 25 264 l 1 + 25 319 l 1 + 475 319 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblleft +Encoding: 8220 8220 134 +Width: 500 +Flags: HMW +HStem: 532 137<55 199 105 199 105 199 331 425 105 281> 756 40<169.5 203 395.5 429> +VStem: 55 144<532 619 619 665.5> 281 144<532 619 619 665.5> +LayerCount: 2 +Fore +SplineSet +55 532 m 1 + 55 619 l 2 + 55 712 74 796 203 796 c 1 + 203 756 l 1 + 136 756 109 715 105 669 c 1 + 199 669 l 1 + 199 532 l 1 + 55 532 l 1 +429 796 m 1 + 429 756 l 1 + 362 756 335 715 331 669 c 1 + 425 669 l 1 + 425 532 l 1 + 281 532 l 1 + 281 619 l 2 + 281 712 300 796 429 796 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblright +Encoding: 8221 8221 135 +Width: 500 +Flags: HMW +HStem: 526 40<55 88.5 55 119.5 281 314.5> 653 137<59 153 59 203 285 379 59 285> +VStem: 59 144<656.5 703 703 790 656.5 790> 285 144<656.5 703 703 790 656.5 790> +LayerCount: 2 +Fore +SplineSet +59 790 m 1 + 203 790 l 1 + 203 703 l 2 + 203 610 184 526 55 526 c 1 + 55 566 l 1 + 122 566 149 607 153 653 c 1 + 59 653 l 1 + 59 790 l 1 +429 790 m 1 + 429 703 l 2 + 429 610 410 526 281 526 c 1 + 281 566 l 1 + 348 566 375 607 379 653 c 1 + 285 653 l 1 + 285 790 l 1 + 429 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quoteleft +Encoding: 8216 8216 136 +Width: 500 +Flags: HMW +HStem: 530 137<206 300 206 300 156 300> 754 40<270.5 304> +VStem: 156 144<530 617 617 663.5> +LayerCount: 2 +Fore +SplineSet +304 794 m 1 + 304 754 l 1 + 237 754 210 713 206 667 c 1 + 300 667 l 1 + 300 530 l 1 + 156 530 l 1 + 156 617 l 2 + 156 710 175 794 304 794 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quoteright +Encoding: 8217 8217 137 +Width: 500 +Flags: HMW +HStem: 526 40<156 189.5 156 220.5> 653 137<160 254 160 304> +VStem: 160 144<656.5 703 703 790 656.5 790> +LayerCount: 2 +Fore +SplineSet +304 790 m 1 + 304 703 l 2 + 304 610 285 526 156 526 c 1 + 156 566 l 1 + 223 566 250 607 254 653 c 1 + 160 653 l 1 + 160 790 l 1 + 304 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: fraction +Encoding: 8260 8260 138 +Width: 500 +Flags: HMW +HStem: 379 301<251 443 251 443> +VStem: 37 406 +LayerCount: 2 +Fore +SplineSet +37 0 m 1 + 188 301 l 1 + 229 301 l 1 + 112 0 l 1 + 37 0 l 1 +443 680 m 1 + 292 379 l 1 + 251 379 l 1 + 368 680 l 1 + 443 680 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: currency +Encoding: 164 164 139 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guilsinglleft +Encoding: 8249 8249 140 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guilsinglright +Encoding: 8250 8250 141 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: periodcentered +Encoding: 183 183 142 +Width: 500 +Flags: HMW +HStem: 258 137<178 322 178 322> +VStem: 178 144<258 395 258 395> +LayerCount: 2 +Fore +SplineSet +322 395 m 1 + 322 258 l 1 + 178 258 l 1 + 178 395 l 1 + 322 395 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotesinglbase +Encoding: 8218 8218 143 +Width: 500 +Flags: HMW +HStem: -127 40<174 207.5 174 238.5> 0 137<178 272 178 322> +VStem: 178 144<3.5 50 50 137 3.5 137> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 50 l 2 + 322 -43 303 -127 174 -127 c 1 + 174 -87 l 1 + 241 -87 268 -46 272 0 c 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblbase +Encoding: 8222 8222 144 +Width: 500 +Flags: HMW +HStem: -127 40<55 88.5 55 119.5 281 314.5> 0 137<59 153 59 203 285 379 59 285> +VStem: 59 144<3.5 50 50 137 3.5 137> 285 144<3.5 50 50 137 3.5 137> +LayerCount: 2 +Fore +SplineSet +59 137 m 1 + 203 137 l 1 + 203 50 l 2 + 203 -43 184 -127 55 -127 c 1 + 55 -87 l 1 + 122 -87 149 -46 153 0 c 1 + 59 0 l 1 + 59 137 l 1 +429 137 m 1 + 429 50 l 2 + 429 -43 410 -127 281 -127 c 1 + 281 -87 l 1 + 348 -87 375 -46 379 0 c 1 + 285 0 l 1 + 285 137 l 1 + 429 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: perthousand +Encoding: 8240 8240 145 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Acircumflex +Encoding: 194 194 146 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 828 7 828 173<136 268 136 268 210 342 210 310> +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1xcc + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1xcc +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +310 828 m 1xdc + 239 935 l 1 + 168 828 l 1 + 136 828 l 1xdc + 129 835 l 1xec + 210 1001 l 1 + 268 1001 l 1xdc + 349 835 l 1xec + 342 828 l 1 + 310 828 l 1xdc +EndSplineSet +Validated: 1 +EndChar + +StartChar: Aacute +Encoding: 193 193 147 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 851 7 1005 15 +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +222 858 m 1 + 283 1020 l 1 + 341 1020 l 1 + 359 1005 l 1 + 266 851 l 1 + 229 851 l 1 + 222 858 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Egrave +Encoding: 200 200 148 +Width: 500 +Flags: HMW +HStem: 0 60<164 438 164 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<60 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 60 m 1 + 438 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 60 l 1 + 438 60 l 1 +168 1029 m 1 + 194 1029 l 1 + 279 873 l 1 + 255 850 l 1 + 234 850 l 1 + 110 975 l 1 + 168 1029 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Iacute +Encoding: 205 205 149 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +229 829 m 1 + 204 866 l 1 + 385 985 l 1 + 411 946 l 1 + 229 829 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Igrave +Encoding: 204 204 150 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +276 829 m 1 + 94 946 l 1 + 120 985 l 1 + 301 866 l 1 + 276 829 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Oacute +Encoding: 211 211 151 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +320 730 m 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +371 985 m 1 + 397 946 l 1 + 215 829 l 1 + 190 866 l 1 + 371 985 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotlessi +Encoding: 305 305 152 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: circumflex +Encoding: 710 710 153 +Width: 500 +Flags: HMW +HStem: 662 7 773 61<246 257 246 246> +VStem: 151 201<669 669> +LayerCount: 2 +Fore +SplineSet +313 662 m 1 + 257 773 l 1 + 246 773 l 1 + 190 662 l 1 + 158 662 l 1 + 151 669 l 1 + 225 834 l 1 + 278 834 l 1 + 352 669 l 1 + 345 662 l 1 + 313 662 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: tilde +Encoding: 732 732 154 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: macron +Encoding: 175 175 155 +Width: 500 +Flags: HMW +HStem: 741 56<91 383 91 383> +VStem: 91 292<741 797 741 797> +LayerCount: 2 +Fore +SplineSet +91 741 m 1 + 91 797 l 1 + 383 797 l 1 + 383 741 l 1 + 91 741 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: breve +Encoding: 728 728 156 +Width: 500 +Flags: HMW +HStem: 660 19<186 282 186 300 168 282> 699 26<123 175> +VStem: 123 52<699 725 689 725> 293 52<699 699 699 726 699 726> +LayerCount: 2 +Fore +SplineSet +345 699 m 1 + 300 660 l 1 + 168 660 l 1 + 123 699 l 1 + 123 725 l 1 + 175 725 l 1 + 175 689 l 1 + 186 679 l 1 + 282 679 l 1 + 293 689 l 1 + 293 726 l 1 + 345 726 l 1 + 345 699 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotaccent +Encoding: 729 729 157 +Width: 500 +Flags: HMW +HStem: 700 138<183 314 183 314> +VStem: 183 131<700 838 700 838> +LayerCount: 2 +Fore +SplineSet +183 700 m 1 + 183 838 l 1 + 314 838 l 1 + 314 700 l 1 + 183 700 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ring +Encoding: 730 730 158 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla +Encoding: 184 184 159 +Width: 500 +Flags: HMW +HStem: -191 24<232 273 232 291 214 273> -62 25<204 273 204 291> +VStem: 182 39<-147 -128 -157 -128> 284 52<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +336 -147 m 1 + 291 -191 l 1 + 214 -191 l 1 + 182 -147 l 1 + 182 -128 l 1 + 221 -128 l 1 + 221 -157 l 1 + 232 -167 l 1 + 273 -167 l 1 + 284 -157 l 1 + 284 -72 l 1 + 273 -62 l 1 + 204 -62 l 1 + 204 -37 l 1 + 291 -37 l 1 + 336 -82 l 1 + 336 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hungarumlaut +Encoding: 733 733 160 +Width: 500 +Flags: HMW +HStem: 665 7 819 15 +VStem: 123 277<672 819> +LayerCount: 2 +Fore +SplineSet +280 665 m 1 + 273 672 l 1 + 329 834 l 1 + 382 834 l 1 + 400 819 l 1 + 312 665 l 1 + 280 665 l 1 +123 672 m 1 + 179 834 l 1 + 232 834 l 1 + 250 819 l 1 + 162 665 l 1 + 130 665 l 1 + 123 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ogonek +Encoding: 731 731 161 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: caron +Encoding: 711 711 162 +Width: 500 +Flags: HMW +HStem: 662 61<225 257 246 257 246 278> 827 7 +VStem: 151 201<827 827> +LayerCount: 2 +Fore +SplineSet +225 662 m 1 + 151 827 l 1 + 158 834 l 1 + 190 834 l 1 + 246 723 l 1 + 257 723 l 1 + 313 834 l 1 + 345 834 l 1 + 352 827 l 1 + 278 662 l 1 + 225 662 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Abreve +Encoding: 258 258 163 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 857 19<177 291 195 291 195 309> 896 26<132 184> +VStem: 6 94<0 48 0 48> 132 52<896 922 886 922> 302 52<896 923 896 923 896 923> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 152 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +177 857 m 1 + 132 896 l 1 + 132 922 l 1 + 184 922 l 1 + 184 886 l 1 + 195 876 l 1 + 291 876 l 1 + 302 886 l 1 + 302 923 l 1 + 354 923 l 1 + 354 896 l 1 + 309 857 l 1 + 177 857 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Cacute +Encoding: 262 262 164 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> 851 7 1005 15 +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +239 858 m 1 + 300 1020 l 1 + 358 1020 l 1 + 376 1005 l 1 + 283 851 l 1 + 246 851 l 1 + 239 858 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ccircumflex +Encoding: 264 264 165 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> 828 7 828 173<153 285 153 285 227 359 227 327> +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1xc8 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1xc8 +327 828 m 1xd8 + 256 935 l 1 + 185 828 l 1 + 153 828 l 1xd8 + 146 835 l 1xe8 + 227 1001 l 1 + 285 1001 l 1xd8 + 366 835 l 1xe8 + 359 828 l 1 + 327 828 l 1xd8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ldot +Encoding: 319 319 166 +Width: 500 +Flags: HMW +HStem: 0 70<180 444 180 444> 361 137<292 436 292 436> +VStem: 72 108<70 790 70 790 70 790> 292 144<361 498 361 498> +LayerCount: 2 +Fore +SplineSet +436 498 m 1 + 436 361 l 1 + 292 361 l 1 + 292 498 l 1 + 436 498 l 1 +444 70 m 1 + 444 0 l 1 + 72 0 l 1 + 72 790 l 1 + 180 790 l 1 + 180 70 l 1 + 444 70 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: amacron +Encoding: 257 257 167 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 755 56<125 417 125 417> +VStem: 54 94<147 169 147 176 147 176> 125 292<755 811 755 811> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xfa + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xfa +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +125 755 m 1xf4 + 125 811 l 1 + 417 811 l 1 + 417 755 l 1 + 125 755 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: abreve +Encoding: 259 259 168 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 660 19<219 315 219 333 201 315> 699 26<156 208> +VStem: 54 94<147 169 147 176 147 176> 156 52<699 725 689 725> 322 100<48 268 268 268 316 514 0 527 0 527> 326 52<699 699 699 726 699 726> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xff + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xff +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +378 699 m 1xfe80 + 333 660 l 1 + 201 660 l 1 + 156 699 l 1 + 156 725 l 1 + 208 725 l 1 + 208 689 l 1 + 219 679 l 1 + 315 679 l 1 + 326 689 l 1 + 326 726 l 1 + 378 726 l 1 + 378 699 l 1xfe80 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cacute +Encoding: 263 263 169 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 679 7 833 15 +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +255 686 m 1 + 316 848 l 1 + 374 848 l 1 + 392 833 l 1 + 299 679 l 1 + 262 679 l 1 + 255 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccircumflex +Encoding: 265 265 170 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 676 7 787 61<271 282 271 271> +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +338 676 m 1 + 282 787 l 1 + 271 787 l 1 + 215 676 l 1 + 183 676 l 1 + 176 683 l 1 + 250 848 l 1 + 303 848 l 1 + 377 683 l 1 + 370 676 l 1 + 338 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cdotaccent +Encoding: 267 267 171 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 714 138<208 339 208 339> +VStem: 127 100<87 506 506 506> 208 131<714 852 714 852> +LayerCount: 2 +Fore +SplineSet +243 48 m 1xf0 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1xf0 +208 714 m 1xe8 + 208 852 l 1 + 339 852 l 1 + 339 714 l 1 + 208 714 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccaron +Encoding: 269 269 172 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 676 61<250 282 271 282 271 303> 841 7 +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +250 676 m 1 + 176 841 l 1 + 183 848 l 1 + 215 848 l 1 + 271 737 l 1 + 282 737 l 1 + 338 848 l 1 + 370 848 l 1 + 377 841 l 1 + 303 676 l 1 + 250 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: emacron +Encoding: 275 275 173 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 755 56<115 407 115 407> +VStem: 93 100<72 294 66 341 341 521 521 521> 115 292<755 811 755 811> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xfa + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xfa +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +115 755 m 1xf4 + 115 811 l 1 + 407 811 l 1 + 407 755 l 1 + 115 755 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: edotaccent +Encoding: 279 279 174 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 714 138<192 323 192 323> +VStem: 93 100<72 294 66 341 341 521 521 521> 192 131<714 852 714 852> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xfa + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xfa +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +192 714 m 1xf6 + 192 852 l 1 + 323 852 l 1 + 323 714 l 1 + 192 714 l 1xf6 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ecaron +Encoding: 283 283 175 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 676 61<234 266 255 266 255 287> 841 7 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +234 676 m 1 + 160 841 l 1 + 167 848 l 1 + 199 848 l 1 + 255 737 l 1 + 266 737 l 1 + 322 848 l 1 + 354 848 l 1 + 361 841 l 1 + 287 676 l 1 + 234 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: gcircumflex +Encoding: 285 285 176 +Width: 500 +Flags: HMW +HStem: -200 58<106 307 106 311 106 307> -1 48<192 302 192 322 159 302> 545 48<192 302 192 192> 676 7 787 61<241 252 241 241> +VStem: 71 100<87 505 505 505> 322 100<-111 -1 -1 -1 65 505 -111 527 -111 527> +LayerCount: 2 +Fore +SplineSet +322 527 m 1 + 302 545 l 1 + 192 545 l 1 + 171 527 l 1 + 171 65 l 1 + 192 47 l 1 + 302 47 l 1 + 322 65 l 1 + 322 527 l 1 +422 505 m 1 + 422 -111 l 1 + 311 -200 l 1 + 106 -200 l 1 + 106 -142 l 1 + 307 -142 l 1 + 322 -124 l 1 + 322 -1 l 1 + 159 -1 l 1 + 71 87 l 1 + 71 505 l 1 + 159 593 l 1 + 334 593 l 1 + 422 505 l 1 +308 676 m 1 + 252 787 l 1 + 241 787 l 1 + 185 676 l 1 + 153 676 l 1 + 146 683 l 1 + 220 848 l 1 + 273 848 l 1 + 347 683 l 1 + 340 676 l 1 + 308 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: jcircumflex +Encoding: 309 309 177 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 381> 676 7 787 61<273 284 273 273> +VStem: 54 93<-130 -65 -133 -65> 288 93<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +381 593 m 1 + 381 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 381 593 l 1 +340 676 m 1 + 284 787 l 1 + 273 787 l 1 + 217 676 l 1 + 185 676 l 1 + 178 683 l 1 + 252 848 l 1 + 305 848 l 1 + 379 683 l 1 + 372 676 l 1 + 340 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nacute +Encoding: 324 324 178 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> 679 7 833 15 +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +227 686 m 1 + 288 848 l 1 + 346 848 l 1 + 364 833 l 1 + 271 679 l 1 + 234 679 l 1 + 227 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ncaron +Encoding: 328 328 179 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> 676 61<222 254 243 254 243 275> 841 7 +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +222 676 m 1 + 148 841 l 1 + 155 848 l 1 + 187 848 l 1 + 243 737 l 1 + 254 737 l 1 + 310 848 l 1 + 342 848 l 1 + 349 841 l 1 + 275 676 l 1 + 222 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: omacron +Encoding: 333 333 180 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 723 56<101 393 101 393> +VStem: 75 101<87 506 506 506> 101 292<723 779 723 779> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1xf4 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1xf4 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +101 723 m 1xe8 + 101 779 l 1 + 393 779 l 1 + 393 723 l 1 + 101 723 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ohungarumlaut +Encoding: 337 337 181 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 647 7 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +316 647 m 1 + 309 654 l 1 + 365 816 l 1 + 418 816 l 1 + 436 801 l 1 + 348 647 l 1 + 316 647 l 1 +159 654 m 1 + 215 816 l 1 + 268 816 l 1 + 286 801 l 1 + 198 647 l 1 + 166 647 l 1 + 159 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: racute +Encoding: 341 341 182 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> 665 7 819 15 +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +208 672 m 1 + 269 834 l 1 + 327 834 l 1 + 345 819 l 1 + 252 665 l 1 + 215 665 l 1 + 208 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: rcaron +Encoding: 345 345 183 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> 676 61<275 307 296 307 296 328> 841 7 +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +275 676 m 1 + 201 841 l 1 + 208 848 l 1 + 240 848 l 1 + 296 737 l 1 + 307 737 l 1 + 363 848 l 1 + 395 848 l 1 + 402 841 l 1 + 328 676 l 1 + 275 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: sacute +Encoding: 347 347 184 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 679 7 833 15 +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +248 686 m 1 + 309 848 l 1 + 367 848 l 1 + 385 833 l 1 + 292 679 l 1 + 255 679 l 1 + 248 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: scircumflex +Encoding: 349 349 185 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 676 7 787 61<264 275 264 264> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +331 676 m 1 + 275 787 l 1 + 264 787 l 1 + 208 676 l 1 + 176 676 l 1 + 169 683 l 1 + 243 848 l 1 + 296 848 l 1 + 370 683 l 1 + 363 676 l 1 + 331 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: scedilla +Encoding: 351 351 186 +Width: 500 +Flags: HMW +HStem: -199 24<239 280 239 298 221 280> -70 25<211 280 211 298> 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 189 39<-155 -136 -165 -136> 291 52<-155 -155 -155 -90> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +343 -155 m 1xfcc0 + 298 -199 l 1 + 221 -199 l 1 + 189 -155 l 1 + 189 -136 l 1 + 228 -136 l 1 + 228 -165 l 1 + 239 -175 l 1 + 280 -175 l 1 + 291 -165 l 1 + 291 -80 l 1 + 280 -70 l 1 + 211 -70 l 1 + 211 -45 l 1 + 298 -45 l 1 + 343 -90 l 1 + 343 -155 l 1xfcc0 +331 527 m 1xfd20 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd20 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe10 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd20 +EndSplineSet +Validated: 1 +EndChar + +StartChar: umacron +Encoding: 363 363 187 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 755 56<104 396 104 396> +VStem: 78 100<87 593 66 593> 104 292<755 811 755 811> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1xe8 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1xe8 +104 755 m 1xd0 + 104 811 l 1 + 396 811 l 1 + 396 755 l 1 + 104 755 l 1xd0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uhungarumlaut +Encoding: 369 369 188 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 679 7 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +319 679 m 1 + 312 686 l 1 + 368 848 l 1 + 421 848 l 1 + 439 833 l 1 + 351 679 l 1 + 319 679 l 1 +162 686 m 1 + 218 848 l 1 + 271 848 l 1 + 289 833 l 1 + 201 679 l 1 + 169 679 l 1 + 162 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wcircumflex +Encoding: 373 373 189 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 676 7 787 61<233 244 233 233> +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +300 676 m 1 + 244 787 l 1 + 233 787 l 1 + 177 676 l 1 + 145 676 l 1 + 138 683 l 1 + 212 848 l 1 + 265 848 l 1 + 339 683 l 1 + 332 676 l 1 + 300 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wgrave +Encoding: 7809 7809 190 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 833 15 +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +260 686 m 1 + 253 679 l 1 + 216 679 l 1 + 123 833 l 1 + 141 848 l 1 + 199 848 l 1 + 260 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wacute +Encoding: 7811 7811 191 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 679 7 833 15 +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +217 686 m 1 + 278 848 l 1 + 336 848 l 1 + 354 833 l 1 + 261 679 l 1 + 224 679 l 1 + 217 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ycircumflex +Encoding: 375 375 192 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 676 7 787 61<260 271 260 260> +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xbc + 343 0 l 1x7c + 302 -199 l 1 + 205 -199 l 1xbc + 251 0 l 1 + 176 0 l 1x7c + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xbc + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x7c + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xbc +327 676 m 1 + 271 787 l 1 + 260 787 l 1 + 204 676 l 1 + 172 676 l 1 + 165 683 l 1 + 239 848 l 1 + 292 848 l 1 + 366 683 l 1 + 359 676 l 1 + 327 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ygrave +Encoding: 7923 7923 193 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 833 15 +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xb8 + 343 0 l 1x78 + 302 -199 l 1 + 205 -199 l 1xb8 + 251 0 l 1 + 176 0 l 1x78 + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xb8 + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x78 + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xb8 +287 686 m 1 + 280 679 l 1 + 243 679 l 1 + 150 833 l 1 + 168 848 l 1 + 226 848 l 1 + 287 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zacute +Encoding: 378 378 194 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 679 7 833 15 +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf8 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf8 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xf4 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf8 +230 686 m 1 + 291 848 l 1 + 349 848 l 1 + 367 833 l 1 + 274 679 l 1 + 237 679 l 1 + 230 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zdotaccent +Encoding: 380 380 195 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 714 138<183 314 183 314> +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> 183 131<714 852 714 852> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf0 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf0 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xe8 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf0 +183 714 m 1xe4 + 183 852 l 1 + 314 852 l 1 + 314 714 l 1 + 183 714 l 1xe4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotlessj +Encoding: 567 567 196 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 381> +VStem: 54 93<-130 -65 -133 -65> 288 93<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +381 593 m 1 + 381 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 381 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guillemetleft +Encoding: 171 171 197 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guillemetright +Encoding: 187 187 198 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: euro +Encoding: 8364 8364 199 +Width: 500 +Flags: HMW +HStem: 1 52<216 409 216 409 184 409> 276 50<22 91 22 91 196 314> 377 50<35 91 35 91 196 327> 629 52<216 409 216 216> +VStem: 91 105<88 276 71 276 326 377 71 377 427 594 594 594> +LayerCount: 2 +Fore +SplineSet +409 53 m 1 + 409 1 l 1 + 184 1 l 1 + 91 88 l 1 + 91 276 l 1 + 22 276 l 1 + 22 326 l 1 + 91 326 l 1 + 91 377 l 1 + 35 377 l 1 + 35 427 l 1 + 91 427 l 1 + 91 594 l 1 + 184 681 l 1 + 409 681 l 1 + 409 629 l 1 + 216 629 l 1 + 196 611 l 1 + 196 427 l 1 + 327 427 l 1 + 327 377 l 1 + 196 377 l 1 + 196 326 l 1 + 314 326 l 1 + 314 276 l 1 + 196 276 l 1 + 196 71 l 1 + 216 53 l 1 + 409 53 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: .null +Encoding: 65537 -1 200 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: commaaccent +Encoding: 63171 63171 201 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla.case +Encoding: 65538 -1 202 +Width: 500 +Flags: HMW +HStem: -191 24<223 279 223 297 205 279> -62 25<195 279 195 297> +VStem: 168 44<-147 -128 -157 -128> 290 57<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +347 -147 m 1 + 297 -191 l 1 + 205 -191 l 1 + 168 -147 l 1 + 168 -128 l 1 + 212 -128 l 1 + 212 -157 l 1 + 223 -167 l 1 + 279 -167 l 1 + 290 -157 l 1 + 290 -72 l 1 + 279 -62 l 1 + 195 -62 l 1 + 195 -37 l 1 + 297 -37 l 1 + 347 -82 l 1 + 347 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acute.cap +Encoding: 65539 -1 203 +Width: 500 +Flags: HMW +HStem: 850 7 1004 15 +VStem: 215 137 +LayerCount: 2 +Fore +SplineSet +215 857 m 1 + 276 1019 l 1 + 334 1019 l 1 + 352 1004 l 1 + 259 850 l 1 + 222 850 l 1 + 215 857 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: grave.cap +Encoding: 65540 -1 204 +Width: 500 +Flags: HMW +HStem: 1004 15 +VStem: 163 137 +LayerCount: 2 +Fore +SplineSet +239 1019 m 1 + 300 857 l 1 + 293 850 l 1 + 256 850 l 1 + 163 1004 l 1 + 181 1019 l 1 + 239 1019 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hungarumlaut.cap +Encoding: 65541 -1 205 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: circumflex.cap +Encoding: 65542 -1 206 +Width: 500 +Flags: HMW +HStem: 846 7 846 173<202 334 202 334 276 408 276 376> +VStem: 195 220<853 853> +LayerCount: 2 +Fore +SplineSet +376 846 m 1x60 + 305 953 l 1 + 234 846 l 1 + 202 846 l 1x60 + 195 853 l 1xa0 + 276 1019 l 1 + 334 1019 l 1x60 + 415 853 l 1xa0 + 408 846 l 1 + 376 846 l 1x60 +EndSplineSet +Validated: 1 +EndChar + +StartChar: caron.cap +Encoding: 65543 -1 207 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: breve.cap +Encoding: 65544 -1 208 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: tilde.cap +Encoding: 65545 -1 209 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: macron.cap +Encoding: 65546 -1 210 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: dieresis.cap +Encoding: 65547 -1 211 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: dotaccent.cap +Encoding: 65548 -1 212 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: ring.cap +Encoding: 65549 -1 213 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla.cap +Encoding: 65550 -1 214 +Width: 500 +Flags: HMW +HStem: -191 24<223 279 223 297 205 279> -62 25<195 279 195 297> +VStem: 168 44<-147 -128 -157 -128> 290 57<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +347 -147 m 1 + 297 -191 l 1 + 205 -191 l 1 + 168 -147 l 1 + 168 -128 l 1 + 212 -128 l 1 + 212 -157 l 1 + 223 -167 l 1 + 279 -167 l 1 + 290 -157 l 1 + 290 -72 l 1 + 279 -62 l 1 + 195 -62 l 1 + 195 -37 l 1 + 297 -37 l 1 + 347 -82 l 1 + 347 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ogonek.cap +Encoding: 65551 -1 215 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: commaaccent.cap +Encoding: 65552 -1 216 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: i.dot +Encoding: 65553 -1 217 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 693 138<185 313 185 313> +VStem: 185 128<693 831 693 831> 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xe8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xe8 +313 831 m 1xf0 + 313 693 l 1 + 185 693 l 1 + 185 831 l 1 + 313 831 l 1xf0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ampersand +Encoding: 38 38 218 +Width: 500 +VWidth: 0 +Flags: W +HStem: -0.000976562 60<179.083 322.083> 286.499 52.5<262.083 322.083 407.583 473.583> 422.999 60<189.903 331.083> 729.999 60<190.583 346.333> +VStem: 51.083 108<93.999 395.999> 62.583 108<516.499 702.999> 322.083 85.5<59.999 286.499> +LayerCount: 2 +Fore +SplineSet +407.583 16.498 m 1xfa + 397 -0.000976562 l 1 + 144.083 -0.000976562 l 1 + 51.083 93.999 l 1 + 51.083 395.999 l 1xfa + 121.003 461.408 l 1 + 62.583 516.499 l 1 + 62.583 702.999 l 1 + 155.583 789.999 l 1 + 346.333 789.999 l 1 + 346.333 729.999 l 1 + 190.583 729.999 l 1 + 170.583 711.999 l 1 + 170.583 501.499 l 1xf6 + 189.903 482.999 l 1 + 331.083 482.999 l 1 + 331.083 422.999 l 1 + 179.083 422.999 l 1 + 159.083 404.999 l 1 + 159.083 77.999 l 1 + 179.083 59.999 l 1 + 322.083 59.999 l 1 + 322.083 286.499 l 1 + 262.083 286.499 l 1 + 262.083 338.999 l 1 + 473.583 338.999 l 1 + 473.583 286.499 l 1 + 407.583 286.499 l 1 + 407.583 16.498 l 1xfa +EndSplineSet +Validated: 1 +EndChar + +StartChar: uni0243 +Encoding: 579 579 219 +Width: 500 +Flags: W +HStem: 0 60<177 350> 194 58<8 69 177 272> 385 57<177 326> 730 60<177 326> +VStem: 69 108<60 194 252 385 442 730> 346 108<472 703> 370 108<87 355> +LayerCount: 2 +Fore +SplineSet +478 355 m 1xfa + 478 87 l 1xfa + 385 0 l 1 + 69 0 l 1 + 69 194 l 1 + 8 194 l 1 + 8 252 l 1 + 69 252 l 1 + 69 790 l 1 + 361 790 l 1 + 454 703 l 1 + 454 472 l 1xfc + 403 425 l 1 + 478 355 l 1xfa +177 442 m 1 + 326 442 l 1 + 346 460 l 1 + 346 712 l 1xfc + 326 730 l 1 + 177 730 l 1 + 177 442 l 1 +370 367 m 1xfa + 350 385 l 1 + 177 385 l 1 + 177 252 l 1 + 272 252 l 1 + 272 194 l 1 + 177 194 l 1 + 177 60 l 1 + 350 60 l 1 + 370 78 l 1 + 370 367 l 1xfa +EndSplineSet +Validated: 1 +EndChar +EndChars +EndSplineFont diff --git a/static/css/steps-mono-master/sources/Steps-Mono-Thin.sfd b/static/css/steps-mono-master/sources/Steps-Mono-Thin.sfd new file mode 100644 index 0000000..218cce8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono-Thin.sfd @@ -0,0 +1,3681 @@ +SplineFontDB: 3.0 +FontName: Steps-Mono-Thin +FullName: Steps Mono +FamilyName: Steps Mono +Weight: Thin +Copyright: copyright missing +Version: 0.2 +ItalicAngle: 0 +UnderlinePosition: -50 +UnderlineWidth: 50 +Ascent: 800 +Descent: 200 +sfntRevision: 0x00010000 +LayerCount: 2 +Layer: 0 0 "Arri+AOgA-re" 1 +Layer: 1 0 "Avant" 0 +XUID: [1021 972 28623 3166137] +FSType: 8 +OS2Version: 3 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1397234454 +ModificationTime: 1398077733 +PfmFamily: 81 +TTFWeight: 400 +TTFWidth: 3 +LineGap: 0 +VLineGap: 0 +Panose: 0 0 5 6 0 0 0 0 0 0 +OS2TypoAscent: 800 +OS2TypoAOffset: 0 +OS2TypoDescent: -200 +OS2TypoDOffset: 0 +OS2TypoLinegap: 200 +OS2WinAscent: 1000 +OS2WinAOffset: 0 +OS2WinDescent: 200 +OS2WinDOffset: 0 +HheadAscent: 1000 +HheadAOffset: 0 +HheadDescent: -200 +HheadDOffset: 0 +OS2SubXSize: 650 +OS2SubYSize: 600 +OS2SubXOff: 0 +OS2SubYOff: 75 +OS2SupXSize: 650 +OS2SupYSize: 600 +OS2SupXOff: 0 +OS2SupYOff: 350 +OS2StrikeYSize: 50 +OS2StrikeYPos: 355 +OS2Vendor: 'UKWN' +OS2CodePages: 20000001.00000000 +OS2UnicodeRanges: 00000001.00000000.00000000.00000000 +Lookup: 1 0 0 "" {} [] +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "" "" "Regular" "" "" "Version 1.000;PS 001.000;hotconv 1.0.70;makeotf.lib2.5.58329" "" "" "" "" "" "" "" "Copyright (c) 2014, Rapha+AOsA-l (),+AAoA-with Reserved Font Name Monotapes Mono.+AAoACgAA-This Font Software is licensed under the SIL Open Font License, Version 1.1.+AAoA-This license is copied below, and is also available with a FAQ at:+AAoA-http://scripts.sil.org/OFL+AAoACgAK------------------------------------------------------------+AAoA-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007+AAoA------------------------------------------------------------+AAoACgAA-PREAMBLE+AAoA-The goals of the Open Font License (OFL) are to stimulate worldwide+AAoA-development of collaborative font projects, to support the font creation+AAoA-efforts of academic and linguistic communities, and to provide a free and+AAoA-open framework in which fonts may be shared and improved in partnership+AAoA-with others.+AAoACgAA-The OFL allows the licensed fonts to be used, studied, modified and+AAoA-redistributed freely as long as they are not sold by themselves. The+AAoA-fonts, including any derivative works, can be bundled, embedded, +AAoA-redistributed and/or sold with any software provided that any reserved+AAoA-names are not used by derivative works. The fonts and derivatives,+AAoA-however, cannot be released under any other type of license. The+AAoA-requirement for fonts to remain under this license does not apply+AAoA-to any document created using the fonts or their derivatives.+AAoACgAA-DEFINITIONS+AAoAIgAA-Font Software+ACIA refers to the set of files released by the Copyright+AAoA-Holder(s) under this license and clearly marked as such. This may+AAoA-include source files, build scripts and documentation.+AAoACgAi-Reserved Font Name+ACIA refers to any names specified as such after the+AAoA-copyright statement(s).+AAoACgAi-Original Version+ACIA refers to the collection of Font Software components as+AAoA-distributed by the Copyright Holder(s).+AAoACgAi-Modified Version+ACIA refers to any derivative made by adding to, deleting,+AAoA-or substituting -- in part or in whole -- any of the components of the+AAoA-Original Version, by changing formats or by porting the Font Software to a+AAoA-new environment.+AAoACgAi-Author+ACIA refers to any designer, engineer, programmer, technical+AAoA-writer or other person who contributed to the Font Software.+AAoACgAA-PERMISSION & CONDITIONS+AAoA-Permission is hereby granted, free of charge, to any person obtaining+AAoA-a copy of the Font Software, to use, study, copy, merge, embed, modify,+AAoA-redistribute, and sell modified and unmodified copies of the Font+AAoA-Software, subject to the following conditions:+AAoACgAA-1) Neither the Font Software nor any of its individual components,+AAoA-in Original or Modified Versions, may be sold by itself.+AAoACgAA-2) Original or Modified Versions of the Font Software may be bundled,+AAoA-redistributed and/or sold with any software, provided that each copy+AAoA-contains the above copyright notice and this license. These can be+AAoA-included either as stand-alone text files, human-readable headers or+AAoA-in the appropriate machine-readable metadata fields within text or+AAoA-binary files as long as those fields can be easily viewed by the user.+AAoACgAA-3) No Modified Version of the Font Software may use the Reserved Font+AAoA-Name(s) unless explicit written permission is granted by the corresponding+AAoA-Copyright Holder. This restriction only applies to the primary font name as+AAoA-presented to the users.+AAoACgAA-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font+AAoA-Software shall not be used to promote, endorse or advertise any+AAoA-Modified Version, except to acknowledge the contribution(s) of the+AAoA-Copyright Holder(s) and the Author(s) or with their explicit written+AAoA-permission.+AAoACgAA-5) The Font Software, modified or unmodified, in part or in whole,+AAoA-must be distributed entirely under this license, and must not be+AAoA-distributed under any other license. The requirement for fonts to+AAoA-remain under this license does not apply to any document created+AAoA-using the Font Software.+AAoACgAA-TERMINATION+AAoA-This license becomes null and void if any of the above conditions are+AAoA-not met.+AAoACgAA-DISCLAIMER+AAoA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND,+AAoA-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF+AAoA-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT+AAoA-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE+AAoA-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,+AAoA-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL+AAoA-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING+AAoA-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM+AAoA-OTHER DEALINGS IN THE FONT SOFTWARE." "http://scripts.sil.org/OFL" "" "Steps-Mono" "Thin" +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 33 33 8 +BeginPrivate: 3 +BlueScale 5 0.037 +BlueFuzz 1 0 +ExpansionFactor 4 0.06 +EndPrivate +Grid +176 -700 m 0 +EndSplineSet +TeXData: 1 0 0 524288 262144 174762 621806 1048576 174762 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144 +BeginChars: 65541 150 + +StartChar: .notdef +Encoding: 65536 -1 0 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +135 865 m 1 + 94 865 l 1 + 94 892 l 1 + 135 892 l 1 + 135 865 l 1 +364 865 m 1 + 364 892 l 1 + 406 892 l 1 + 406 865 l 1 + 364 865 l 1 +448 691 m 1 + 406 691 l 1 + 406 606 l 1 + 364 606 l 1 + 364 654 l 1 + 136 654 l 1 + 136 606 l 1 + 94 606 l 1 + 94 691 l 1 + 52 691 l 1 + 52 781 l 1 + 94 781 l 1 + 94 823 l 1 + 135 823 l 1 + 135 865 l 1 + 177 865 l 1 + 177 823 l 1 + 321 823 l 1 + 321 865 l 1 + 364 865 l 1 + 364 823 l 1 + 406 823 l 1 + 406 781 l 1 + 448 781 l 1 + 448 691 l 1 +219 782 m 1 + 177 782 l 1 + 177 694 l 1 + 219 694 l 1 + 219 782 l 1 +278 771 m 1 + 278 706 l 1 + 333 706 l 1 + 333 771 l 1 + 278 771 l 1 +52 691 m 1 + 52 606 l 1 + 9 606 l 1 + 9 691 l 1 + 52 691 l 1 +491 606 m 1 + 448 606 l 1 + 448 691 l 1 + 491 691 l 1 + 491 606 l 1 +136 606 m 1 + 221 606 l 1 + 221 580 l 1 + 136 580 l 1 + 136 606 l 1 +364 606 m 1 + 364 580 l 1 + 279 580 l 1 + 279 606 l 1 + 364 606 l 1 +303 509 m 1 + 303 393 l 1 + 261 393 l 1 + 261 509 l 1 + 303 509 l 1 +203 405 m 1 + 203 289 l 1 + 161 289 l 1 + 161 405 l 1 + 203 405 l 1 +303 284 m 1 + 303 168 l 1 + 261 168 l 1 + 261 284 l 1 + 303 284 l 1 +203 180 m 1 + 203 64 l 1 + 161 64 l 1 + 161 180 l 1 + 203 180 l 1 +EndSplineSet +EndChar + +StartChar: A +Encoding: 65 65 1 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 423 0 l 1 + 423 48 l 1 + 357 281 l 1 + 126 281 l 1 + 60 48 l 1 + 60 0 l 1 + 6 0 l 1 + 6 48 l 1 + 202 790 l 1 + 291 790 l 1 + 487 48 l 1 +345 341 m 1 + 248 722 l 1 + 235 722 l 1 + 138 341 l 1 + 345 341 l 1 +EndSplineSet +EndChar + +StartChar: Aacute +Encoding: 193 193 2 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 25.5 324 2 +Refer: 1 65 N 1 0 0 1 0 0 3 +EndChar + +StartChar: Abreve +Encoding: 258 258 3 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +177 857 m 1 + 132 896 l 1 + 132 922 l 1 + 184 922 l 1 + 184 886 l 1 + 195 876 l 1 + 291 876 l 1 + 302 886 l 1 + 302 923 l 1 + 354 923 l 1 + 354 896 l 1 + 309 857 l 1 + 177 857 l 1 +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 152 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +EndSplineSet +EndChar + +StartChar: Agrave +Encoding: 192 192 4 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 142 96 N 1 0 0 1 -81.5 324 2 +Refer: 1 65 N 1 0 0 1 0 0 3 +EndChar + +StartChar: AE +Encoding: 198 198 5 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +360 730 m 1 + 360 436 l 1 + 474 436 l 1 + 474 376 l 1 + 360 376 l 1 + 360 60 l 1 + 498 60 l 1 + 498 0 l 1 + 252 0 l 1 + 252 230 l 1 + 119 230 l 1 + 85 97 l 1 + 85 0 l 1 + 19 0 l 1 + 19 97 l 1 + 194 790 l 1 + 498 790 l 1 + 498 730 l 1 + 360 730 l 1 +252 300 m 1 + 252 737 l 1 + 247 737 l 1 + 136 300 l 1 + 252 300 l 1 +EndSplineSet +EndChar + +StartChar: B +Encoding: 66 66 6 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +455 335 m 5 + 455 97 l 5 + 372 0 l 5 + 51 0 l 5 + 51 790 l 5 + 348 790 l 5 + 431 693 l 5 + 431 492 l 5 + 360 425 l 5 + 455 335 l 5 +109 442 m 5 + 313 442 l 5 + 373 500 l 5 + 373 682 l 5 + 323 740 l 5 + 109 740 l 5 + 109 442 l 5 +397 327 m 5 + 337 385 l 5 + 109 385 l 5 + 109 50 l 5 + 337 50 l 5 + 397 118 l 5 + 397 327 l 5 +EndSplineSet +EndChar + +StartChar: C +Encoding: 67 67 7 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +169 740 m 1 + 109 682 l 1 + 109 108 l 1 + 169 50 l 1 + 387 50 l 1 + 387 0 l 1 + 144 0 l 1 + 51 97 l 1 + 51 693 l 1 + 144 790 l 1 + 387 790 l 1 + 387 740 l 1 + 169 740 l 1 +EndSplineSet +EndChar + +StartChar: Ccedilla +Encoding: 199 199 8 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +339 -147 m 1 + 294 -191 l 1 + 217 -191 l 1 + 185 -147 l 1 + 185 -128 l 1 + 224 -128 l 1 + 224 -157 l 1 + 235 -167 l 1 + 276 -167 l 1 + 287 -157 l 1 + 287 -72 l 1 + 276 -62 l 1 + 207 -62 l 1 + 207 -37 l 1 + 294 -38 l 1 + 339 -82 l 1 + 339 -147 l 1 +EndSplineSet +EndChar + +StartChar: D +Encoding: 68 68 9 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 97 m 1 + 355 0 l 1 + 51 0 l 1 + 51 790 l 1 + 355 790 l 1 + 448 693 l 1 + 448 97 l 1 +330 740 m 1 + 109 740 l 1 + 109 50 l 1 + 330 50 l 1 + 390 108 l 1 + 390 682 l 1 + 330 740 l 1 +EndSplineSet +EndChar + +StartChar: E +Encoding: 69 69 10 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +438 50 m 1 + 438 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 740 l 1 + 114 740 l 1 + 114 436 l 1 + 403 436 l 1 + 403 376 l 1 + 114 376 l 1 + 114 50 l 1 + 438 50 l 1 +EndSplineSet +EndChar + +StartChar: Eacute +Encoding: 201 201 11 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 21 324 2 +Refer: 10 69 N 1 0 0 1 0 0 3 +EndChar + +StartChar: Egrave +Encoding: 200 200 12 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 142 96 N 1 0 0 1 -86 324 2 +Refer: 10 69 N 1 0 0 1 0 0 3 +EndChar + +StartChar: F +Encoding: 70 70 13 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +114 740 m 1 + 114 426 l 1 + 403 426 l 1 + 403 376 l 1 + 114 376 l 1 + 114 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 740 l 1 + 114 740 l 1 +EndSplineSet +EndChar + +StartChar: G +Encoding: 71 71 14 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +428 291 m 1 + 428 0 l 1 + 134 0 l 1 + 51 87 l 1 + 51 703 l 1 + 134 790 l 1 + 387 790 l 1 + 387 740 l 1 + 169 740 l 1 + 109 682 l 1 + 109 118 l 1 + 169 60 l 1 + 370 60 l 1 + 370 291 l 1 + 428 291 l 1 +EndSplineSet +EndChar + +StartChar: H +Encoding: 72 72 15 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 790 m 1 + 448 0 l 1 + 390 0 l 1 + 390 380 l 1 + 106 380 l 1 + 106 0 l 1 + 48 0 l 1 + 48 790 l 1 + 106 790 l 1 + 106 430 l 1 + 390 430 l 1 + 390 790 l 1 + 448 790 l 1 +EndSplineSet +EndChar + +StartChar: I +Encoding: 73 73 16 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +278 72 m 5 + 298 50 l 5 + 424 50 l 1 + 424 0 l 1 + 76 0 l 1 + 76 50 l 1 + 202 50 l 1 + 222 72 l 1 + 222 718 l 1 + 202 740 l 1 + 76 740 l 1 + 76 790 l 1 + 424 790 l 1 + 424 740 l 1 + 298 740 l 5 + 278 718 l 5 + 278 72 l 5 +EndSplineSet +EndChar + +StartChar: Iacute +Encoding: 205 205 17 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +229 829 m 1 + 204 866 l 1 + 385 985 l 1 + 411 946 l 1 + 229 829 l 1 +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +EndSplineSet +EndChar + +StartChar: Igrave +Encoding: 204 204 18 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +276 829 m 1 + 94 946 l 1 + 120 985 l 1 + 301 866 l 1 + 276 829 l 1 +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +EndSplineSet +EndChar + +StartChar: J +Encoding: 74 74 19 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +424 87 m 1 + 341 0 l 1 + 96 0 l 1 + 13 87 l 1 + 13 185 l 1 + 71 185 l 1 + 71 108 l 1 + 131 50 l 1 + 306 50 l 1 + 366 108 l 1 + 366 718 l 1 + 346 740 l 1 + 115 740 l 1 + 115 790 l 1 + 424 790 l 1 + 424 87 l 1 +EndSplineSet +EndChar + +StartChar: K +Encoding: 75 75 20 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +469 118 m 1 + 468 0 l 1 + 410 0 l 1 + 410 115 l 1 + 263 435 l 1 + 92 296 l 1 + 92 0 l 1 + 34 0 l 1 + 34 790 l 1 + 92 790 l 1 + 92 358 l 1 + 375 588 l 1 + 375 790 l 1 + 425 790 l 1 + 425 567 l 1 + 304 468 l 1 + 469 118 l 1 +EndSplineSet +EndChar + +StartChar: L +Encoding: 76 76 21 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +444 60 m 1 + 444 0 l 1 + 72 0 l 1 + 72 790 l 1 + 130 790 l 1 + 130 60 l 1 + 444 60 l 1 +EndSplineSet +EndChar + +StartChar: M +Encoding: 77 77 22 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +485 0 m 1 + 427 0 l 1 + 427 560 l 1 + 416 560 l 1 + 278 223 l 1 + 220 223 l 1 + 82 560 l 1 + 71 560 l 1 + 71 0 l 1 + 13 0 l 1 + 13 790 l 1 + 46 790 l 1 + 242 308 l 1 + 256 308 l 1 + 452 790 l 1 + 485 790 l 1 + 485 0 l 1 +EndSplineSet +EndChar + +StartChar: N +Encoding: 78 78 23 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +462 0 m 1 + 404 0 l 1 + 128 580 l 1 + 100 664 l 1 + 95 664 l 1 + 99 569 l 1 + 99 0 l 1 + 41 0 l 1 + 41 790 l 1 + 99 790 l 1 + 375 196 l 1 + 403 108 l 1 + 408 108 l 1 + 404 206 l 1 + 404 790 l 1 + 462 790 l 1 + 462 0 l 1 +EndSplineSet +EndChar + +StartChar: O +Encoding: 79 79 24 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 97 m 1 + 355 0 l 1 + 144 0 l 1 + 51 97 l 1 + 51 693 l 1 + 144 790 l 1 + 355 790 l 1 + 448 693 l 1 + 448 97 l 1 +330 740 m 1 + 169 740 l 1 + 109 682 l 1 + 109 108 l 1 + 169 50 l 1 + 330 50 l 1 + 390 108 l 1 + 390 682 l 1 + 330 740 l 1 +EndSplineSet +EndChar + +StartChar: Oacute +Encoding: 211 211 25 +Width: 500 +Flags: W +LayerCount: 2 +Fore +SplineSet +371 985 m 1 + 397 946 l 1 + 215 829 l 1 + 190 866 l 1 + 371 985 l 1 +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +320 730 m 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 +EndSplineSet +EndChar + +StartChar: OE +Encoding: 338 338 26 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +493 60 m 1 + 493 0 l 1 + 103 0 l 1 + 10 87 l 1 + 10 703 l 1 + 103 790 l 1 + 483 790 l 1 + 483 730 l 1 + 339 730 l 1 + 339 436 l 1 + 458 436 l 1 + 458 376 l 1 + 339 376 l 1 + 339 60 l 1 + 493 60 l 1 +231 712 m 1 + 211 730 l 1 + 138 730 l 1 + 118 712 l 1 + 118 78 l 1 + 138 60 l 1 + 211 60 l 1 + 231 78 l 1 + 231 712 l 1 +EndSplineSet +EndChar + +StartChar: P +Encoding: 80 80 27 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +435 693 m 5 + 435 398 l 5 + 352 311 l 5 + 109 311 l 5 + 109 0 l 5 + 51 0 l 5 + 51 790 l 5 + 352 790 l 5 + 435 693 l 5 +383 672 m 5 + 323 740 l 5 + 109 740 l 5 + 109 368 l 5 + 323 368 l 5 + 383 426 l 5 + 383 672 l 5 +EndSplineSet +EndChar + +StartChar: Q +Encoding: 81 81 28 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +355 0 m 1 + 300 0 l 1 + 393 -108 l 1 + 317 -108 l 5 + 249 0 l 1 + 144 0 l 1 + 51 97 l 1 + 51 693 l 1 + 144 790 l 1 + 355 790 l 1 + 448 693 l 1 + 448 97 l 1 + 355 0 l 1 +390 682 m 1 + 330 740 l 1 + 169 740 l 1 + 109 682 l 1 + 109 108 l 1 + 169 50 l 1 + 330 50 l 1 + 390 108 l 1 + 390 682 l 1 +EndSplineSet +EndChar + +StartChar: R +Encoding: 82 82 29 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +455 68 m 1 + 455 -1 l 1 + 400 0 l 1 + 400 59 l 1 + 298 336 l 1 + 109 336 l 1 + 109 0 l 1 + 51 0 l 1 + 51 790 l 1 + 352 790 l 1 + 435 693 l 1 + 435 413 l 1 + 348 342 l 1 + 455 68 l 1 +109 393 m 1 + 327 393 l 1 + 383 441 l 1 + 383 672 l 1 + 323 740 l 1 + 109 740 l 1 + 109 393 l 1 +EndSplineSet +EndChar + +StartChar: S +Encoding: 83 83 30 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +387 680 m 1 + 334 740 l 1 + 176 740 l 1 + 123 680 l 1 + 123 573 l 1 + 468 268 l 1 + 468 93 l 1 + 382 0 l 1 + 124 0 l 1 + 38 93 l 1 + 38 169 l 1 + 99 169 l 1 + 99 110 l 1 + 152 50 l 1 + 354 50 l 5 + 407 110 l 1 + 407 233 l 1 + 62 542 l 1 + 62 697 l 1 + 148 790 l 1 + 363 790 l 1 + 448 697 l 1 + 448 620 l 1 + 387 620 l 1 + 387 680 l 1 +EndSplineSet +EndChar + +StartChar: T +Encoding: 84 84 31 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +456 740 m 5 + 276 740 l 5 + 276 0 l 1 + 216 0 l 1 + 216 740 l 5 + 35 740 l 5 + 35 790 l 1 + 456 790 l 1 + 456 740 l 5 +EndSplineSet +EndChar + +StartChar: U +Encoding: 85 85 32 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 97 m 1 + 355 0 l 1 + 144 0 l 1 + 51 97 l 1 + 51 790 l 1 + 109 790 l 1 + 109 108 l 1 + 169 50 l 1 + 330 50 l 1 + 390 108 l 1 + 390 790 l 1 + 448 790 l 1 + 448 97 l 1 +EndSplineSet +EndChar + +StartChar: V +Encoding: 86 86 33 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +490 790 m 1 + 490 742 l 1 + 294 0 l 1 + 205 0 l 1 + 9 742 l 1 + 9 790 l 1 + 69 790 l 1 + 69 742 l 1 + 243 51 l 5 + 256 51 l 5 + 430 742 l 1 + 430 790 l 1 + 490 790 l 1 +EndSplineSet +EndChar + +StartChar: W +Encoding: 87 87 34 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +373 0 m 1 + 255 427 l 1 + 243 427 l 1 + 125 0 l 1 + 92 0 l 1 + 13 790 l 1 + 71 790 l 1 + 121 208 l 5 + 132 208 l 5 + 230 567 l 1 + 268 567 l 1 + 366 208 l 5 + 377 208 l 5 + 427 790 l 1 + 485 790 l 1 + 406 0 l 1 + 373 0 l 1 +EndSplineSet +EndChar + +StartChar: X +Encoding: 88 88 35 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +486 61 m 1 + 486 0 l 1 + 426 0 l 1 + 426 59 l 1 + 267 370 l 1 + 243 370 l 1 + 74 59 l 1 + 74 0 l 1 + 16 0 l 1 + 16 61 l 1 + 193 392 l 1 + 193 407 l 1 + 39 718 l 1 + 39 790 l 1 + 100 790 l 1 + 100 718 l 1 + 243 430 l 1 + 267 430 l 1 + 404 718 l 1 + 404 790 l 1 + 463 790 l 1 + 463 718 l 1 + 309 407 l 1 + 309 392 l 1 + 486 61 l 1 +EndSplineSet +EndChar + +StartChar: Y +Encoding: 89 89 36 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +276 326 m 1 + 276 0 l 1 + 222 0 l 1 + 222 327 l 1 + 11 742 l 1 + 11 790 l 1 + 65 790 l 1 + 65 742 l 1 + 242 400 l 5 + 261 400 l 5 + 438 742 l 1 + 438 790 l 1 + 488 790 l 1 + 488 742 l 1 + 276 326 l 1 +EndSplineSet +EndChar + +StartChar: Z +Encoding: 90 90 37 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +468 50 m 1 + 468 0 l 1 + 22 0 l 1 + 22 50 l 1 + 386 740 l 1 + 55 740 l 1 + 55 790 l 1 + 459 790 l 1 + 459 740 l 1 + 92 50 l 5 + 468 50 l 1 +EndSplineSet +EndChar + +StartChar: a +Encoding: 97 97 38 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +414 494 m 1 + 414 0 l 1 + 114 0 l 1 + 36 140 l 1 + 36 176 l 1 + 114 316 l 1 + 354 316 l 1 + 354 487 l 1 + 298 545 l 1 + 145 545 l 1 + 145 593 l 1 + 318 593 l 1 + 414 494 l 1 +354 48 m 1 + 354 268 l 1 + 150 268 l 1 + 100 169 l 1 + 100 147 l 1 + 150 48 l 1 + 354 48 l 1 +EndSplineSet +EndChar + +StartChar: aacute +Encoding: 225 225 39 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 20.5 127 2 +Refer: 38 97 N 1 0 0 1 0 0 3 +EndChar + +StartChar: abreve +Encoding: 259 259 40 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +183 660 m 1 + 138 699 l 1 + 138 725 l 1 + 190 725 l 1 + 190 689 l 1 + 201 679 l 1 + 297 679 l 1 + 308 689 l 1 + 308 726 l 1 + 360 726 l 1 + 360 699 l 1 + 315 660 l 1 + 183 660 l 1 +414 514 m 1 + 414 0 l 1 + 114 0 l 1 + 36 140 l 1 + 36 176 l 1 + 114 316 l 1 + 314 316 l 1 + 314 527 l 1 + 298 545 l 1 + 145 545 l 1 + 145 593 l 1 + 338 593 l 1 + 414 514 l 1 +314 48 m 1 + 314 268 l 1 + 160 268 l 1 + 130 169 l 1 + 130 147 l 1 + 160 48 l 1 + 314 48 l 1 +EndSplineSet +EndChar + +StartChar: acircumflex +Encoding: 226 226 41 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 141 710 N 1 0 0 1 -17 114 2 +Refer: 38 97 N 1 0 0 1 0 0 3 +EndChar + +StartChar: agrave +Encoding: 224 224 42 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 142 96 N 1 0 0 1 -86.5 127 2 +Refer: 38 97 N 1 0 0 1 0 0 3 +EndChar + +StartChar: ae +Encoding: 230 230 43 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +460 268 m 1 + 301 268 l 1 + 301 66 l 1 + 316 48 l 1 + 455 48 l 1 + 455 0 l 1 + 99 0 l 1 + 36 140 l 1 + 36 176 l 1 + 99 316 l 1 + 201 316 l 1 + 201 527 l 1 + 185 545 l 1 + 108 545 l 1 + 108 593 l 1 + 225 593 l 1 + 253 552 l 1 + 288 593 l 1 + 383 593 l 1 + 460 521 l 1 + 460 268 l 1 +370 527 m 1 + 355 545 l 1 + 316 545 l 1 + 301 527 l 1 + 301 315 l 1 + 370 315 l 1 + 370 527 l 1 +201 268 m 1 + 140 268 l 1 + 126 169 l 1 + 126 147 l 1 + 140 48 l 1 + 201 48 l 1 + 201 268 l 1 +EndSplineSet +EndChar + +StartChar: b +Encoding: 98 98 44 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +426 506 m 1 + 426 88 l 1 + 345 0 l 1 + 88 0 l 1 + 88 800 l 1 + 141 800 l 1 + 141 549 l 1 + 345 603 l 1 + 426 506 l 1 +373 488 m 1 + 322 546 l 1 + 141 499 l 1 + 141 48 l 1 + 312 48 l 1 + 373 106 l 1 + 373 488 l 1 +EndSplineSet +EndChar + +StartChar: c +Encoding: 99 99 45 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 126 87 l 1 + 126 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 177 487 l 5 + 177 106 l 5 + 243 48 l 1 +EndSplineSet +EndChar + +StartChar: ccedilla +Encoding: 231 231 46 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 126 87 l 1 + 126 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 177 487 l 1 + 177 106 l 1 + 243 48 l 1 +389 -147 m 1 + 344 -191 l 1 + 267 -191 l 1 + 235 -147 l 1 + 235 -128 l 1 + 274 -128 l 1 + 274 -157 l 1 + 285 -167 l 1 + 326 -167 l 1 + 337 -157 l 1 + 337 -72 l 1 + 326 -62 l 1 + 257 -62 l 1 + 257 -37 l 1 + 344 -38 l 1 + 389 -82 l 1 + 389 -147 l 1 +EndSplineSet +EndChar + +StartChar: d +Encoding: 100 100 47 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +427 840 m 1 + 427 0 l 1 + 366 0 l 1 + 366 65 l 1 + 181 -14 l 1 + 77 108 l 1 + 77 506 l 1 + 163 594 l 1 + 366 594 l 1 + 366 840 l 1 + 427 840 l 1 +366 111 m 1 + 366 546 l 1 + 198 546 l 1 + 136 488 l 5 + 136 114 l 5 + 198 46 l 1 + 366 111 l 1 +EndSplineSet +EndChar + +StartChar: e +Encoding: 101 101 48 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +429 501 m 1 + 429 294 l 1 + 143 294 l 1 + 143 106 l 1 + 198 48 l 5 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 92 92 l 1 + 92 501 l 1 + 180 593 l 1 + 341 593 l 1 + 429 501 l 1 +378 341 m 1 + 378 487 l 1 + 323 545 l 1 + 208 545 l 1 + 143 487 l 1 + 143 341 l 1 + 378 341 l 1 +EndSplineSet +EndChar + +StartChar: eacute +Encoding: 233 233 49 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 59.5 127 2 +Refer: 48 101 N 1 0 0 1 0 0 3 +EndChar + +StartChar: egrave +Encoding: 232 232 50 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 142 96 N 1 0 0 1 -67.5 127 2 +Refer: 48 101 N 1 0 0 1 0 0 3 +EndChar + +StartChar: f +Encoding: 102 102 51 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +416 546 m 1 + 206 546 l 1 + 206 0 l 1 + 146 0 l 1 + 146 546 l 1 + 24 546 l 1 + 24 594 l 1 + 146 594 l 1 + 146 752 l 1 + 231 840 l 1 + 399 840 l 1 + 399 792 l 1 + 257 792 l 1 + 206 734 l 1 + 206 594 l 1 + 416 594 l 1 + 416 546 l 1 +EndSplineSet +EndChar + +StartChar: g +Encoding: 103 103 52 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +416 505 m 1 + 416 -111 l 1 + 351 -200 l 1 + 106 -200 l 1 + 106 -142 l 1 + 327 -142 l 1 + 362 -94 l 1 + 362 -1 l 1 + 169 -1 l 1 + 78 87 l 1 + 78 505 l 1 + 169 593 l 1 + 324 593 l 1 + 416 505 l 1 +362 487 m 1 + 302 545 l 1 + 192 545 l 1 + 131 487 l 1 + 131 105 l 1 + 192 47 l 1 + 342 47 l 1 + 362 65 l 1 + 362 487 l 1 +EndSplineSet +EndChar + +StartChar: h +Encoding: 104 104 53 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +417 516 m 1 + 417 0 l 1 + 363 0 l 1 + 363 498 l 1 + 313 546 l 1 + 137 546 l 1 + 137 0 l 1 + 83 0 l 1 + 83 840 l 1 + 137 840 l 1 + 137 594 l 1 + 335 594 l 1 + 417 516 l 1 +EndSplineSet +EndChar + +StartChar: i +Encoding: 105 105 54 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +183 677 m 1 + 183 815 l 1 + 314 815 l 5 + 314 677 l 5 + 183 677 l 1 +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 204 48 l 1 + 220 66 l 1 + 220 528 l 1 + 204 546 l 1 + 68 546 l 1 + 68 594 l 1 + 280 594 l 1 + 280 66 l 1 + 296 48 l 1 + 450 48 l 1 + 450 0 l 1 +EndSplineSet +EndChar + +StartChar: dotlessi +Encoding: 305 305 55 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 204 48 l 1 + 220 66 l 1 + 220 528 l 1 + 204 546 l 1 + 68 546 l 1 + 68 594 l 1 + 280 594 l 1 + 280 66 l 1 + 296 48 l 1 + 450 48 l 1 + 450 0 l 1 +EndSplineSet +EndChar + +StartChar: iacute +Encoding: 237 237 56 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 -9 128 2 +Refer: 55 305 N 1 0 0 1 0 0 3 +EndChar + +StartChar: igrave +Encoding: 236 236 57 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 142 96 S 1 0 0 1 -90 128 2 +Refer: 55 305 N 1 0 0 1 0 0 3 +EndChar + +StartChar: j +Encoding: 106 106 58 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +399 831 m 5 + 399 693 l 5 + 271 693 l 1 + 271 831 l 1 + 399 831 l 5 +381 593 m 1 + 381 -81 l 1 + 297 -170 l 1 + 138 -170 l 1 + 54 -81 l 1 + 54 -16 l 1 + 107 -16 l 1 + 107 -64 l 1 + 163 -122 l 1 + 272 -122 l 1 + 328 -64 l 1 + 328 530 l 1 + 313 545 l 1 + 102 545 l 1 + 102 593 l 1 + 381 593 l 1 +EndSplineSet +EndChar + +StartChar: k +Encoding: 107 107 59 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +457 76 m 1 + 456 0 l 1 + 396 0 l 1 + 396 56 l 1 + 230 333 l 1 + 116 244 l 1 + 116 0 l 1 + 55 0 l 1 + 55 840 l 1 + 116 840 l 1 + 116 320 l 1 + 379 524 l 1 + 379 594 l 1 + 439 594 l 1 + 439 498 l 1 + 277 368 l 1 + 457 76 l 1 +EndSplineSet +EndChar + +StartChar: l +Encoding: 108 108 60 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +455 48 m 1 + 455 0 l 1 + 55 0 l 1 + 55 48 l 1 + 209 48 l 5 + 225 66 l 5 + 225 734 l 5 + 209 752 l 5 + 73 752 l 1 + 73 800 l 1 + 285 800 l 1 + 285 66 l 1 + 301 48 l 1 + 455 48 l 1 +EndSplineSet +EndChar + +StartChar: m +Encoding: 109 109 61 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +376 593 m 1 + 457 505 l 1 + 457 0 l 1 + 396 0 l 1 + 396 487 l 1 + 336 545 l 1 + 284 545 l 1 + 284 0 l 1 + 224 0 l 1 + 224 510 l 1 + 188 545 l 1 + 100 545 l 1 + 100 0 l 1 + 39 0 l 1 + 39 593 l 1 + 376 593 l 1 +EndSplineSet +EndChar + +StartChar: n +Encoding: 110 110 62 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 361 0 l 1 + 361 487 l 1 + 300 545 l 1 + 139 545 l 1 + 139 0 l 1 + 78 0 l 1 + 78 593 l 1 +EndSplineSet +EndChar + +StartChar: o +Encoding: 111 111 63 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +314 545 m 1 + 186 545 l 1 + 126 487 l 1 + 126 106 l 1 + 186 48 l 1 + 314 48 l 1 + 374 106 l 1 + 374 487 l 1 + 314 545 l 1 +EndSplineSet +EndChar + +StartChar: oacute +Encoding: 243 243 64 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 29 127 2 +Refer: 63 111 N 1 0 0 1 0 0 3 +EndChar + +StartChar: oe +Encoding: 339 339 65 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +490 521 m 1 + 490 294 l 1 + 311 294 l 1 + 311 66 l 1 + 326 48 l 1 + 474 48 l 1 + 474 0 l 1 + 296 0 l 1 + 257 33 l 1 + 225 0 l 1 + 99 0 l 1 + 13 87 l 1 + 13 506 l 1 + 99 593 l 1 + 225 593 l 1 + 258 560 l 1 + 298 593 l 1 + 402 593 l 1 + 490 521 l 1 +210 527 m 1 + 190 545 l 1 + 134 545 l 1 + 114 527 l 1 + 114 66 l 1 + 134 48 l 1 + 190 48 l 1 + 210 66 l 1 + 210 527 l 1 +389 341 m 1 + 389 527 l 1 + 374 545 l 1 + 326 545 l 1 + 311 527 l 1 + 311 341 l 1 + 389 341 l 1 +EndSplineSet +EndChar + +StartChar: p +Encoding: 112 112 66 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +419 506 m 1 + 419 88 l 1 + 348 0 l 1 + 134 0 l 1 + 134 -199 l 1 + 81 -199 l 1 + 81 594 l 1 + 338 594 l 1 + 419 506 l 1 +366 488 m 1 + 315 546 l 1 + 134 546 l 1 + 134 66 l 1 + 155 48 l 1 + 315 48 l 1 + 366 106 l 1 + 366 488 l 1 +EndSplineSet +EndChar + +StartChar: q +Encoding: 113 113 67 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +419 595 m 1 + 419 -198 l 1 + 366 -198 l 1 + 366 1 l 1 + 162 1 l 1 + 81 79 l 1 + 81 507 l 1 + 162 595 l 1 + 419 595 l 1 +366 547 m 1 + 195 547 l 1 + 134 489 l 1 + 134 107 l 1 + 195 49 l 1 + 345 49 l 1 + 366 67 l 1 + 366 547 l 1 +EndSplineSet +EndChar + +StartChar: r +Encoding: 114 114 68 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +417 512 m 1 + 342 554 l 1 + 199 477 l 1 + 199 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 198 594 l 1 + 198 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 417 421 l 1 + 417 512 l 1 +EndSplineSet +EndChar + +StartChar: s +Encoding: 115 115 69 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +381 487 m 1 + 330 545 l 1 + 202 545 l 1 + 151 487 l 1 + 151 410 l 1 + 422 235 l 1 + 438 224 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 132 147 l 1 + 132 106 l 1 + 193 48 l 1 + 336 48 l 1 + 387 106 l 1 + 387 203 l 1 + 100 385 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 381 445 l 1 + 381 487 l 1 +EndSplineSet +EndChar + +StartChar: t +Encoding: 116 116 70 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +193 545 m 1 + 193 106 l 1 + 254 48 l 5 + 416 48 l 1 + 416 0 l 1 + 221 0 l 5 + 132 87 l 1 + 132 545 l 1 + 24 545 l 1 + 24 593 l 1 + 132 593 l 1 + 132 748 l 1 + 193 748 l 1 + 193 593 l 1 + 416 593 l 1 + 416 545 l 1 + 193 545 l 1 +EndSplineSet +EndChar + +StartChar: u +Encoding: 117 117 71 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +423 87 m 1 + 342 0 l 1 + 166 0 l 1 + 85 87 l 1 + 85 593 l 1 + 138 593 l 1 + 138 106 l 1 + 199 48 l 1 + 309 48 l 1 + 370 106 l 1 + 370 593 l 1 + 423 593 l 1 + 423 87 l 1 +EndSplineSet +EndChar + +StartChar: uacute +Encoding: 250 250 72 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +Refer: 137 180 N 1 0 0 1 33 127 2 +Refer: 71 117 N 1 0 0 1 0 0 3 +EndChar + +StartChar: v +Encoding: 118 118 73 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +457 537 m 1 + 291 0 l 1 + 205 0 l 1 + 45 537 l 1 + 43 593 l 1 + 105 593 l 1 + 105 537 l 1 + 244 48 l 1 + 255 48 l 1 + 397 537 l 1 + 397 593 l 1 + 457 593 l 1 + 457 537 l 1 +EndSplineSet +EndChar + +StartChar: w +Encoding: 119 119 74 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 312 0 l 1 + 248 299 l 1 + 159 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 77 593 l 1 + 77 537 l 1 + 131 81 l 1 + 226 400 l 1 + 203 537 l 1 + 203 593 l 1 + 267 593 l 1 + 267 537 l 1 + 353 82 l 1 + 415 537 l 1 + 415 593 l 1 + 474 593 l 1 +EndSplineSet +EndChar + +StartChar: x +Encoding: 120 120 75 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +460 48 m 1 + 460 0 l 1 + 391 0 l 1 + 391 46 l 1 + 257 266 l 1 + 245 266 l 1 + 101 46 l 1 + 101 0 l 1 + 42 0 l 1 + 42 48 l 1 + 198 295 l 1 + 198 308 l 1 + 58 537 l 1 + 58 593 l 1 + 128 593 l 1 + 128 537 l 1 + 246 335 l 1 + 256 335 l 1 + 384 537 l 1 + 384 593 l 1 + 444 593 l 1 + 444 537 l 1 + 304 308 l 1 + 304 295 l 1 + 460 48 l 1 +EndSplineSet +EndChar + +StartChar: y +Encoding: 121 121 76 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +454 537 m 1 + 323 0 l 1 + 262 -240 l 1 + 205 -240 l 1 + 261 0 l 1 + 206 0 l 1 + 44 537 l 1 + 42 593 l 1 + 104 593 l 1 + 104 537 l 1 + 245 48 l 1 + 281 48 l 1 + 393 537 l 1 + 393 593 l 1 + 454 593 l 1 + 454 537 l 1 +EndSplineSet +EndChar + +StartChar: z +Encoding: 122 122 77 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +427 48 m 1 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1 + 352 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1 + 421 545 l 1 + 133 48 l 1 + 427 48 l 1 +EndSplineSet +EndChar + +StartChar: zero +Encoding: 48 48 78 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +425 592 m 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 +126 573 m 1 + 126 250 l 1 + 374 477 l 1 + 374 573 l 1 + 314 631 l 1 + 186 631 l 1 + 126 573 l 1 +374 106 m 1 + 374 434 l 1 + 126 207 l 1 + 126 106 l 1 + 186 48 l 1 + 314 48 l 1 + 374 106 l 1 +EndSplineSet +EndChar + +StartChar: one +Encoding: 49 49 79 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +459 52 m 5 + 459 0 l 1 + 54 0 l 1 + 54 52 l 5 + 214 52 l 5 + 230 70 l 5 + 230 603 l 1 + 40 551 l 1 + 40 593 l 1 + 283 689 l 1 + 283 70 l 5 + 299 52 l 5 + 459 52 l 5 +EndSplineSet +EndChar + +StartChar: two +Encoding: 50 50 80 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 52 m 5 + 448 0 l 1 + 67 0 l 1 + 67 52 l 5 + 387 490 l 1 + 387 573 l 1 + 327 631 l 1 + 183 631 l 1 + 123 573 l 1 + 123 518 l 1 + 72 518 l 1 + 72 592 l 1 + 158 679 l 1 + 352 679 l 1 + 438 592 l 1 + 438 466 l 1 + 128 52 l 5 + 448 52 l 5 +EndSplineSet +EndChar + +StartChar: three +Encoding: 51 51 81 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +425 417 m 1 + 363 354 l 1 + 425 291 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 126 153 l 1 + 126 106 l 1 + 186 48 l 1 + 314 48 l 1 + 374 106 l 1 + 374 282 l 1 + 324 330 l 1 + 129 330 l 1 + 129 378 l 1 + 324 378 l 1 + 374 426 l 1 + 374 573 l 1 + 314 631 l 1 + 186 631 l 1 + 126 573 l 5 + 126 536 l 1 + 75 536 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 + 425 417 l 1 +EndSplineSet +EndChar + +StartChar: four +Encoding: 52 52 82 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +492 203 m 1 + 392 203 l 1 + 392 0 l 1 + 337 0 l 1 + 337 203 l 1 + 25 203 l 1 + 25 254 l 1 + 337 679 l 1 + 392 679 l 1 + 392 254 l 1 + 492 254 l 1 + 492 203 l 1 +337 254 m 1 + 337 600 l 1 + 87 254 l 1 + 337 254 l 1 +EndSplineSet +EndChar + +StartChar: five +Encoding: 53 53 83 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 126 153 l 1 + 126 106 l 1 + 186 48 l 1 + 314 48 l 1 + 374 106 l 1 + 374 272 l 1 + 324 330 l 1 + 98 330 l 1 + 98 679 l 1 + 409 679 l 1 + 409 631 l 5 + 146 631 l 1 + 146 393 l 1 + 161 378 l 1 + 349 378 l 1 + 425 301 l 1 + 425 87 l 1 +EndSplineSet +EndChar + +StartChar: six +Encoding: 54 54 84 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +370 526 m 1 + 370 573 l 1 + 310 631 l 1 + 182 631 l 1 + 122 573 l 1 + 122 355 l 1 + 345 394 l 1 + 421 322 l 1 + 421 85 l 5 + 335 -2 l 1 + 157 -2 l 1 + 71 85 l 1 + 71 592 l 1 + 157 679 l 1 + 335 679 l 1 + 421 592 l 1 + 421 526 l 1 + 370 526 l 1 +122 303 m 1 + 122 104 l 1 + 182 46 l 1 + 310 46 l 1 + 370 104 l 5 + 370 303 l 1 + 330 341 l 1 + 122 303 l 1 +EndSplineSet +EndChar + +StartChar: seven +Encoding: 55 55 85 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +448 679 m 1 + 448 634 l 1 + 138 53 l 1 + 138 0 l 1 + 77 0 l 1 + 77 55 l 1 + 386 631 l 1 + 52 631 l 1 + 52 679 l 1 + 448 679 l 1 +EndSplineSet +EndChar + +StartChar: eight +Encoding: 56 56 86 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +425 412 m 1 + 353 349 l 1 + 425 286 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 286 l 1 + 147 349 l 1 + 75 412 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 5 + 425 592 l 1 + 425 412 l 1 +126 431 m 1 + 186 373 l 1 + 314 373 l 1 + 374 431 l 1 + 374 573 l 1 + 314 631 l 5 + 186 631 l 1 + 126 573 l 1 + 126 431 l 1 +374 267 m 1 + 314 325 l 1 + 186 325 l 1 + 126 267 l 1 + 126 106 l 1 + 186 48 l 1 + 314 48 l 1 + 374 106 l 1 + 374 267 l 1 +EndSplineSet +EndChar + +StartChar: nine +Encoding: 57 57 87 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +429 592 m 1 + 429 85 l 1 + 343 -2 l 1 + 165 -2 l 1 + 79 85 l 1 + 79 151 l 1 + 130 151 l 1 + 130 104 l 1 + 190 46 l 1 + 318 46 l 1 + 378 104 l 1 + 378 322 l 1 + 165 283 l 1 + 79 365 l 1 + 79 592 l 1 + 165 679 l 1 + 343 679 l 1 + 429 592 l 1 +378 573 m 1 + 318 631 l 1 + 190 631 l 1 + 130 573 l 1 + 130 394 l 1 + 180 336 l 1 + 378 374 l 1 + 378 573 l 1 +EndSplineSet +EndChar + +StartChar: asterisk +Encoding: 42 42 88 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +289 790 m 1 + 289 710 l 1 + 279 513 l 1 + 204 513 l 1 + 194 711 l 1 + 194 790 l 1 + 289 790 l 1 +EndSplineSet +EndChar + +StartChar: backslash +Encoding: 92 92 89 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +448 -103 m 1 + 16 779 l 1 + 51 799 l 1 + 483 -83 l 1 + 448 -103 l 1 +EndSplineSet +EndChar + +StartChar: bullet +Encoding: 8226 8226 90 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +249 143 m 0 + 165 143 96 212 96 297 c 0 + 96 381 165 450 249 450 c 0 + 334 450 403 381 403 297 c 0 + 403 212 334 143 249 143 c 0 +EndSplineSet +EndChar + +StartChar: colon +Encoding: 58 58 91 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +EndChar + +StartChar: comma +Encoding: 44 44 92 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 122 m 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 + 322 122 l 1 +EndSplineSet +EndChar + +StartChar: ellipsis +Encoding: 8230 8230 93 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +132 115 m 1 + 132 0 l 1 + 33 0 l 1 + 33 115 l 1 + 132 115 l 1 +300 115 m 1 + 300 0 l 1 + 200 0 l 1 + 200 115 l 1 + 300 115 l 1 +465 115 m 1 + 465 0 l 1 + 366 0 l 1 + 366 115 l 1 + 465 115 l 1 +EndSplineSet +EndChar + +StartChar: exclam +Encoding: 33 33 94 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +296 790 m 5 + 296 687 l 5 + 262 200 l 5 + 238 200 l 1 + 204 687 l 1 + 204 790 l 1 + 296 790 l 5 +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +EndChar + +StartChar: exclamdown +Encoding: 161 161 95 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +178 593 m 1 + 322 593 l 1 + 322 456 l 1 + 178 456 l 1 + 178 593 l 1 +204 -94 m 1 + 238 393 l 1 + 262 393 l 5 + 296 -94 l 5 + 296 -197 l 5 + 204 -197 l 1 + 204 -94 l 1 +EndSplineSet +EndChar + +StartChar: numbersign +Encoding: 35 35 96 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +344 274 m 1 + 422 274 l 1 + 422 180 l 1 + 329 180 l 1 + 301 0 l 1 + 250 0 l 1 + 278 180 l 1 + 183 180 l 1 + 155 0 l 1 + 104 0 l 1 + 132 180 l 1 + 69 180 l 1 + 69 274 l 1 + 147 274 l 1 + 169 414 l 1 + 91 414 l 1 + 91 508 l 1 + 183 508 l 1 + 217 724 l 1 + 268 724 l 1 + 234 508 l 1 + 329 508 l 1 + 363 724 l 1 + 414 724 l 1 + 380 508 l 1 + 444 508 l 1 + 444 414 l 1 + 366 414 l 1 + 344 274 l 1 +220 414 m 1 + 198 274 l 1 + 293 274 l 1 + 315 414 l 1 + 220 414 l 1 +EndSplineSet +EndChar + +StartChar: period +Encoding: 46 46 97 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +EndChar + +StartChar: periodcentered +Encoding: 183 183 98 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 395 m 1 + 322 258 l 1 + 178 258 l 1 + 178 395 l 1 + 322 395 l 1 +EndSplineSet +EndChar + +StartChar: question +Encoding: 63 63 99 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: questiondown +Encoding: 191 191 100 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: quotedbl +Encoding: 34 34 101 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +207 790 m 1 + 207 710 l 1 + 197 513 l 1 + 122 513 l 1 + 112 711 l 1 + 112 790 l 1 + 207 790 l 1 +385 790 m 1 + 385 710 l 1 + 375 513 l 1 + 300 513 l 1 + 290 711 l 1 + 290 790 l 1 + 385 790 l 1 +EndSplineSet +EndChar + +StartChar: quotesingle +Encoding: 39 39 102 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +330 790 m 1 + 330 710 l 1 + 320 513 l 1 + 245 513 l 1 + 235 711 l 1 + 235 790 l 1 + 330 790 l 1 +EndSplineSet +EndChar + +StartChar: semicolon +Encoding: 59 59 103 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +307 137 m 1 + 322 122 l 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 +EndSplineSet +EndChar + +StartChar: slash +Encoding: 47 47 104 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +51 -103 m 1 + 16 -83 l 1 + 448 799 l 1 + 483 779 l 1 + 51 -103 l 1 +EndSplineSet +EndChar + +StartChar: underscore +Encoding: 95 95 105 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +498 0 m 1 + 498 -55 l 1 + 0 -55 l 1 + 0 0 l 1 + 498 0 l 1 +EndSplineSet +EndChar + +StartChar: parenleft +Encoding: 40 40 106 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +373 -130 m 1 + 373 -170 l 1 + 203 -170 65 42 65 293 c 0 + 65 544 203 756 373 756 c 1 + 373 716 l 1 + 227 716 105 530 105 293 c 0 + 105 56 227 -130 373 -130 c 1 +EndSplineSet +EndChar + +StartChar: parenright +Encoding: 41 41 107 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +104 -170 m 1 + 104 -130 l 1 + 250 -130 372 56 372 293 c 0 + 372 530 250 716 104 716 c 1 + 104 756 l 1 + 274 756 412 544 412 293 c 0 + 412 42 274 -170 104 -170 c 1 +EndSplineSet +EndChar + +StartChar: emdash +Encoding: 8212 8212 108 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +475 319 m 1 + 475 264 l 1 + 25 264 l 1 + 25 319 l 1 + 475 319 l 1 +EndSplineSet +EndChar + +StartChar: endash +Encoding: 8211 8211 109 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +405 319 m 1 + 405 264 l 1 + 95 264 l 1 + 95 319 l 1 + 405 319 l 1 +EndSplineSet +EndChar + +StartChar: hyphen +Encoding: 45 45 110 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +408 334 m 1 + 408 254 l 1 + 92 254 l 1 + 92 334 l 1 + 408 334 l 1 +EndSplineSet +EndChar + +StartChar: guillemotleft +Encoding: 171 171 111 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: guillemotright +Encoding: 187 187 112 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: guilsinglleft +Encoding: 8249 8249 113 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: guilsinglright +Encoding: 8250 8250 114 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: quotedblbase +Encoding: 8222 8222 115 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +59 137 m 1 + 203 137 l 1 + 203 50 l 2 + 203 -43 184 -127 55 -127 c 1 + 55 -87 l 1 + 122 -87 149 -46 153 0 c 1 + 59 0 l 1 + 59 137 l 1 +429 137 m 1 + 429 50 l 2 + 429 -43 410 -127 281 -127 c 1 + 281 -87 l 1 + 348 -87 375 -46 379 0 c 1 + 285 0 l 1 + 285 137 l 1 + 429 137 l 1 +EndSplineSet +EndChar + +StartChar: quotedblleft +Encoding: 8220 8220 116 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +55 532 m 1 + 55 619 l 2 + 55 712 74 796 203 796 c 1 + 203 756 l 1 + 136 756 109 715 105 669 c 1 + 199 669 l 1 + 199 532 l 1 + 55 532 l 1 +429 796 m 1 + 429 756 l 1 + 362 756 335 715 331 669 c 1 + 425 669 l 1 + 425 532 l 1 + 281 532 l 1 + 281 619 l 2 + 281 712 300 796 429 796 c 1 +EndSplineSet +EndChar + +StartChar: quotedblright +Encoding: 8221 8221 117 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +59 790 m 1 + 203 790 l 1 + 203 703 l 2 + 203 610 184 526 55 526 c 1 + 55 566 l 1 + 122 566 149 607 153 653 c 1 + 59 653 l 1 + 59 790 l 1 +429 790 m 1 + 429 703 l 2 + 429 610 410 526 281 526 c 1 + 281 566 l 1 + 348 566 375 607 379 653 c 1 + 285 653 l 1 + 285 790 l 1 + 429 790 l 1 +EndSplineSet +EndChar + +StartChar: quoteleft +Encoding: 8216 8216 118 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +304 794 m 1 + 304 754 l 1 + 237 754 210 713 206 667 c 1 + 300 667 l 1 + 300 530 l 1 + 156 530 l 1 + 156 617 l 2 + 156 710 175 794 304 794 c 1 +EndSplineSet +EndChar + +StartChar: quoteright +Encoding: 8217 8217 119 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +304 790 m 1 + 304 703 l 2 + 304 610 285 526 156 526 c 1 + 156 566 l 1 + 223 566 250 607 254 653 c 1 + 160 653 l 1 + 160 790 l 1 + 304 790 l 1 +EndSplineSet +EndChar + +StartChar: quotesinglbase +Encoding: 8218 8218 120 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 50 l 2 + 322 -43 303 -127 174 -127 c 1 + 174 -87 l 1 + 241 -87 268 -46 272 0 c 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +EndChar + +StartChar: space +Encoding: 32 32 121 +Width: 500 +Flags: MW +LayerCount: 2 +EndChar + +StartChar: uni00A0 +Encoding: 160 160 122 +Width: 500 +Flags: MW +LayerCount: 2 +EndChar + +StartChar: CR +Encoding: 13 13 123 +Width: 0 +Flags: MW +LayerCount: 2 +EndChar + +StartChar: cent +Encoding: 162 162 124 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: currency +Encoding: 164 164 125 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: dollar +Encoding: 36 36 126 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +448 210 m 1 + 448 87 l 1 + 361 0 l 1 + 277 0 l 1 + 277 -107 l 1 + 239 -107 l 1 + 239 0 l 1 + 158 0 l 1 + 71 87 l 1 + 71 147 l 1 + 172 147 l 1 + 172 66 l 1 + 193 48 l 1 + 239 48 l 1 + 239 312 l 1 + 77 509 l 1 + 77 613 l 1 + 164 700 l 1 + 239 700 l 1 + 239 807 l 1 + 277 807 l 1 + 277 700 l 1 + 355 700 l 1 + 442 613 l 1 + 442 552 l 1 + 341 552 l 1 + 341 634 l 1 + 320 652 l 1 + 277 652 l 1 + 277 424 l 1 + 432 228 l 1 + 448 210 l 1 +239 473 m 1 + 239 652 l 1 + 199 652 l 1 + 178 634 l 1 + 178 550 l 1 + 239 473 l 1 +347 180 m 1 + 277 265 l 1 + 277 48 l 1 + 326 48 l 1 + 347 66 l 1 + 347 180 l 1 +EndSplineSet +EndChar + +StartChar: Euro +Encoding: 8364 8364 127 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: sterling +Encoding: 163 163 128 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: yen +Encoding: 165 165 129 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: greater +Encoding: 62 62 130 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +364 321 m 1 + 78 487 l 1 + 78 547 l 1 + 465 315 l 1 + 465 310 l 1 + 78 79 l 1 + 78 137 l 1 + 364 302 l 1 + 364 321 l 1 +EndSplineSet +EndChar + +StartChar: less +Encoding: 60 60 131 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +439 137 m 1 + 439 79 l 1 + 52 310 l 1 + 52 315 l 1 + 439 547 l 1 + 439 487 l 1 + 153 321 l 1 + 153 302 l 1 + 439 137 l 1 +EndSplineSet +EndChar + +StartChar: minus +Encoding: 8722 8722 132 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +450 361 m 1 + 450 306 l 1 + 50 306 l 1 + 50 361 l 1 + 450 361 l 1 +EndSplineSet +EndChar + +StartChar: percent +Encoding: 37 37 133 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +183 790 m 1 + 241 731 l 1 + 241 461 l 1 + 183 402 l 1 + 78 402 l 1 + 20 461 l 1 + 20 731 l 1 + 78 790 l 1 + 183 790 l 1 +303 428 m 1 + 262 428 l 1 + 410 790 l 1 + 485 790 l 1 + 303 428 l 1 +88 745 m 1 + 88 556 l 1 + 172 664 l 1 + 172 745 l 1 + 159 757 l 1 + 102 757 l 1 + 88 745 l 1 +172 447 m 1 + 172 638 l 1 + 88 529 l 1 + 88 447 l 1 + 102 435 l 1 + 159 435 l 1 + 172 447 l 1 +422 388 m 1 + 480 329 l 1 + 480 59 l 1 + 422 0 l 1 + 317 0 l 1 + 259 59 l 1 + 259 329 l 1 + 317 388 l 1 + 422 388 l 1 +197 362 m 1 + 238 362 l 1 + 76 0 l 1 + 1 0 l 1 + 197 362 l 1 +327 343 m 1 + 327 154 l 1 + 411 262 l 1 + 411 343 l 1 + 398 355 l 1 + 341 355 l 1 + 327 343 l 1 +411 45 m 1 + 411 236 l 1 + 327 127 l 1 + 327 45 l 1 + 341 33 l 1 + 398 33 l 1 + 411 45 l 1 +EndSplineSet +EndChar + +StartChar: perthousand +Encoding: 8240 8240 134 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +EndChar + +StartChar: plus +Encoding: 43 43 135 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +450 306 m 1 + 278 306 l 1 + 278 133 l 1 + 223 133 l 1 + 223 306 l 1 + 50 306 l 1 + 50 361 l 1 + 222 361 l 1 + 222 533 l 1 + 277 533 l 1 + 277 361 l 1 + 450 361 l 1 + 450 306 l 1 +EndSplineSet +EndChar + +StartChar: asciicircum +Encoding: 94 94 136 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +241 683 m 1 + 90 423 l 1 + 37 423 l 1 + 247 774 l 1 + 252 774 l 1 + 462 423 l 1 + 409 423 l 1 + 259 683 l 1 + 241 683 l 1 +EndSplineSet +EndChar + +StartChar: acute +Encoding: 180 180 137 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +262 705 m 5 + 288 705 l 5 + 346 651 l 5 + 222 526 l 5 + 201 526 l 5 + 177 549 l 5 + 262 705 l 5 +EndSplineSet +EndChar + +StartChar: breve +Encoding: 728 728 138 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +345 699 m 1 + 300 660 l 1 + 168 660 l 1 + 123 699 l 1 + 123 725 l 1 + 175 725 l 1 + 175 689 l 1 + 186 679 l 1 + 282 679 l 1 + 293 689 l 1 + 293 726 l 1 + 345 726 l 1 + 345 699 l 1 +EndSplineSet +EndChar + +StartChar: caron +Encoding: 711 711 139 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +277 559 m 1 + 270 552 l 1 + 260 539 l 1 + 259 541 l 1 + 257 539 l 1 + 247 552 l 1 + 240 559 l 1 + 241 560 l 1 + 130 703 l 1 + 150 719 l 1 + 259 582 l 1 + 367 719 l 1 + 387 703 l 1 + 276 560 l 1 + 277 559 l 1 +EndSplineSet +EndChar + +StartChar: cedilla +Encoding: 184 184 140 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +336 -147 m 1 + 291 -191 l 1 + 214 -191 l 1 + 182 -147 l 1 + 182 -128 l 1 + 221 -128 l 1 + 221 -157 l 1 + 232 -167 l 1 + 273 -167 l 1 + 284 -157 l 1 + 284 -72 l 1 + 273 -62 l 1 + 204 -62 l 1 + 204 -37 l 1 + 291 -38 l 1 + 336 -82 l 1 + 336 -147 l 1 +EndSplineSet +EndChar + +StartChar: circumflex +Encoding: 710 710 141 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +367 539 m 1 + 259 676 l 1 + 150 539 l 1 + 130 555 l 1 + 241 698 l 1 + 240 699 l 1 + 247 706 l 1 + 257 719 l 1 + 259 717 l 1 + 260 719 l 1 + 270 706 l 1 + 277 699 l 1 + 276 698 l 1 + 387 555 l 1 + 367 539 l 1 +EndSplineSet +EndChar + +StartChar: grave +Encoding: 96 96 142 +Width: 500 +Flags: HMW +LayerCount: 2 +Fore +SplineSet +280 705 m 1 + 254 705 l 1 + 196 651 l 1 + 320 526 l 1 + 341 526 l 1 + 365 549 l 1 + 280 705 l 1 +EndSplineSet +EndChar + +StartChar: acute.case +Encoding: 65537 -1 143 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +371 985 m 1 + 397 946 l 1 + 215 829 l 1 + 190 866 l 1 + 371 985 l 1 +EndSplineSet +EndChar + +StartChar: breve.case +Encoding: 65538 -1 144 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +345 699 m 1 + 300 660 l 1 + 168 660 l 1 + 123 699 l 1 + 123 725 l 1 + 175 725 l 1 + 175 689 l 1 + 186 679 l 1 + 282 679 l 1 + 293 689 l 1 + 293 726 l 1 + 345 726 l 1 + 345 699 l 1 +EndSplineSet +EndChar + +StartChar: cedilla.case +Encoding: 65539 -1 145 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +347 -147 m 1 + 297 -191 l 1 + 205 -191 l 1 + 168 -147 l 1 + 168 -128 l 1 + 212 -128 l 1 + 212 -157 l 1 + 223 -167 l 1 + 279 -167 l 1 + 290 -157 l 1 + 290 -72 l 1 + 279 -62 l 1 + 195 -62 l 1 + 195 -37 l 1 + 297 -38 l 1 + 347 -82 l 1 + 347 -147 l 1 +EndSplineSet +EndChar + +StartChar: grave.case +Encoding: 65540 -1 146 +Width: 500 +Flags: MW +LayerCount: 2 +Fore +SplineSet +262 829 m 1 + 80 946 l 1 + 106 985 l 1 + 287 866 l 1 + 262 829 l 1 +EndSplineSet +EndChar + +StartChar: Acircumflex +Encoding: 194 194 147 +Width: 500 +VWidth: 0 +LayerCount: 2 +Fore +Refer: 141 710 N 1 0 0 1 -12 311 2 +Refer: 1 65 N 1 0 0 1 0 0 3 +EndChar + +StartChar: jcircumflex +Encoding: 309 309 148 +Width: 500 +VWidth: 0 +Flags: W +LayerCount: 2 +EndChar + +StartChar: ampersand +Encoding: 38 38 149 +Width: 500 +VWidth: 0 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +405.5 16.499 m 1 + 394.917 0 l 1 + 132 0 l 1 + 59 84 l 1 + 59 396 l 1 + 118.92 461.409 l 1 + 60.5 526.5 l 1 + 60.5 713 l 1 + 133.5 790 l 1 + 344.25 790 l 1 + 344.25 740 l 1 + 157.5 740 l 1 + 108.5 692 l 1 + 108.5 541.5 l 1 + 157.82 483 l 1 + 329 483 l 1 + 329 433 l 1 + 157 433 l 1 + 107 379 l 1 + 107 108 l 1 + 157 50 l 1 + 360 50 l 1 + 360 286.5 l 1 + 280 286.5 l 1 + 280 329 l 1 + 471.5 329 l 1 + 471.5 286.5 l 1 + 405.5 286.5 l 1 + 405.5 16.499 l 1 +EndSplineSet +EndChar +EndChars +EndSplineFont diff --git a/bla.txt b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/feature.fea similarity index 100% rename from bla.txt rename to static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/feature.fea diff --git a/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/fontinfo.plist b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/fontinfo.plist new file mode 100644 index 0000000..eb71ff2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/fontinfo.plist @@ -0,0 +1,212 @@ + + + + + familyName + Steps Mono + styleName + Mono-Thin + copyright + copyright missing + unitsPerEm + 1000 + xHeight + 593 + capHeight + 790 + ascender + 800 + descender + -200 + italicAngle + 0 + note + + openTypeHeadCreated + 2014/03/11 16:40:54 + openTypeNameLicense + Copyright (c) 2014, Raphaël (<URL|email>), +with Reserved Font Name Monotapes Mono. + +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 Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +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. + openTypeNameLicenseURL + http://scripts.sil.org/OFL + openTypeNameVersion + Version 1.000;PS 001.000;hotconv 1.0.70;makeotf.lib2.5.58329 + openTypeNamePreferedFamilyName + Steps-Mono + openTypeNamePreferedSubfamilyName + Thin + openTypeOS2Panose + + 0 + 0 + 5 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + + openTypeOS2WidthClass + 3 + openTypeOS2WeightClass + 400 + openTypeOS2VendorID + UKWN + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Type + + 3 + + openTypeOS2TypoAscender + 800 + openTypeOS2TypoDescender + -200 + openTypeOS2TypoLineGap + 200 + openTypeOS2WinAscent + 1000 + openTypeOS2WinDescent + 200 + openTypeOS2SubscriptXSize + 650 + openTypeOS2SubscriptYSize + 600 + openTypeOS2SubscriptXOffset + 0 + openTypeOS2SubscriptYOffset + 75 + openTypeOS2SuperscriptXSize + 650 + openTypeOS2SuperscriptYSize + 600 + openTypeOS2SuperscriptXOffset + 0 + openTypeOS2SuperscriptYOffset + 350 + openTypeOS2StrikeoutSize + 50 + openTypeOS2StrikeoutPosition + 355 + openTypeOS2UnicodeRanges + + 0 + + openTypeOS2CodePageRanges + + 0 + 29 + + postscriptFontName + Steps-Mono-Thin + postscriptFullName + Steps Mono + postscriptWeightName + Thin + postscriptUnderlineThickness + 50 + postscriptUnderlinePosition + -50 + postscriptBlueFuzz + 0 + postscriptBlueScale + 0.037 + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/groups.plist b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/groups.plist new file mode 100644 index 0000000..3b8e01b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/groups.plist @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/kerning.plist b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/kerning.plist new file mode 100644 index 0000000..3b8e01b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/kerning.plist @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/metainfo.plist b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/metainfo.plist new file mode 100644 index 0000000..9057fb6 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono-Thin.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + net.SourceForge.FontForge + formatVersion + 2 + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.sfd b/static/css/steps-mono-master/sources/Steps-Mono.sfd new file mode 100644 index 0000000..ccc7700 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.sfd @@ -0,0 +1,6772 @@ +SplineFontDB: 3.0 +FontName: Steps-Mono-Mono +FullName: Steps-Mono Mono +FamilyName: Steps-Mono +Weight: Normal +Copyright: copyright missing +Version: 1.0 +ItalicAngle: 0 +UnderlinePosition: 0 +UnderlineWidth: 0 +Ascent: 800 +Descent: 200 +sfntRevision: 0x00010000 +LayerCount: 2 +Layer: 0 0 "Arri+AOgA-re" 1 +Layer: 1 0 "Avant" 0 +XUID: [1021 972 28623 30858] +FSType: 4 +OS2Version: 3 +OS2_WeightWidthSlopeOnly: 0 +OS2_UseTypoMetrics: 1 +CreationTime: 1397749151 +ModificationTime: 1398968420 +PfmFamily: 81 +TTFWeight: 400 +TTFWidth: 5 +LineGap: 200 +VLineGap: 0 +Panose: 0 0 0 0 0 0 0 0 0 0 +OS2TypoAscent: 801 +OS2TypoAOffset: 0 +OS2TypoDescent: -199 +OS2TypoDOffset: 0 +OS2TypoLinegap: 200 +OS2WinAscent: 1029 +OS2WinAOffset: 0 +OS2WinDescent: 200 +OS2WinDOffset: 0 +HheadAscent: 801 +HheadAOffset: 0 +HheadDescent: -199 +HheadDOffset: 0 +OS2SubXSize: 650 +OS2SubYSize: 600 +OS2SubXOff: 0 +OS2SubYOff: 75 +OS2SupXSize: 650 +OS2SupYSize: 600 +OS2SupXOff: 0 +OS2SupYOff: 350 +OS2StrikeYSize: 0 +OS2StrikeYPos: 295 +OS2Vendor: 'NONE' +OS2CodePages: 20000003.00000000 +OS2UnicodeRanges: 00000003.00000000.00000000.00000000 +MarkAttachClasses: 1 +DEI: 91125 +LangName: 1033 "" "" "Regular" "1.000;NONE;Steps-Mono-Mono" "" "Version 1.000;PS 1.0;hotconv 1.0.70;makeotf.lib2.5.58329 DEVELOPMENT" "" "" "" "" "" "" "" "" "" "" "Steps-Mono" "Regular" +Encoding: UnicodeBmp +UnicodeInterp: none +NameList: Adobe Glyph List +DisplaySize: -24 +AntiAlias: 1 +FitToEm: 1 +WinInfo: 198 33 8 +BeginPrivate: 2 +BlueScale 8 0.039625 +ExpansionFactor 4 0.06 +EndPrivate +Grid +143.615 1500 m 1 + 143.615 839 143.515 166.502 143.615 -500 c 1 +428.5 1500 m 0 + 428.5 -500 l 0 +EndSplineSet +BeginChars: 65554 222 + +StartChar: .notdef +Encoding: 65536 -1 0 +Width: 500 +Flags: HMW +HStem: 2 60<312 441 176 312> 120 59<369 441 369 441 312 441> 178 61<8 112 49 112 49 112 49 112> 179 121<369 480 441 480 441 480 441 480> 296 83<175 290 191 290 191 307> 380 121<441 480> 441 60<49 112 8 49> 457 162<191 290 191 191> 501 60<8 49 8 49 8 112 369 441 369 369> 619 61<176 441 312 441 312 441 312 441> +VStem: 8 41<120 178 120 178 501 561> 112 63<120 296 178 296 239 296 239 441> 176 136<62 120 2 120 561 619> 307 62<239 296 296 296> 312 129<2 62 2 120 2 62 2 62 619 680> 441 39<120 300 179 300 179 300 380 501> +LayerCount: 2 +Fore +SplineSet +175 296 m 1xa834 + 175 239 l 1 + 307 239 l 1 + 307 296 l 1 + 175 296 l 1xa834 +191 379 m 1 + 290 379 l 1 + 290 457 l 1 + 191 457 l 1x8930 + 191 379 l 1 +441 680 m 1x80f2 + 441 619 l 1x80f2 + 312 619 l 1 + 312 561 l 1 + 441 561 l 1x80f9 + 441 501 l 1 + 480 501 l 1 + 480 380 l 1 + 441 380 l 1 + 441 501 l 1x8439 + 369 501 l 1 + 369 179 l 1 + 441 179 l 1xc0b5 + 441 300 l 1 + 480 300 l 1 + 480 179 l 1x9035 + 441 179 l 1xc035 + 441 120 l 1xc032 + 312 120 l 1 + 312 62 l 1xc038 + 441 62 l 1 + 441 2 l 1xc032 + 312 2 l 1 + 312 62 l 1 + 176 62 l 1 + 176 120 l 1 + 112 120 l 1xc038 + 112 178 l 1 + 49 178 l 1xa038 + 49 120 l 1 + 8 120 l 1xc038 + 8 178 l 1 + 49 178 l 1 + 49 239 l 1 + 112 239 l 1 + 112 441 l 1 + 49 441 l 1 + 49 501 l 1 + 8 501 l 1xa238 + 8 561 l 1 + 49 561 l 1x80b8 + 49 501 l 1 + 112 501 l 1x8238 + 112 561 l 1 + 176 561 l 1 + 176 619 l 1 + 312 619 l 1x80f8 + 312 680 l 1 + 441 680 l 1x80f2 +EndSplineSet +Validated: 5 +EndChar + +StartChar: scaron +Encoding: 353 353 1 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 676 61<243 275 264 275 264 296> 841 7 +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +243 676 m 1 + 169 841 l 1 + 176 848 l 1 + 208 848 l 1 + 264 737 l 1 + 275 737 l 1 + 331 848 l 1 + 363 848 l 1 + 370 841 l 1 + 296 676 l 1 + 243 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: yacute +Encoding: 253 253 2 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 679 7 833 15 +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xbc + 343 0 l 1x7c + 302 -199 l 1 + 205 -199 l 1xbc + 251 0 l 1 + 176 0 l 1x7c + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xbc + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x7c + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xbc +244 686 m 1 + 305 848 l 1 + 363 848 l 1 + 381 833 l 1 + 288 679 l 1 + 251 679 l 1 + 244 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Thorn +Encoding: 222 222 3 +Width: 500 +Flags: HMW +HStem: 163 57<149 337 149 372 149 337> 582 60<149 337 149 372> +VStem: 41 108<0 163 0 220 220 582 642 790> 357 108<250 555 250 564 250 564> +LayerCount: 2 +Fore +SplineSet +357 564 m 1 + 337 582 l 1 + 149 582 l 1 + 149 220 l 1 + 337 220 l 1 + 357 238 l 1 + 357 564 l 1 +465 555 m 1 + 465 250 l 1 + 372 163 l 1 + 149 163 l 1 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 149 790 l 1 + 149 642 l 1 + 372 642 l 1 + 465 555 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: thorn +Encoding: 254 254 4 +Width: 500 +Flags: HMW +HStem: 0 48<174 305 195 305 195 338> 546 48<176 305 176 338> +VStem: 76 100<64 546 594 840> 326 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +195 48 m 1 + 305 48 l 1 + 326 66 l 1 + 326 528 l 1 + 305 546 l 1 + 176 546 l 1 + 176 64 l 1 + 195 48 l 1 +174 0 m 1 + 174 -199 l 1 + 76 -199 l 1 + 76 840 l 1 + 176 840 l 1 + 176 594 l 1 + 338 594 l 1 + 426 506 l 1 + 426 88 l 1 + 338 0 l 1 + 174 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: CR +Encoding: 13 13 5 +Width: 0 +Flags: W +LayerCount: 2 +EndChar + +StartChar: zcaron +Encoding: 382 382 6 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 676 61<225 257 246 257 246 278> 841 7 +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf8 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf8 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xf4 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf8 +225 676 m 1 + 151 841 l 1 + 158 848 l 1 + 190 848 l 1 + 246 737 l 1 + 257 737 l 1 + 313 848 l 1 + 345 848 l 1 + 352 841 l 1 + 278 676 l 1 + 225 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: minus +Encoding: 8722 8722 7 +Width: 500 +Flags: HMW +HStem: 306 55<50 450 50 450> +VStem: 50 400<306 361 306 361> +LayerCount: 2 +Fore +SplineSet +450 361 m 1 + 450 306 l 1 + 50 306 l 1 + 50 361 l 1 + 450 361 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: space +Encoding: 32 32 8 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: exclam +Encoding: 33 33 9 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> 200 590<212 288 212 212> +VStem: 178 144<0 137 0 137 687 790> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +322 790 m 1 + 322 687 l 1 + 288 200 l 1 + 212 200 l 1 + 178 687 l 1 + 178 790 l 1 + 322 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedbl +Encoding: 34 34 10 +Width: 500 +Flags: HMW +HStem: 513 277<122 197 122 122 300 375 300 300> +VStem: 112 95<711 790 710 790> 290 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +207 790 m 1 + 207 710 l 1 + 197 513 l 1 + 122 513 l 1 + 112 711 l 1 + 112 790 l 1 + 207 790 l 1 +385 790 m 1 + 385 710 l 1 + 375 513 l 1 + 300 513 l 1 + 290 711 l 1 + 290 790 l 1 + 385 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: numbersign +Encoding: 35 35 11 +Width: 500 +Flags: HMW +HStem: 180 94<69 132 69 147 198 278 69 183 344 422> 414 94<91 169 91 183 91 220 234 315 380 444> +VStem: 69 353<180 274 180 274> 91 353<414 508 414 508> +LayerCount: 2 +Fore +SplineSet +344 274 m 1xd0 + 422 274 l 1 + 422 180 l 1 + 329 180 l 1 + 301 0 l 1 + 250 0 l 1 + 278 180 l 1 + 183 180 l 1 + 155 0 l 1 + 104 0 l 1 + 132 180 l 1 + 69 180 l 1 + 69 274 l 1xe0 + 147 274 l 1 + 169 414 l 1 + 91 414 l 1 + 91 508 l 1 + 183 508 l 1 + 217 724 l 1 + 268 724 l 1 + 234 508 l 1 + 329 508 l 1 + 363 724 l 1 + 414 724 l 1 + 380 508 l 1 + 444 508 l 1 + 444 414 l 1 + 366 414 l 1 + 344 274 l 1xd0 +220 414 m 1 + 198 274 l 1 + 293 274 l 1 + 315 414 l 1 + 220 414 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dollar +Encoding: 36 36 12 +Width: 500 +Flags: HMW +HStem: 0 48<193 239 193 239 158 239 277 326 193 277> 87 60<71 172> 552 61<442 442> 652 48<199 239 199 199 164 277 277 320> +VStem: 71 101<87 147 66 147> 77 101<550 613 613 613> 239 38<-107 0 -107 0 48 265 473 652 700 807> 341 101<552 613 552 634 552 634> 347 101<87 180 180 180> +LayerCount: 2 +Fore +SplineSet +448 210 m 1xf280 + 448 87 l 1 + 361 0 l 1 + 277 0 l 1 + 277 -107 l 1 + 239 -107 l 1 + 239 0 l 1 + 158 0 l 1 + 71 87 l 1 + 71 147 l 1 + 172 147 l 1 + 172 66 l 1xfa80 + 193 48 l 1 + 239 48 l 1 + 239 312 l 1 + 77 509 l 1 + 77 613 l 1 + 164 700 l 1 + 239 700 l 1 + 239 807 l 1 + 277 807 l 1 + 277 700 l 1 + 355 700 l 1 + 442 613 l 1 + 442 552 l 1 + 341 552 l 1 + 341 634 l 1xf7 + 320 652 l 1 + 277 652 l 1 + 277 424 l 1 + 432 228 l 1 + 448 210 l 1xf280 +347 180 m 1 + 277 265 l 1 + 277 48 l 1 + 326 48 l 1 + 347 66 l 1 + 347 180 l 1 +239 473 m 1 + 239 652 l 1 + 199 652 l 1 + 178 634 l 1 + 178 550 l 1xf6 + 239 473 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: percent +Encoding: 37 37 13 +Width: 500 +Flags: HMW +HStem: 0 25<337 388 337 408 318 388> 322 24<337 388 337 337> 334 25<90 143 90 161 71 143> 656 24<90 143 90 90> +VStem: 27 53<378 437 368 474 474 636 636 636> 154 51<378 540 540 540 577 636 378 646 378 646> 274 53<44 103 34 140 140 302 302 302> 399 53<44 206 206 206 243 302 44 312 44 312> +LayerCount: 2 +Fore +SplineSet +399 34 m 1x9f + 399 206 l 1 + 327 103 l 1 + 327 34 l 1 + 337 25 l 1 + 388 25 l 1 + 399 34 l 1x9f +37 0 m 1 + 188 301 l 1 + 229 301 l 1 + 112 0 l 1 + 37 0 l 1 +327 140 m 1 + 399 243 l 1 + 399 312 l 1 + 388 322 l 1 + 337 322 l 1xdf + 327 312 l 1 + 327 140 l 1 +452 302 m 1 + 452 44 l 1 + 408 0 l 1 + 318 0 l 1 + 274 44 l 1 + 274 302 l 1 + 318 346 l 1 + 408 346 l 1 + 452 302 l 1 +154 368 m 1 + 154 540 l 1 + 80 437 l 1 + 80 368 l 1 + 90 359 l 1 + 143 359 l 1xbf + 154 368 l 1 +80 474 m 1 + 154 577 l 1 + 154 646 l 1 + 143 656 l 1 + 90 656 l 1 + 80 646 l 1 + 80 474 l 1 +443 680 m 1 + 292 379 l 1 + 251 379 l 1 + 368 680 l 1 + 443 680 l 1 +205 636 m 1 + 205 378 l 1 + 161 334 l 1 + 71 334 l 1 + 27 378 l 1 + 27 636 l 1 + 71 680 l 1 + 161 680 l 1 + 205 636 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotesingle +Encoding: 39 39 14 +Width: 500 +Flags: HMW +HStem: 513 277<245 320 245 245> +VStem: 235 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +330 790 m 1 + 330 710 l 1 + 320 513 l 1 + 245 513 l 1 + 235 711 l 1 + 235 790 l 1 + 330 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: parenleft +Encoding: 40 40 15 +Width: 500 +Flags: HMW +HStem: -170 40<300 373 300 373> 716 40<300 373> +VStem: 65 40<174.5 411.5 174.5 418.5> +LayerCount: 2 +Fore +SplineSet +373 -130 m 1 + 373 -170 l 1 + 203 -170 65 42 65 293 c 0 + 65 544 203 756 373 756 c 1 + 373 716 l 1 + 227 716 105 530 105 293 c 0 + 105 56 227 -130 373 -130 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: parenright +Encoding: 41 41 16 +Width: 500 +Flags: HMW +HStem: -170 40<104 177 104 189> 716 40<104 177> +VStem: 372 40<174.5 411.5> +LayerCount: 2 +Fore +SplineSet +104 -170 m 1 + 104 -130 l 1 + 250 -130 372 56 372 293 c 0 + 372 530 250 716 104 716 c 1 + 104 756 l 1 + 274 756 412 544 412 293 c 0 + 412 42 274 -170 104 -170 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: asterisk +Encoding: 42 42 17 +Width: 500 +Flags: HMW +HStem: 513 277<204 279 204 204> +VStem: 194 95<711 790 710 790> +LayerCount: 2 +Fore +SplineSet +289 790 m 1 + 289 710 l 1 + 279 513 l 1 + 204 513 l 1 + 194 711 l 1 + 194 790 l 1 + 289 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: plus +Encoding: 43 43 18 +Width: 500 +Flags: HMW +HStem: 306 55<50 222 50 223 50 222 278 450 278 278> +VStem: 223 55<133 306 133 306> +LayerCount: 2 +Fore +SplineSet +450 306 m 1 + 278 306 l 1 + 278 133 l 1 + 223 133 l 1 + 223 306 l 1 + 50 306 l 1 + 50 361 l 1 + 222 361 l 1 + 222 533 l 1 + 277 533 l 1 + 277 361 l 1 + 450 361 l 1 + 450 306 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: comma +Encoding: 44 44 19 +Width: 500 +Flags: HMW +HStem: -146 40<188 217 188 236> 0 137<193 278 193 307> +VStem: 178 144<15 122 15 122> +LayerCount: 2 +Fore +SplineSet +322 122 m 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 + 322 122 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hyphen +Encoding: 45 45 20 +Width: 500 +Flags: HMW +HStem: 254 80<92 408 92 408> +VStem: 92 316<254 334 254 334> +LayerCount: 2 +Fore +SplineSet +408 334 m 1 + 408 254 l 1 + 92 254 l 1 + 92 334 l 1 + 408 334 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: period +Encoding: 46 46 21 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> +VStem: 178 144<0 137 0 137> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: slash +Encoding: 47 47 22 +Width: 500 +Flags: HMW +HStem: -103 902<51 448> +VStem: 16 467 +LayerCount: 2 +Fore +SplineSet +51 -103 m 1 + 16 -83 l 1 + 448 799 l 1 + 483 779 l 1 + 51 -103 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zero +Encoding: 48 48 23 +Width: 501 +Flags: HMW +HStem: 0 48<197 305 197 340 162 305> 631 48<197 305 197 197> +VStem: 76 101<87 202 66 266 266 592 592 592> 325 101<87 413 413 413 477 592 87 613 87 613> +LayerCount: 2 +Fore +SplineSet +325 66 m 1 + 325 413 l 1 + 177 202 l 1 + 177 66 l 1 + 197 48 l 1 + 305 48 l 1 + 325 66 l 1 +177 266 m 1 + 325 477 l 1 + 325 613 l 1 + 305 631 l 1 + 197 631 l 1 + 177 613 l 1 + 177 266 l 1 +426 592 m 1 + 426 87 l 1 + 340 0 l 1 + 162 0 l 1 + 76 87 l 1 + 76 592 l 1 + 162 679 l 1 + 340 679 l 1 + 426 592 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: one +Encoding: 49 49 24 +Width: 500 +Flags: HMW +HStem: 0 52<54 188 325 459 54 188> +VStem: 204 105<70 593 593 593> +LayerCount: 2 +Fore +SplineSet +459 52 m 1 + 459 0 l 1 + 54 0 l 1 + 54 52 l 1 + 188 52 l 1 + 204 70 l 1 + 204 593 l 1 + 40 541 l 1 + 40 593 l 1 + 309 689 l 1 + 309 70 l 1 + 325 52 l 1 + 459 52 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: two +Encoding: 50 50 25 +Width: 500 +Flags: HMW +HStem: 0 85<148 448 67 67> 631 48<193 317 193 193> +VStem: 67 381<0 85 0 85> 72 101<518 592 592 592> 337 101<486 592 486 613 486 613> +LayerCount: 2 +Fore +SplineSet +448 85 m 1xe0 + 448 0 l 1 + 67 0 l 1 + 67 85 l 1xe0 + 337 470 l 1 + 337 613 l 1 + 317 631 l 1 + 193 631 l 1 + 173 613 l 1 + 173 518 l 1 + 72 518 l 1 + 72 592 l 1 + 158 679 l 1 + 352 679 l 1 + 438 592 l 1 + 438 486 l 1xd8 + 148 85 l 1 + 448 85 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: three +Encoding: 51 51 26 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 330 48<149 304 149 304> 631 48<196 304 196 196> +VStem: 75 101<87 153 66 153 536 592 592 592> 324 101<87 291 87 312 87 312 417 592> +LayerCount: 2 +Fore +SplineSet +425 417 m 1 + 363 354 l 1 + 425 291 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 176 153 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 312 l 1 + 304 330 l 1 + 149 330 l 1 + 149 378 l 1 + 304 378 l 1 + 324 396 l 1 + 324 613 l 1 + 304 631 l 1 + 196 631 l 1 + 176 613 l 1 + 176 536 l 1 + 75 536 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 + 425 417 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: four +Encoding: 52 52 27 +Width: 500 +Flags: HMW +HStem: 203 71<87 287 25 25 392 492> +VStem: 287 105<0 203 0 203 274 580 580 580> +LayerCount: 2 +Fore +SplineSet +287 274 m 1 + 287 580 l 1 + 87 274 l 1 + 287 274 l 1 +492 203 m 1 + 392 203 l 1 + 392 0 l 1 + 287 0 l 1 + 287 203 l 1 + 25 203 l 1 + 25 274 l 1 + 287 679 l 1 + 392 679 l 1 + 392 274 l 1 + 492 274 l 1 + 492 203 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: five +Encoding: 53 53 28 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 330 48<161 304> 594 85<146 409 146 146> +VStem: 75 101<87 153 66 153> 98 48<393 594 393 679> 324 101<87 87 87 291> +LayerCount: 2 +Fore +SplineSet +425 87 m 1xec + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 153 l 1 + 176 153 l 1 + 176 66 l 1xf4 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 312 l 1 + 304 330 l 1 + 98 330 l 1 + 98 679 l 1 + 409 679 l 1 + 409 594 l 1 + 146 594 l 1 + 146 393 l 1 + 161 378 l 1 + 339 378 l 1 + 425 291 l 1 + 425 87 l 1xec +EndSplineSet +Validated: 1 +EndChar + +StartChar: six +Encoding: 54 54 29 +Width: 500 +Flags: HMW +HStem: -2 48<192 300 192 335 157 300> 631 48<192 300 192 192> +VStem: 71 101<85 313 355 592 592 592> 320 101<85 302 85 323 85 323 526 592> +LayerCount: 2 +Fore +SplineSet +172 313 m 1 + 172 64 l 1 + 192 46 l 1 + 300 46 l 1 + 320 64 l 1 + 320 323 l 1 + 300 341 l 1 + 172 313 l 1 +320 526 m 1 + 320 613 l 1 + 300 631 l 1 + 192 631 l 1 + 172 613 l 1 + 172 355 l 1 + 335 394 l 1 + 421 302 l 1 + 421 85 l 1 + 335 -2 l 1 + 157 -2 l 1 + 71 85 l 1 + 71 592 l 1 + 157 679 l 1 + 335 679 l 1 + 421 592 l 1 + 421 526 l 1 + 320 526 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: seven +Encoding: 55 55 30 +Width: 500 +Flags: HMW +HStem: 594 85<52 356 52 448 52 448> +VStem: 52 396<594 679 594 679> 77 101<0 53 0 55 0 55> +LayerCount: 2 +Fore +SplineSet +448 679 m 1xc0 + 448 594 l 1xc0 + 178 53 l 1 + 178 0 l 1 + 77 0 l 1 + 77 55 l 1xa0 + 356 594 l 1 + 52 594 l 1 + 52 679 l 1 + 448 679 l 1xc0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: eight +Encoding: 56 56 31 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 325 48<196 304 196 304> 631 48<196 304 196 196> +VStem: 75 101<87 286 286 286 412 592 592 592> 324 101<87 286 87 307 87 307 412 592> +LayerCount: 2 +Fore +SplineSet +324 307 m 1 + 304 325 l 1 + 196 325 l 1 + 176 307 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 307 l 1 +176 391 m 1 + 196 373 l 1 + 304 373 l 1 + 324 391 l 1 + 324 613 l 1 + 304 631 l 1 + 196 631 l 1 + 176 613 l 1 + 176 391 l 1 +425 412 m 1 + 363 349 l 1 + 425 286 l 1 + 425 87 l 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 286 l 1 + 137 349 l 1 + 75 412 l 1 + 75 592 l 1 + 161 679 l 1 + 339 679 l 1 + 425 592 l 1 + 425 412 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nine +Encoding: 57 57 32 +Width: 500 +Flags: HMW +HStem: -2 48<200 308 200 343 165 308> 631 48<200 308 200 200> +VStem: 79 101<85 151 64 151 375 592 592 592> 328 101<85 322 322 322 364 592 85 613 85 613> +LayerCount: 2 +Fore +SplineSet +429 592 m 1 + 429 85 l 1 + 343 -2 l 1 + 165 -2 l 1 + 79 85 l 1 + 79 151 l 1 + 180 151 l 1 + 180 64 l 1 + 200 46 l 1 + 308 46 l 1 + 328 64 l 1 + 328 322 l 1 + 165 283 l 1 + 79 375 l 1 + 79 592 l 1 + 165 679 l 1 + 343 679 l 1 + 429 592 l 1 +328 613 m 1 + 308 631 l 1 + 200 631 l 1 + 180 613 l 1 + 180 354 l 1 + 200 336 l 1 + 328 364 l 1 + 328 613 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: colon +Encoding: 58 58 33 +Width: 500 +Flags: HMW +HStem: 0 137<178 322 178 322> 378 137<178 322 178 322> +VStem: 178 144<0 137 0 137 378 515> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 0 l 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: semicolon +Encoding: 59 59 34 +Width: 500 +Flags: HMW +HStem: -146 40<188 217 188 236> 0 137<193 278 193 307> 378 137<178 322 178 322> +VStem: 178 144<15 122 15 122 378 515> +LayerCount: 2 +Fore +SplineSet +307 137 m 1 + 322 122 l 1 + 322 15 l 1 + 320 13 l 1 + 313 -55 284 -146 188 -146 c 1 + 188 -106 l 1 + 246 -106 270 -52 278 0 c 1 + 193 0 l 1 + 178 15 l 1 + 178 122 l 1 + 193 137 l 1 + 307 137 l 1 +322 515 m 1 + 322 378 l 1 + 178 378 l 1 + 178 515 l 1 + 322 515 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: less +Encoding: 60 60 35 +Width: 500 +Flags: HMW +HStem: 79 468<439 439> +VStem: 52 101<310 315 315 315> 52 387<79 315 79 315> +LayerCount: 2 +Fore +SplineSet +439 137 m 1xa0 + 439 79 l 1xa0 + 52 310 l 1 + 52 315 l 1xc0 + 439 547 l 1 + 439 487 l 1xa0 + 153 321 l 1 + 153 302 l 1xc0 + 439 137 l 1xa0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: greater +Encoding: 62 62 36 +Width: 500 +Flags: HMW +HStem: 79 468<78 78> +VStem: 364 101<310 315 310 321 310 321> +LayerCount: 2 +Fore +SplineSet +364 321 m 1 + 78 487 l 1 + 78 547 l 1 + 465 315 l 1 + 465 310 l 1 + 78 79 l 1 + 78 137 l 1 + 364 302 l 1 + 364 321 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: question +Encoding: 63 63 37 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: A +Encoding: 65 65 38 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: B +Encoding: 66 66 39 +Width: 500 +Flags: HMW +HStem: 0 60<177 330 177 365> 370 57<157 306 157 330 157 306> 730 60<157 306 157 157> +VStem: 49 108<82 370 82 427 427 730> 326 108<457 703 457 712 457 712> 350 108<87 340 87 352 87 352> +LayerCount: 2 +Fore +SplineSet +177 60 m 1xf4 + 330 60 l 1 + 350 78 l 1 + 350 352 l 1 + 330 370 l 1 + 157 370 l 1 + 157 82 l 1 + 177 60 l 1xf4 +157 427 m 1 + 306 427 l 1 + 326 445 l 1 + 326 712 l 1xf8 + 306 730 l 1 + 157 730 l 1 + 157 427 l 1 +458 340 m 1xf4 + 458 87 l 1xf4 + 365 0 l 1 + 49 0 l 1 + 49 790 l 1 + 341 790 l 1 + 434 703 l 1 + 434 457 l 1xf8 + 383 410 l 1 + 458 340 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: C +Encoding: 67 67 40 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: D +Encoding: 68 68 41 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355> 730 60<159 320 159 159> +VStem: 51 108<82 730 82 790 82 790> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +179 60 m 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 + 159 730 l 1 + 159 82 l 1 + 179 60 l 1 +448 87 m 1 + 355 0 l 1 + 51 0 l 1 + 51 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: E +Encoding: 69 69 42 +Width: 500 +Flags: HMW +HStem: 0 60<184 438 184 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<82 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 0 m 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 82 l 1 + 184 60 l 1 + 438 60 l 1 + 438 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: F +Encoding: 70 70 43 +Width: 500 +Flags: HMW +HStem: 376 60<164 403 164 403> 730 60<164 164 164 428> +VStem: 56 108<0 376 436 730> +LayerCount: 2 +Fore +SplineSet +164 730 m 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: G +Encoding: 71 71 44 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 428 144 320> 730 60<179 387 179 179> +VStem: 51 108<87 703 703 703> 320 108<60 291 0 291> +LayerCount: 2 +Fore +SplineSet +428 291 m 5 + 428 0 l 5 + 144 0 l 5 + 51 87 l 5 + 51 703 l 5 + 144 790 l 5 + 387 790 l 5 + 387 730 l 5 + 179 730 l 5 + 159 712 l 5 + 159 78 l 5 + 179 60 l 5 + 320 60 l 5 + 320 291 l 5 + 428 291 l 5 +EndSplineSet +Validated: 1 +EndChar + +StartChar: H +Encoding: 72 72 45 +Width: 500 +Flags: HMW +HStem: 0 790<48 156 48 156 340 448 48 340> 376 60<156 340 156 340> +VStem: 48 108<0 376 0 436 436 790> 340 108<0 376 376 376 436 790 0 790> +LayerCount: 2 +Fore +SplineSet +448 790 m 1xb0 + 448 0 l 1 + 340 0 l 1xb0 + 340 376 l 1 + 156 376 l 1x70 + 156 0 l 1 + 48 0 l 1 + 48 790 l 1 + 156 790 l 1xb0 + 156 436 l 1 + 340 436 l 1x70 + 340 790 l 1 + 448 790 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: I +Encoding: 73 73 46 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: J +Encoding: 74 74 47 +Width: 500 +Flags: HMW +HStem: 0 60<141 296 141 331 106 296> 730 60<115 296 115 424> +VStem: 13 108<87 185 78 185> 316 108<87 87 87 708 708 708> +LayerCount: 2 +Fore +SplineSet +424 87 m 1 + 331 0 l 1 + 106 0 l 1 + 13 87 l 1 + 13 185 l 1 + 121 185 l 1 + 121 78 l 1 + 141 60 l 1 + 296 60 l 1 + 316 78 l 1 + 316 708 l 1 + 296 730 l 1 + 115 730 l 1 + 115 790 l 1 + 424 790 l 1 + 424 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: K +Encoding: 75 75 48 +Width: 500 +Flags: HMW +HStem: 0 790<41 149 41 149 357 357 357 445 41 465> 333 111<149 164 149 172 149 164> +VStem: 41 108<0 333 444 790> 337 108<718 790 689 790> 357 108<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +357 59 m 1xa8 + 172 333 l 1 + 149 333 l 1x68 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 149 790 l 1xa8 + 149 444 l 1 + 164 444 l 1x68 + 337 718 l 1 + 337 790 l 1 + 445 790 l 1 + 445 689 l 1xb0 + 256 400 l 1 + 256 396 l 1 + 465 92 l 1 + 465 0 l 1 + 357 0 l 1 + 357 59 l 1xa8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: L +Encoding: 76 76 49 +Width: 500 +Flags: HMW +HStem: 0 70<180 444 180 444> +VStem: 72 108<70 790 70 790 70 790> +LayerCount: 2 +Fore +SplineSet +444 70 m 1 + 444 0 l 1 + 72 0 l 1 + 72 790 l 1 + 180 790 l 1 + 180 70 l 1 + 444 70 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: M +Encoding: 77 77 50 +Width: 500 +Flags: HMW +HStem: 0 790<13 106 13 121 13 106 392 485 13 485 13 377> 287 153<242 256 242 278 220 256> +VStem: 13 108<0 433 0 790> 377 108<0 433 433 433> +LayerCount: 2 +Fore +SplineSet +485 0 m 1xb0 + 377 0 l 1xb0 + 377 433 l 1 + 382 520 l 1 + 371 520 l 1 + 278 287 l 1 + 220 287 l 1x70 + 127 521 l 1 + 116 521 l 1 + 121 433 l 1 + 121 0 l 1 + 13 0 l 1 + 13 790 l 1 + 106 790 l 1xb0 + 242 440 l 1 + 256 440 l 1x70 + 392 790 l 1 + 485 790 l 1 + 485 0 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: N +Encoding: 78 78 51 +Width: 500 +Flags: HMW +HStem: 0 790<43 151 43 151 352 460 43 352> +VStem: 43 108<0 467 0 790> 352 108<0 0 308 790> +LayerCount: 2 +Fore +SplineSet +460 0 m 1 + 352 0 l 1 + 180 478 l 1 + 152 562 l 1 + 147 562 l 1 + 151 467 l 1 + 151 0 l 1 + 43 0 l 1 + 43 790 l 1 + 151 790 l 1 + 323 298 l 1 + 351 210 l 1 + 356 210 l 1 + 352 308 l 1 + 352 790 l 1 + 460 790 l 1 + 460 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: O +Encoding: 79 79 52 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +320 730 m 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: P +Encoding: 80 80 53 +Width: 500 +Flags: HMW +HStem: 311 57<149 337 149 372 149 337> 730 60<149 337 149 149> +VStem: 41 108<0 311 0 368 368 730> 357 108<398 703 398 712 398 712> +LayerCount: 2 +Fore +SplineSet +357 712 m 1 + 337 730 l 1 + 149 730 l 1 + 149 368 l 1 + 337 368 l 1 + 357 386 l 1 + 357 712 l 1 +465 703 m 1 + 465 398 l 1 + 372 311 l 1 + 149 311 l 1 + 149 0 l 1 + 41 0 l 1 + 41 790 l 1 + 372 790 l 1 + 465 703 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Q +Encoding: 81 81 54 +Width: 500 +Flags: HMW +HStem: 0 60<179 226 144 320 300 320 179 355 300 300> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 703 87 712 87 712> +LayerCount: 2 +Fore +SplineSet +340 712 m 1 + 320 730 l 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 +355 0 m 1 + 300 0 l 1 + 409 -134 l 1 + 290 -134 l 1 + 226 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 + 355 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: R +Encoding: 82 82 55 +Width: 500 +Flags: HMW +HStem: 336 57<155 271 155 310> 730 60<155 310 155 155> +VStem: 47 108<0 336 0 393 393 730> 330 108<423 703 423 712 423 712> 347 115<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +462 68 m 1xe8 + 462 0 l 1 + 347 0 l 1 + 347 59 l 1xe8 + 271 336 l 1 + 155 336 l 1 + 155 0 l 1 + 47 0 l 1 + 47 790 l 1 + 345 790 l 1 + 438 703 l 1 + 438 423 l 1xf0 + 351 342 l 1 + 462 68 l 1xe8 +155 393 m 1 + 310 393 l 1 + 330 411 l 1 + 330 712 l 1xf0 + 310 730 l 1 + 155 730 l 1 + 155 393 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: S +Encoding: 83 83 56 +Width: 500 +Flags: HMW +HStem: 0 60<172 334 172 372 134 334> 730 60<196 314 196 196> +VStem: 38 111<103 169 80 169> 62 111<593 687 687 687> 337 111<620 687 620 710 620 710> 357 111<103 213 213 213> +LayerCount: 2 +Fore +SplineSet +337 710 m 1xd8 + 314 730 l 1 + 196 730 l 1 + 173 710 l 1 + 173 593 l 1xd8 + 468 258 l 1 + 468 103 l 1 + 372 0 l 1 + 134 0 l 1 + 38 103 l 1 + 38 169 l 1 + 149 169 l 1 + 149 80 l 1 + 172 60 l 1 + 334 60 l 1 + 357 80 l 1 + 357 213 l 1xe4 + 62 552 l 1 + 62 687 l 1 + 158 790 l 1 + 353 790 l 1 + 448 687 l 1 + 448 620 l 1 + 337 620 l 1 + 337 710 l 1xd8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: T +Encoding: 84 84 57 +Width: 500 +Flags: HMW +HStem: 730 60<35 196 35 456 296 456 296 296> +VStem: 196 100<0 730 0 730> +LayerCount: 2 +Fore +SplineSet +456 730 m 1 + 296 730 l 1 + 296 0 l 1 + 196 0 l 1 + 196 730 l 1 + 35 730 l 1 + 35 790 l 1 + 456 790 l 1 + 456 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: U +Encoding: 85 85 58 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> +VStem: 51 108<87 790 78 790> 340 108<87 87 87 790> +LayerCount: 2 +Fore +SplineSet +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 790 l 1 + 159 790 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 790 l 1 + 448 790 l 1 + 448 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: V +Encoding: 86 86 59 +Width: 500 +Flags: HMW +HStem: 0 51<249 260 249 344> +VStem: 9 104<742 790 742 790> 396 94<742 790 742 790> +LayerCount: 2 +Fore +SplineSet +490 790 m 1 + 490 742 l 1 + 344 0 l 1 + 155 0 l 1 + 9 742 l 1 + 9 790 l 1 + 113 790 l 1 + 113 742 l 1 + 249 51 l 1 + 260 51 l 1 + 396 742 l 1 + 396 790 l 1 + 490 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: W +Encoding: 87 87 60 +Width: 500 +Flags: HMW +HStem: 0 790<82 121 13 165 82 82 377 416 13 333> 348 219<238 260 238 238> +VStem: 13 472<790 790> +LayerCount: 2 +Fore +SplineSet +333 0 m 1xa0 + 260 348 l 1 + 238 348 l 1x60 + 165 0 l 1 + 82 0 l 1 + 13 790 l 1 + 121 790 l 1xa0 + 161 289 l 1 + 172 289 l 1 + 220 567 l 1 + 278 567 l 1x60 + 326 289 l 1 + 337 289 l 1 + 377 790 l 1 + 485 790 l 1 + 416 0 l 1 + 333 0 l 1xa0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: X +Encoding: 88 88 61 +Width: 500 +Flags: HMW +HStem: 0 790<32 109 11 132 389 389 389 468 32 489> +VStem: 11 98<0 59 0 61 0 61> 32 100<718 790 718 790> 184 131<389 409 383 412 383 412> 369 99<718 790 718 790> 389 100<0 59 59 59> +LayerCount: 2 +Fore +SplineSet +109 59 m 1xd4 + 109 0 l 1 + 11 0 l 1 + 11 61 l 1xd4 + 184 389 l 1 + 184 412 l 1 + 32 718 l 1 + 32 790 l 1 + 132 790 l 1 + 132 718 l 1 + 250 496 l 1 + 266 496 l 1 + 369 718 l 1 + 369 790 l 1 + 468 790 l 1 + 468 718 l 1xb8 + 315 409 l 1 + 315 383 l 1 + 489 61 l 1 + 489 0 l 1 + 389 0 l 1 + 389 59 l 1 + 246 310 l 1 + 234 310 l 1 + 109 59 l 1xd4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Y +Encoding: 89 89 62 +Width: 500 +Flags: HMW +HStem: 0 430<245 268 245 303 195 268> 0 790<11 303 11 195> +VStem: 11 104<742 790 742 790> 195 108<0 317 0 327 0 327> 398 90<742 790 742 790> +LayerCount: 2 +Fore +SplineSet +303 317 m 1x78 + 303 0 l 1 + 195 0 l 1xb8 + 195 327 l 1 + 11 742 l 1 + 11 790 l 1 + 115 790 l 1x78 + 115 742 l 1 + 245 430 l 1 + 268 430 l 1xb8 + 398 742 l 1 + 398 790 l 1 + 488 790 l 1 + 488 742 l 1 + 303 317 l 1x78 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Z +Encoding: 90 90 63 +Width: 500 +Flags: HMW +HStem: 0 60<152 468 22 22> 730 60<55 336 55 459 55 459> +VStem: 22 446<0 60 0 60> 55 404<730 790 730 790> +LayerCount: 2 +Fore +SplineSet +468 60 m 1xe0 + 468 0 l 1 + 22 0 l 1 + 22 60 l 1xe0 + 336 730 l 1 + 55 730 l 1 + 55 790 l 1 + 459 790 l 1 + 459 730 l 1xd0 + 152 60 l 1 + 468 60 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: backslash +Encoding: 92 92 64 +Width: 500 +Flags: HMW +HStem: -103 902<51 448> +VStem: 16 467 +LayerCount: 2 +Fore +SplineSet +448 -103 m 1 + 16 779 l 1 + 51 799 l 1 + 483 -83 l 1 + 448 -103 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: asciicircum +Encoding: 94 94 65 +Width: 500 +Flags: HMW +HStem: 683 91<241 252 247 252 247 259> +VStem: 37 425<423 423> +LayerCount: 2 +Fore +SplineSet +241 683 m 1 + 90 423 l 1 + 37 423 l 1 + 247 774 l 1 + 252 774 l 1 + 462 423 l 1 + 409 423 l 1 + 259 683 l 1 + 241 683 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: underscore +Encoding: 95 95 66 +Width: 500 +Flags: HMW +HStem: -55 55<0 498 0 498> +VStem: 0 498<-55 0 -55 0> +LayerCount: 2 +Fore +SplineSet +498 0 m 1 + 498 -55 l 1 + 0 -55 l 1 + 0 0 l 1 + 498 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: grave +Encoding: 96 96 67 +Width: 500 +Flags: HMW +HStem: 819 15 +VStem: 154 137 +LayerCount: 2 +Fore +SplineSet +291 672 m 1 + 284 665 l 1 + 247 665 l 1 + 154 819 l 1 + 172 834 l 1 + 230 834 l 1 + 291 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: a +Encoding: 97 97 68 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: b +Encoding: 98 98 69 +Width: 500 +Flags: HMW +HStem: 0 48<181 312 181 345> +VStem: 81 100<48 509 549 840> 333 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +333 528 m 1 + 312 546 l 1 + 181 509 l 1 + 181 48 l 1 + 312 48 l 1 + 333 66 l 1 + 333 528 l 1 +433 506 m 1 + 433 88 l 1 + 345 0 l 1 + 81 0 l 1 + 81 840 l 1 + 181 840 l 1 + 181 549 l 1 + 345 603 l 1 + 433 506 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: c +Encoding: 99 99 70 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: d +Encoding: 100 100 71 +Width: 500 +Flags: HMW +HStem: 0 840<326 426 326 426> 546 48<198 326 198 198> +VStem: 78 100<68 506 506 506> 326 100<0 65 65 65 111 546 546 546 594 840 0 840> +LayerCount: 2 +Fore +SplineSet +426 840 m 1xb0 + 426 0 l 1 + 326 0 l 1xb0 + 326 65 l 1 + 181 -14 l 1 + 78 68 l 1 + 78 506 l 1 + 163 594 l 1 + 326 594 l 1x70 + 326 840 l 1 + 426 840 l 1xb0 +326 111 m 1 + 326 546 l 1 + 198 546 l 1x70 + 178 528 l 1 + 178 64 l 1 + 198 46 l 1 + 326 111 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: e +Encoding: 101 101 72 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: f +Encoding: 102 102 73 +Width: 500 +Flags: HMW +HStem: 546 48<24 146 24 146 246 416> 792 48<267 399 267 267> +VStem: 146 100<0 546 0 546 594 752 752 752> +LayerCount: 2 +Fore +SplineSet +416 546 m 1 + 246 546 l 1 + 246 0 l 1 + 146 0 l 1 + 146 546 l 1 + 24 546 l 1 + 24 594 l 1 + 146 594 l 1 + 146 752 l 1 + 231 840 l 1 + 399 840 l 1 + 399 792 l 1 + 267 792 l 1 + 246 774 l 1 + 246 594 l 1 + 416 594 l 1 + 416 546 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: g +Encoding: 103 103 74 +Width: 500 +Flags: HMW +HStem: -200 58<106 307 106 311 106 307> -1 48<192 302 192 322 159 302> 545 48<192 302 192 192> +VStem: 71 100<87 505 505 505> 322 100<-111 -1 -1 -1 65 505 -111 527 -111 527> +LayerCount: 2 +Fore +SplineSet +322 527 m 1 + 302 545 l 1 + 192 545 l 1 + 171 527 l 1 + 171 65 l 1 + 192 47 l 1 + 302 47 l 1 + 322 65 l 1 + 322 527 l 1 +422 505 m 1 + 422 -111 l 1 + 311 -200 l 1 + 106 -200 l 1 + 106 -142 l 1 + 307 -142 l 1 + 322 -124 l 1 + 322 -1 l 1 + 159 -1 l 1 + 71 87 l 1 + 71 505 l 1 + 159 593 l 1 + 334 593 l 1 + 422 505 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: h +Encoding: 104 104 75 +Width: 500 +Flags: HMW +HStem: 0 840<77 177 77 177 77 423 77 323> 546 48<177 303 177 335> +VStem: 77 100<0 546 0 594 594 840> 323 100<0 506 0 528 0 528> +LayerCount: 2 +Fore +SplineSet +423 506 m 1x70 + 423 0 l 1 + 323 0 l 1xb0 + 323 528 l 1 + 303 546 l 1 + 177 546 l 1x70 + 177 0 l 1 + 77 0 l 1 + 77 840 l 1 + 177 840 l 1xb0 + 177 594 l 1 + 335 594 l 1 + 423 506 l 1x70 +EndSplineSet +Validated: 1 +EndChar + +StartChar: i +Encoding: 105 105 76 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 693 138<185 313 185 313> +VStem: 185 128<693 831 693 831> 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xe8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xe8 +313 831 m 1xf0 + 313 693 l 1 + 185 693 l 1 + 185 831 l 1 + 313 831 l 1xf0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: j +Encoding: 106 106 77 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 388> 693 138<271 399 271 399> +VStem: 54 93<-130 -65 -133 -65> 271 128<693 831 693 831> 288 100<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +388 593 m 1xfa + 388 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 388 593 l 1xfa +399 831 m 1xfc + 399 693 l 1 + 271 693 l 1 + 271 831 l 1 + 399 831 l 1xfc +EndSplineSet +Validated: 1 +EndChar + +StartChar: k +Encoding: 107 107 78 +Width: 500 +Flags: HMW +HStem: 0 594<56 439 56 439 356 439 339 457 356 356> 0 840<56 156 56 156 56 457 56 356> +VStem: 56 100<0 214 320 840> 339 100<528 594 528 594 528 594> 356 101<0 56 56 56> +LayerCount: 2 +Fore +SplineSet +457 76 m 1xa8 + 457 0 l 1 + 356 0 l 1 + 356 56 l 1 + 210 273 l 1 + 156 214 l 1 + 156 0 l 1 + 56 0 l 1xa8 + 56 840 l 1 + 156 840 l 1x68 + 156 320 l 1 + 339 524 l 1 + 339 594 l 1 + 439 594 l 1 + 439 528 l 1xb0 + 277 348 l 1 + 457 76 l 1xa8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: l +Encoding: 108 108 79 +Width: 500 +Flags: HMW +HStem: 0 48<55 189 321 455 55 189> 792 48<73 189 73 305> +VStem: 205 100<66 774 774 774> +LayerCount: 2 +Fore +SplineSet +455 48 m 1 + 455 0 l 1 + 55 0 l 1 + 55 48 l 1 + 189 48 l 1 + 205 66 l 1 + 205 774 l 1 + 189 792 l 1 + 73 792 l 1 + 73 840 l 1 + 305 840 l 1 + 305 66 l 1 + 321 48 l 1 + 455 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: m +Encoding: 109 109 80 +Width: 500 +Flags: HMW +HStem: 545 48<140 192 140 140 284 336 284 284> +VStem: 39 101<0 545 0 593 0 593> 208 76<0 530 530 530> 356 101<0 505 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +457 505 m 1 + 457 0 l 1 + 356 0 l 1 + 356 527 l 1 + 336 545 l 1 + 284 545 l 1 + 284 0 l 1 + 208 0 l 1 + 208 530 l 1 + 192 545 l 1 + 140 545 l 1 + 140 0 l 1 + 39 0 l 1 + 39 593 l 1 + 376 593 l 1 + 457 505 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: n +Encoding: 110 110 81 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: o +Encoding: 111 111 82 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: p +Encoding: 112 112 83 +Width: 500 +Flags: HMW +HStem: 0 48<195 305 195 338 174 305> 546 48<174 305 174 174> +VStem: 74 100<-199 0 -199 66 66 546> 326 100<88 506 88 528 88 528> +LayerCount: 2 +Fore +SplineSet +326 528 m 1 + 305 546 l 1 + 174 546 l 1 + 174 66 l 1 + 195 48 l 1 + 305 48 l 1 + 326 66 l 1 + 326 528 l 1 +426 506 m 1 + 426 88 l 1 + 338 0 l 1 + 174 0 l 1 + 174 -199 l 1 + 74 -199 l 1 + 74 594 l 1 + 338 594 l 1 + 426 506 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: q +Encoding: 113 113 84 +Width: 500 +Flags: HMW +HStem: 1 48<195 305 195 326 162 305> 547 48<195 326 195 195> +VStem: 74 100<89 507 507 507> 326 100<-198 1 1 1 67 547 547 547> +LayerCount: 2 +Fore +SplineSet +326 547 m 1 + 195 547 l 1 + 174 529 l 1 + 174 67 l 1 + 195 49 l 1 + 305 49 l 1 + 326 67 l 1 + 326 547 l 1 +426 595 m 1 + 426 -198 l 1 + 326 -198 l 1 + 326 1 l 1 + 162 1 l 1 + 74 89 l 1 + 74 507 l 1 + 162 595 l 1 + 426 595 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: r +Encoding: 114 114 85 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: s +Encoding: 115 115 86 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xf6 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xf6 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xf9 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xf6 +EndSplineSet +Validated: 1 +EndChar + +StartChar: t +Encoding: 116 116 87 +Width: 500 +Flags: HMW +HStem: 0 48<254 416 254 416 221 416> 545 48<24 132 24 132 233 416> +VStem: 132 101<87 545 66 545 593 748> +LayerCount: 2 +Fore +SplineSet +233 545 m 1 + 233 66 l 1 + 254 48 l 1 + 416 48 l 1 + 416 0 l 1 + 221 0 l 1 + 132 87 l 1 + 132 545 l 1 + 24 545 l 1 + 24 593 l 1 + 132 593 l 1 + 132 748 l 1 + 233 748 l 1 + 233 593 l 1 + 416 593 l 1 + 416 545 l 1 + 233 545 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: u +Encoding: 117 117 88 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: v +Encoding: 118 118 89 +Width: 500 +Flags: HMW +HStem: 0 48<244 265 244 336> +VStem: 39 106 357 105<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +462 537 m 1 + 336 0 l 1 + 160 0 l 1 + 40 537 l 1 + 38 593 l 1 + 145 593 l 1 + 145 537 l 1 + 244 48 l 1 + 265 48 l 1 + 357 537 l 1 + 357 593 l 1 + 462 593 l 1 + 462 537 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: w +Encoding: 119 119 90 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: x +Encoding: 120 120 91 +Width: 500 +Flags: HMW +HStem: 0 593<58 131 42 168 354 444 58 460 58 351> 206 189<246 257 225 276> +VStem: 42 89<0 46 0 48 0 48> 58 110<537 593 537 593> 198 106<295 308 295 308> 351 109<0 46 46 46> 354 90<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +460 48 m 1x8c + 460 0 l 1 + 351 0 l 1x8c + 351 46 l 1 + 257 206 l 1 + 225 206 l 1x4c + 131 46 l 1 + 131 0 l 1 + 42 0 l 1 + 42 48 l 1xac + 198 295 l 1 + 198 308 l 1 + 58 537 l 1 + 58 593 l 1 + 168 593 l 1x98 + 168 537 l 1 + 246 395 l 1 + 276 395 l 1x58 + 354 537 l 1 + 354 593 l 1 + 444 593 l 1 + 444 537 l 1x9a + 304 308 l 1 + 304 295 l 1 + 460 48 l 1x8c +EndSplineSet +Validated: 1 +EndChar + +StartChar: y +Encoding: 121 121 92 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xb0 + 343 0 l 1x70 + 302 -199 l 1 + 205 -199 l 1xb0 + 251 0 l 1 + 176 0 l 1x70 + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xb0 + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x70 + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xb0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: z +Encoding: 122 122 93 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xe0 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xe0 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xd0 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xe0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ccedilla +Encoding: 199 199 94 +Width: 500 +Flags: HMW +HStem: -191 24<235 276 235 294 217 276> -62 24.5 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> +VStem: 51 108<87 703 703 703> 185 39<-147 -128 -157 -128> 287 52<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +339 -147 m 1 + 294 -191 l 1 + 217 -191 l 1 + 185 -147 l 1 + 185 -128 l 1 + 224 -128 l 1 + 224 -157 l 1 + 235 -167 l 1 + 276 -167 l 1 + 287 -157 l 1 + 287 -72 l 1 + 276 -62 l 1 + 207 -62 l 1 + 207 -37 l 1 + 294 -38 l 1 + 339 -82 l 1 + 339 -147 l 1 +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Eacute +Encoding: 201 201 95 +Width: 500 +Flags: HMW +HStem: 0 60<164 438 164 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<60 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 60 m 1 + 438 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 60 l 1 + 438 60 l 1 +283 1029 m 1 + 309 1029 l 1 + 367 975 l 1 + 243 850 l 1 + 222 850 l 1 + 198 873 l 1 + 283 1029 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: aacute +Encoding: 225 225 96 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 679 7 833 15 +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +249 686 m 1 + 310 848 l 1 + 368 848 l 1 + 386 833 l 1 + 293 679 l 1 + 256 679 l 1 + 249 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: agrave +Encoding: 224 224 97 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 833 15 +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +292 686 m 1 + 285 679 l 1 + 248 679 l 1 + 155 833 l 1 + 173 848 l 1 + 231 848 l 1 + 292 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acircumflex +Encoding: 226 226 98 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 676 7 787 61<265 276 265 265> +VStem: 54 94<147 169 147 176 147 176> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +332 676 m 1 + 276 787 l 1 + 265 787 l 1 + 209 676 l 1 + 177 676 l 1 + 170 683 l 1 + 244 848 l 1 + 297 848 l 1 + 371 683 l 1 + 364 676 l 1 + 332 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: adieresis +Encoding: 228 228 99 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 723 125<133 230 133 230 133 307 307 404> +VStem: 54 94<147 169 147 176 147 176> 133 97<723 848 723 848> 307 97<723 848> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xf9 + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xf9 +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +404 723 m 1xf2 + 307 723 l 1 + 307 848 l 1 + 404 848 l 1 + 404 723 l 1xf2 +133 723 m 1xf4 + 133 848 l 1 + 230 848 l 1 + 230 723 l 1 + 133 723 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccedilla +Encoding: 231 231 100 +Width: 500 +Flags: HMW +HStem: -199 24<290 331 290 349 272 331> -70 25<262 331 262 349> 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> +VStem: 127 100<87 506 506 506> 240 39<-155 -136 -165 -136> 342 52<-155 -155 -155 -90> +LayerCount: 2 +Fore +SplineSet +394 -155 m 1 + 349 -199 l 1 + 272 -199 l 1 + 240 -155 l 1 + 240 -136 l 1 + 279 -136 l 1 + 279 -165 l 1 + 290 -175 l 1 + 331 -175 l 1 + 342 -165 l 1 + 342 -80 l 1 + 331 -70 l 1 + 262 -70 l 1 + 262 -45 l 1 + 349 -45 l 1 + 394 -90 l 1 + 394 -155 l 1 +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: eacute +Encoding: 233 233 101 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 679 7 833 15 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +239 686 m 1 + 300 848 l 1 + 358 848 l 1 + 376 833 l 1 + 283 679 l 1 + 246 679 l 1 + 239 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: egrave +Encoding: 232 232 102 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 833 15 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +282 686 m 1 + 275 679 l 1 + 238 679 l 1 + 145 833 l 1 + 163 848 l 1 + 221 848 l 1 + 282 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ecircumflex +Encoding: 234 234 103 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 676 7 787 61<255 266 255 255> +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +322 676 m 1 + 266 787 l 1 + 255 787 l 1 + 199 676 l 1 + 167 676 l 1 + 160 683 l 1 + 234 848 l 1 + 287 848 l 1 + 361 683 l 1 + 354 676 l 1 + 322 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: edieresis +Encoding: 235 235 104 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 723 125<123 220 123 220 123 297 297 394> +VStem: 93 100<72 294 66 341 341 521 521 521> 123 97<723 848 723 848> 297 97<723 848> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xf9 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xf9 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +394 723 m 1xf2 + 297 723 l 1 + 297 848 l 1 + 394 848 l 1 + 394 723 l 1xf2 +123 723 m 1xf4 + 123 848 l 1 + 220 848 l 1 + 220 723 l 1 + 123 723 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: iacute +Encoding: 237 237 105 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 679 7 833 15 +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +207 686 m 1 + 268 848 l 1 + 326 848 l 1 + 344 833 l 1 + 251 679 l 1 + 214 679 l 1 + 207 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: igrave +Encoding: 236 236 106 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 833 15 +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +250 686 m 1 + 243 679 l 1 + 206 679 l 1 + 113 833 l 1 + 131 848 l 1 + 189 848 l 1 + 250 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: icircumflex +Encoding: 238 238 107 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 676 7 787 61<223 234 223 223> +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +290 676 m 1 + 234 787 l 1 + 223 787 l 1 + 167 676 l 1 + 135 676 l 1 + 128 683 l 1 + 202 848 l 1 + 255 848 l 1 + 329 683 l 1 + 322 676 l 1 + 290 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: idieresis +Encoding: 239 239 108 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 723 125<91 188 91 188 91 265 265 362> +VStem: 91 97<723 848 723 848> 200 100<66 528 528 528> 265 97<723 848> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xf8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xf8 +362 723 m 1xf4 + 265 723 l 1 + 265 848 l 1 + 362 848 l 1 + 362 723 l 1xf4 +91 723 m 1 + 91 848 l 1 + 188 848 l 1 + 188 723 l 1 + 91 723 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: oacute +Encoding: 243 243 109 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 647 7 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +225 654 m 1 + 286 816 l 1 + 344 816 l 1 + 362 801 l 1 + 269 647 l 1 + 232 647 l 1 + 225 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ograve +Encoding: 242 242 110 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +268 654 m 1 + 261 647 l 1 + 224 647 l 1 + 131 801 l 1 + 149 816 l 1 + 207 816 l 1 + 268 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ocircumflex +Encoding: 244 244 111 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 644 7 755 61<241 252 241 241> +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +308 644 m 1 + 252 755 l 1 + 241 755 l 1 + 185 644 l 1 + 153 644 l 1 + 146 651 l 1 + 220 816 l 1 + 273 816 l 1 + 347 651 l 1 + 340 644 l 1 + 308 644 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: odieresis +Encoding: 246 246 112 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 691 125<109 206 109 206 109 283 283 380> +VStem: 75 101<87 506 506 506> 109 97<691 816 691 816> 283 97<691 816> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1xf2 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1xf2 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +380 691 m 1xe4 + 283 691 l 1 + 283 816 l 1 + 380 816 l 1 + 380 691 l 1xe4 +109 691 m 1xe8 + 109 816 l 1 + 206 816 l 1 + 206 691 l 1 + 109 691 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uacute +Encoding: 250 250 113 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 679 7 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +228 686 m 1 + 289 848 l 1 + 347 848 l 1 + 365 833 l 1 + 272 679 l 1 + 235 679 l 1 + 228 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ugrave +Encoding: 249 249 114 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +271 686 m 1 + 264 679 l 1 + 227 679 l 1 + 134 833 l 1 + 152 848 l 1 + 210 848 l 1 + 271 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ucircumflex +Encoding: 251 251 115 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 676 7 787 61<244 255 244 244> +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +311 676 m 1 + 255 787 l 1 + 244 787 l 1 + 188 676 l 1 + 156 676 l 1 + 149 683 l 1 + 223 848 l 1 + 276 848 l 1 + 350 683 l 1 + 343 676 l 1 + 311 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: udieresis +Encoding: 252 252 116 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 723 125<112 209 112 209 112 286 286 383> +VStem: 78 100<87 593 66 593> 112 97<723 848 723 848> 286 97<723 848> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1xe4 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1xe4 +383 723 m 1xc8 + 286 723 l 1 + 286 848 l 1 + 383 848 l 1 + 383 723 l 1xc8 +112 723 m 1xd0 + 112 848 l 1 + 209 848 l 1 + 209 723 l 1 + 112 723 l 1xd0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cent +Encoding: 162 162 117 +Width: 500 +Flags: HMW +HStem: 0 48<186 272 186 272 161 272 312 434 186 312> 570 48<186 272 186 186 161 312 312 434> +VStem: 67 103<87 531 531 531> 272 40<-98 0 -98 0 48 570 618 716> +LayerCount: 2 +Fore +SplineSet +434 0 m 1 + 312 0 l 1 + 312 -98 l 1 + 272 -98 l 1 + 272 0 l 1 + 161 0 l 1 + 67 87 l 1 + 67 531 l 1 + 161 618 l 1 + 272 618 l 1 + 272 716 l 1 + 312 716 l 1 + 312 618 l 1 + 434 618 l 1 + 434 570 l 1 + 312 570 l 1 + 312 48 l 1 + 434 48 l 1 + 434 0 l 1 +186 48 m 1 + 272 48 l 1 + 272 570 l 1 + 186 570 l 1 + 170 552 l 1 + 170 66 l 1 + 186 48 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: sterling +Encoding: 163 163 118 +Width: 500 +Flags: HMW +HStem: 2 62<236 454 236 454> 239 40<41 131 41 131 236 373> 329 40<60 131 60 131 236 392> 633 48<256 314 256 256> +VStem: 131 105<64 239 64 239 64 239 279 329 64 329 369 594 594 594> 334 101<534 594 534 615 534 615> +LayerCount: 2 +Fore +SplineSet +454 64 m 1 + 454 2 l 1 + 131 2 l 1 + 131 239 l 1 + 41 239 l 1 + 41 279 l 1 + 131 279 l 1 + 131 329 l 1 + 60 329 l 1 + 60 369 l 1 + 131 369 l 1 + 131 594 l 1 + 221 681 l 1 + 349 681 l 1 + 435 594 l 1 + 435 534 l 1 + 334 534 l 1 + 334 615 l 1 + 314 633 l 1 + 256 633 l 1 + 236 615 l 1 + 236 369 l 1 + 392 369 l 1 + 392 329 l 1 + 236 329 l 1 + 236 279 l 1 + 373 279 l 1 + 373 239 l 1 + 236 239 l 1 + 236 64 l 1 + 454 64 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: bullet +Encoding: 8226 8226 119 +Width: 500 +Flags: HMW +HStem: 143 307<207 291.5> +VStem: 96 307<254.5 339> +LayerCount: 2 +Fore +SplineSet +403 297 m 0 + 403 212 334 143 249 143 c 0 + 165 143 96 212 96 297 c 0 + 96 381 165 450 249 450 c 0 + 334 450 403 381 403 297 c 0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acute +Encoding: 180 180 120 +Width: 500 +Flags: HMW +HStem: 665 7 819 15 +VStem: 170 137 +LayerCount: 2 +Fore +SplineSet +170 672 m 1 + 231 834 l 1 + 289 834 l 1 + 307 819 l 1 + 214 665 l 1 + 177 665 l 1 + 170 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dieresis +Encoding: 168 168 121 +Width: 500 +Flags: HMW +HStem: 709 125<114 211 114 211 114 288 288 385> +VStem: 114 97<709 834 709 834> 288 97<709 834> +LayerCount: 2 +Fore +SplineSet +385 709 m 1 + 288 709 l 1 + 288 834 l 1 + 385 834 l 1 + 385 709 l 1 +114 709 m 1 + 114 834 l 1 + 211 834 l 1 + 211 709 l 1 + 114 709 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: AE +Encoding: 198 198 122 +Width: 500 +Flags: HMW +HStem: 0 60<360 498 360 498> 230 70<136 252 136 252 119 252> 376 60<360 474 360 474> 730 60<360 360 360 498> +VStem: 19 66<0 97 0 97> 252 108<60 230 230 230 300 376 436 730> +LayerCount: 2 +Fore +SplineSet +360 730 m 1 + 360 436 l 1 + 474 436 l 1 + 474 376 l 1 + 360 376 l 1 + 360 60 l 1 + 498 60 l 1 + 498 0 l 1 + 252 0 l 1 + 252 230 l 1 + 119 230 l 1 + 85 97 l 1 + 85 0 l 1 + 19 0 l 1 + 19 97 l 1 + 194 790 l 1 + 498 790 l 1 + 498 730 l 1 + 360 730 l 1 +252 300 m 1 + 252 737 l 1 + 247 737 l 1 + 136 300 l 1 + 252 300 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: yen +Encoding: 165 165 123 +Width: 500 +Flags: HMW +HStem: 222 40<46 197 46 197 302 452> 312 40<46 164 46 185 46 164 340 452> +VStem: 13 102<632 680 632 680> 197 105<0 222 0 222 262 280 0 290 0 290> 399 88<632 680 632 680> +LayerCount: 2 +Fore +SplineSet +452 222 m 1 + 302 222 l 1 + 302 0 l 1 + 197 0 l 1 + 197 222 l 1 + 46 222 l 1 + 46 262 l 1 + 197 262 l 1 + 197 290 l 1 + 185 312 l 1 + 46 312 l 1 + 46 352 l 1 + 164 352 l 1 + 13 632 l 1 + 13 680 l 1 + 115 680 l 1 + 115 632 l 1 + 245 393 l 1 + 269 393 l 1 + 399 632 l 1 + 399 680 l 1 + 487 680 l 1 + 487 632 l 1 + 340 352 l 1 + 452 352 l 1 + 452 312 l 1 + 319 312 l 1 + 302 280 l 1 + 302 262 l 1 + 452 262 l 1 + 452 222 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ae +Encoding: 230 230 124 +Width: 500 +Flags: HMW +HStem: 0 48<140 201 316 455 99 201> 268 47<301 370 301 460 301 370> 545 48<86 185 86 225 316 316 316 355> +VStem: 36 90<147 169 147 176 147 176> 201 100<66 268 66 268 66 268 316 527> 370 90<315 521> +LayerCount: 2 +Fore +SplineSet +201 268 m 1 + 140 268 l 1 + 126 169 l 1 + 126 147 l 1 + 140 48 l 1 + 201 48 l 1 + 201 268 l 1 +370 527 m 1 + 355 545 l 1 + 316 545 l 1 + 301 527 l 1 + 301 315 l 1 + 370 315 l 1 + 370 527 l 1 +460 268 m 1 + 301 268 l 1 + 301 66 l 1 + 316 48 l 1 + 455 48 l 1 + 455 0 l 1 + 99 0 l 1 + 36 140 l 1 + 36 176 l 1 + 99 316 l 1 + 201 316 l 1 + 201 527 l 1 + 185 545 l 1 + 86 545 l 1 + 86 593 l 1 + 225 593 l 1 + 253 552 l 1 + 288 593 l 1 + 383 593 l 1 + 460 521 l 1 + 460 268 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: questiondown +Encoding: 191 191 125 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: exclamdown +Encoding: 161 161 126 +Width: 500 +Flags: HMW +HStem: -197 590<212 288 212 322 178 288> 456 137<178 322 178 322> +VStem: 178 144<-197 -94 -197 -94 456 593> +LayerCount: 2 +Fore +SplineSet +178 -94 m 1 + 212 393 l 1 + 288 393 l 1 + 322 -94 l 1 + 322 -197 l 1 + 178 -197 l 1 + 178 -94 l 1 +178 593 m 1 + 322 593 l 1 + 322 456 l 1 + 178 456 l 1 + 178 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ellipsis +Encoding: 8230 8230 127 +Width: 500 +Flags: HMW +HStem: 0 115<33 132 33 132 200 300 33 200 366 465> +VStem: 33 99<0 115 0 115> 200 100<0 115 0 115> 366 99<0 115 0 115> +LayerCount: 2 +Fore +SplineSet +132 115 m 1 + 132 0 l 1 + 33 0 l 1 + 33 115 l 1 + 132 115 l 1 +300 115 m 1 + 300 0 l 1 + 200 0 l 1 + 200 115 l 1 + 300 115 l 1 +465 115 m 1 + 465 0 l 1 + 366 0 l 1 + 366 115 l 1 + 465 115 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nbspace +Encoding: 160 160 128 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: Agrave +Encoding: 192 192 129 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 994 15 +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +203 1009 m 1 + 264 847 l 1 + 257 840 l 1 + 220 840 l 1 + 127 994 l 1 + 145 1009 l 1 + 203 1009 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: OE +Encoding: 338 338 130 +Width: 500 +Flags: HMW +HStem: 0 60<138 211 339 493 103 211> 376 60<339 458 339 458> 730 60<138 211 138 138 339 483 339 339> +VStem: 10 108<87 703 703 703> 231 108<78 376 436 712 712 712> +LayerCount: 2 +Fore +SplineSet +231 712 m 1 + 211 730 l 1 + 138 730 l 1 + 118 712 l 1 + 118 78 l 1 + 138 60 l 1 + 211 60 l 1 + 231 78 l 1 + 231 712 l 1 +493 60 m 1 + 493 0 l 1 + 103 0 l 1 + 10 87 l 1 + 10 703 l 1 + 103 790 l 1 + 483 790 l 1 + 483 730 l 1 + 339 730 l 1 + 339 436 l 1 + 458 436 l 1 + 458 376 l 1 + 339 376 l 1 + 339 60 l 1 + 493 60 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: oe +Encoding: 339 339 131 +Width: 500 +Flags: HMW +HStem: 0 48<134 190 134 225 99 190 325 473> 294 47<310 388 310 488 310 388> 545 48<134 190 134 134 325 373 325 325> +VStem: 14 100<87 506 506 506> 210 100<66 294 341 527> 388 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +488 521 m 1 + 488 294 l 1 + 310 294 l 1 + 310 66 l 1 + 325 48 l 1 + 473 48 l 1 + 473 0 l 1 + 295 0 l 1 + 257 33 l 1 + 225 0 l 1 + 99 0 l 1 + 14 87 l 1 + 14 506 l 1 + 99 593 l 1 + 225 593 l 1 + 258 560 l 1 + 297 593 l 1 + 401 593 l 1 + 488 521 l 1 +210 527 m 1 + 190 545 l 1 + 134 545 l 1 + 114 527 l 1 + 114 66 l 1 + 134 48 l 1 + 190 48 l 1 + 210 66 l 1 + 210 527 l 1 +388 341 m 1 + 388 527 l 1 + 373 545 l 1 + 325 545 l 1 + 310 527 l 1 + 310 341 l 1 + 388 341 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: endash +Encoding: 8211 8211 132 +Width: 500 +Flags: HMW +HStem: 264 55<95 405 95 405> +VStem: 95 310<264 319 264 319> +LayerCount: 2 +Fore +SplineSet +405 319 m 1 + 405 264 l 1 + 95 264 l 1 + 95 319 l 1 + 405 319 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: emdash +Encoding: 8212 8212 133 +Width: 500 +Flags: HMW +HStem: 264 55<25 475 25 475> +VStem: 25 450<264 319 264 319> +LayerCount: 2 +Fore +SplineSet +475 319 m 1 + 475 264 l 1 + 25 264 l 1 + 25 319 l 1 + 475 319 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblleft +Encoding: 8220 8220 134 +Width: 500 +Flags: HMW +HStem: 532 137<55 199 105 199 105 199 331 425 105 281> 756 40<169.5 203 395.5 429> +VStem: 55 144<532 619 619 665.5> 281 144<532 619 619 665.5> +LayerCount: 2 +Fore +SplineSet +55 532 m 1 + 55 619 l 2 + 55 712 74 796 203 796 c 1 + 203 756 l 1 + 136 756 109 715 105 669 c 1 + 199 669 l 1 + 199 532 l 1 + 55 532 l 1 +429 796 m 1 + 429 756 l 1 + 362 756 335 715 331 669 c 1 + 425 669 l 1 + 425 532 l 1 + 281 532 l 1 + 281 619 l 2 + 281 712 300 796 429 796 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblright +Encoding: 8221 8221 135 +Width: 500 +Flags: HMW +HStem: 526 40<55 88.5 55 119.5 281 314.5> 653 137<59 153 59 203 285 379 59 285> +VStem: 59 144<656.5 703 703 790 656.5 790> 285 144<656.5 703 703 790 656.5 790> +LayerCount: 2 +Fore +SplineSet +59 790 m 1 + 203 790 l 1 + 203 703 l 2 + 203 610 184 526 55 526 c 1 + 55 566 l 1 + 122 566 149 607 153 653 c 1 + 59 653 l 1 + 59 790 l 1 +429 790 m 1 + 429 703 l 2 + 429 610 410 526 281 526 c 1 + 281 566 l 1 + 348 566 375 607 379 653 c 1 + 285 653 l 1 + 285 790 l 1 + 429 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quoteleft +Encoding: 8216 8216 136 +Width: 500 +Flags: HMW +HStem: 530 137<206 300 206 300 156 300> 754 40<270.5 304> +VStem: 156 144<530 617 617 663.5> +LayerCount: 2 +Fore +SplineSet +304 794 m 1 + 304 754 l 1 + 237 754 210 713 206 667 c 1 + 300 667 l 1 + 300 530 l 1 + 156 530 l 1 + 156 617 l 2 + 156 710 175 794 304 794 c 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quoteright +Encoding: 8217 8217 137 +Width: 500 +Flags: HMW +HStem: 526 40<156 189.5 156 220.5> 653 137<160 254 160 304> +VStem: 160 144<656.5 703 703 790 656.5 790> +LayerCount: 2 +Fore +SplineSet +304 790 m 1 + 304 703 l 2 + 304 610 285 526 156 526 c 1 + 156 566 l 1 + 223 566 250 607 254 653 c 1 + 160 653 l 1 + 160 790 l 1 + 304 790 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: fraction +Encoding: 8260 8260 138 +Width: 500 +Flags: HMW +HStem: 379 301<251 443 251 443> +VStem: 37 406 +LayerCount: 2 +Fore +SplineSet +37 0 m 1 + 188 301 l 1 + 229 301 l 1 + 112 0 l 1 + 37 0 l 1 +443 680 m 1 + 292 379 l 1 + 251 379 l 1 + 368 680 l 1 + 443 680 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: currency +Encoding: 164 164 139 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guilsinglleft +Encoding: 8249 8249 140 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guilsinglright +Encoding: 8250 8250 141 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: periodcentered +Encoding: 183 183 142 +Width: 500 +Flags: HMW +HStem: 258 137<178 322 178 322> +VStem: 178 144<258 395 258 395> +LayerCount: 2 +Fore +SplineSet +322 395 m 1 + 322 258 l 1 + 178 258 l 1 + 178 395 l 1 + 322 395 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotesinglbase +Encoding: 8218 8218 143 +Width: 500 +Flags: HMW +HStem: -127 40<174 207.5 174 238.5> 0 137<178 272 178 322> +VStem: 178 144<3.5 50 50 137 3.5 137> +LayerCount: 2 +Fore +SplineSet +322 137 m 1 + 322 50 l 2 + 322 -43 303 -127 174 -127 c 1 + 174 -87 l 1 + 241 -87 268 -46 272 0 c 1 + 178 0 l 1 + 178 137 l 1 + 322 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: quotedblbase +Encoding: 8222 8222 144 +Width: 500 +Flags: HMW +HStem: -127 40<55 88.5 55 119.5 281 314.5> 0 137<59 153 59 203 285 379 59 285> +VStem: 59 144<3.5 50 50 137 3.5 137> 285 144<3.5 50 50 137 3.5 137> +LayerCount: 2 +Fore +SplineSet +59 137 m 1 + 203 137 l 1 + 203 50 l 2 + 203 -43 184 -127 55 -127 c 1 + 55 -87 l 1 + 122 -87 149 -46 153 0 c 1 + 59 0 l 1 + 59 137 l 1 +429 137 m 1 + 429 50 l 2 + 429 -43 410 -127 281 -127 c 1 + 281 -87 l 1 + 348 -87 375 -46 379 0 c 1 + 285 0 l 1 + 285 137 l 1 + 429 137 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: perthousand +Encoding: 8240 8240 145 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Acircumflex +Encoding: 194 194 146 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 828 7 828 173<136 268 136 268 210 342 210 310> +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1xcc + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1xcc +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +310 828 m 1xdc + 239 935 l 1 + 168 828 l 1 + 136 828 l 1xdc + 129 835 l 1xec + 210 1001 l 1 + 268 1001 l 1xdc + 349 835 l 1xec + 342 828 l 1 + 310 828 l 1xdc +EndSplineSet +Validated: 1 +EndChar + +StartChar: Aacute +Encoding: 193 193 147 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 851 7 1005 15 +VStem: 6 94<0 48 0 48> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 151 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +222 858 m 1 + 283 1020 l 1 + 341 1020 l 1 + 359 1005 l 1 + 266 851 l 1 + 229 851 l 1 + 222 858 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Egrave +Encoding: 200 200 148 +Width: 500 +Flags: HMW +HStem: 0 60<164 438 164 438> 376 60<164 403 164 403> 730 60<164 428 164 164> +VStem: 56 108<60 376 436 730> +LayerCount: 2 +Fore +SplineSet +438 60 m 1 + 438 0 l 1 + 56 0 l 1 + 56 790 l 1 + 428 790 l 1 + 428 730 l 1 + 164 730 l 1 + 164 436 l 1 + 403 436 l 1 + 403 376 l 1 + 164 376 l 1 + 164 60 l 1 + 438 60 l 1 +168 1029 m 1 + 194 1029 l 1 + 279 873 l 1 + 255 850 l 1 + 234 850 l 1 + 110 975 l 1 + 168 1029 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Iacute +Encoding: 205 205 149 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +229 829 m 1 + 204 866 l 1 + 385 985 l 1 + 411 946 l 1 + 229 829 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Igrave +Encoding: 204 204 150 +Width: 500 +Flags: HMW +HStem: 0 60<76 176 324 424 76 176> 730 60<76 176 76 424 324 324 324 424> +VStem: 196 108<82 708> +LayerCount: 2 +Fore +SplineSet +304 82 m 1 + 324 60 l 1 + 424 60 l 1 + 424 0 l 1 + 76 0 l 1 + 76 60 l 1 + 176 60 l 1 + 196 82 l 1 + 196 708 l 1 + 176 730 l 1 + 76 730 l 1 + 76 790 l 1 + 424 790 l 1 + 424 730 l 1 + 324 730 l 1 + 304 708 l 1 + 304 82 l 1 +276 829 m 1 + 94 946 l 1 + 120 985 l 1 + 301 866 l 1 + 276 829 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Oacute +Encoding: 211 211 151 +Width: 500 +Flags: HMW +HStem: 0 60<179 320 179 355 144 320> 730 60<179 320 179 179> +VStem: 51 108<87 703 703 703> 340 108<87 87 87 703> +LayerCount: 2 +Fore +SplineSet +320 730 m 1 + 179 730 l 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 320 60 l 1 + 340 78 l 1 + 340 712 l 1 + 320 730 l 1 +448 87 m 1 + 355 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 355 790 l 1 + 448 703 l 1 + 448 87 l 1 +371 985 m 1 + 397 946 l 1 + 215 829 l 1 + 190 866 l 1 + 371 985 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotlessi +Encoding: 305 305 152 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> +VStem: 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: circumflex +Encoding: 710 710 153 +Width: 500 +Flags: HMW +HStem: 662 7 773 61<246 257 246 246> +VStem: 151 201<669 669> +LayerCount: 2 +Fore +SplineSet +313 662 m 1 + 257 773 l 1 + 246 773 l 1 + 190 662 l 1 + 158 662 l 1 + 151 669 l 1 + 225 834 l 1 + 278 834 l 1 + 352 669 l 1 + 345 662 l 1 + 313 662 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: tilde +Encoding: 732 732 154 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: macron +Encoding: 175 175 155 +Width: 500 +Flags: HMW +HStem: 741 56<91 383 91 383> +VStem: 91 292<741 797 741 797> +LayerCount: 2 +Fore +SplineSet +91 741 m 1 + 91 797 l 1 + 383 797 l 1 + 383 741 l 1 + 91 741 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: breve +Encoding: 728 728 156 +Width: 500 +Flags: HMW +HStem: 660 19<186 282 186 300 168 282> 699 26<123 175> +VStem: 123 52<699 725 689 725> 293 52<699 699 699 726 699 726> +LayerCount: 2 +Fore +SplineSet +345 699 m 1 + 300 660 l 1 + 168 660 l 1 + 123 699 l 1 + 123 725 l 1 + 175 725 l 1 + 175 689 l 1 + 186 679 l 1 + 282 679 l 1 + 293 689 l 1 + 293 726 l 1 + 345 726 l 1 + 345 699 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotaccent +Encoding: 729 729 157 +Width: 500 +Flags: HMW +HStem: 700 138<183 314 183 314> +VStem: 183 131<700 838 700 838> +LayerCount: 2 +Fore +SplineSet +183 700 m 1 + 183 838 l 1 + 314 838 l 1 + 314 700 l 1 + 183 700 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ring +Encoding: 730 730 158 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla +Encoding: 184 184 159 +Width: 500 +Flags: HMW +HStem: -191 24<232 273 232 291 214 273> -62 25<204 273 204 291> +VStem: 182 39<-147 -128 -157 -128> 284 52<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +336 -147 m 1 + 291 -191 l 1 + 214 -191 l 1 + 182 -147 l 1 + 182 -128 l 1 + 221 -128 l 1 + 221 -157 l 1 + 232 -167 l 1 + 273 -167 l 1 + 284 -157 l 1 + 284 -72 l 1 + 273 -62 l 1 + 204 -62 l 1 + 204 -37 l 1 + 291 -37 l 1 + 336 -82 l 1 + 336 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hungarumlaut +Encoding: 733 733 160 +Width: 500 +Flags: HMW +HStem: 665 7 819 15 +VStem: 123 277<672 819> +LayerCount: 2 +Fore +SplineSet +280 665 m 1 + 273 672 l 1 + 329 834 l 1 + 382 834 l 1 + 400 819 l 1 + 312 665 l 1 + 280 665 l 1 +123 672 m 1 + 179 834 l 1 + 232 834 l 1 + 250 819 l 1 + 162 665 l 1 + 130 665 l 1 + 123 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ogonek +Encoding: 731 731 161 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: caron +Encoding: 711 711 162 +Width: 500 +Flags: HMW +HStem: 662 61<225 257 246 257 246 278> 827 7 +VStem: 151 201<827 827> +LayerCount: 2 +Fore +SplineSet +225 662 m 1 + 151 827 l 1 + 158 834 l 1 + 190 834 l 1 + 246 723 l 1 + 257 723 l 1 + 313 834 l 1 + 345 834 l 1 + 352 827 l 1 + 278 662 l 1 + 225 662 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Abreve +Encoding: 258 258 163 +Width: 500 +Flags: HMW +HStem: 281 60<158 325 158 337 146 325> 732 58<235 248 235 235> 857 19<177 291 195 291 195 309> 896 26<132 184> +VStem: 6 94<0 48 0 48> 132 52<896 922 886 922> 302 52<896 923 896 923 896 923> 383 104<0 48 0 48> +LayerCount: 2 +Fore +SplineSet +487 48 m 1 + 487 0 l 1 + 383 0 l 1 + 383 48 l 1 + 337 281 l 1 + 146 281 l 1 + 100 48 l 1 + 100 0 l 1 + 6 0 l 1 + 6 48 l 1 + 152 790 l 1 + 341 790 l 1 + 487 48 l 1 +325 341 m 1 + 248 732 l 1 + 235 732 l 1 + 158 341 l 1 + 325 341 l 1 +177 857 m 1 + 132 896 l 1 + 132 922 l 1 + 184 922 l 1 + 184 886 l 1 + 195 876 l 1 + 291 876 l 1 + 302 886 l 1 + 302 923 l 1 + 354 923 l 1 + 354 896 l 1 + 309 857 l 1 + 177 857 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Cacute +Encoding: 262 262 164 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> 851 7 1005 15 +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1 +239 858 m 1 + 300 1020 l 1 + 358 1020 l 1 + 376 1005 l 1 + 283 851 l 1 + 246 851 l 1 + 239 858 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ccircumflex +Encoding: 264 264 165 +Width: 500 +Flags: HMW +HStem: 0 60<179 387 179 387 144 387> 730 60<179 179 179 387> 828 7 828 173<153 285 153 285 227 359 227 327> +VStem: 51 108<87 703 703 703> +LayerCount: 2 +Fore +SplineSet +179 730 m 1xc8 + 159 712 l 1 + 159 78 l 1 + 179 60 l 1 + 387 60 l 1 + 387 0 l 1 + 144 0 l 1 + 51 87 l 1 + 51 703 l 1 + 144 790 l 1 + 387 790 l 1 + 387 730 l 1 + 179 730 l 1xc8 +327 828 m 1xd8 + 256 935 l 1 + 185 828 l 1 + 153 828 l 1xd8 + 146 835 l 1xe8 + 227 1001 l 1 + 285 1001 l 1xd8 + 366 835 l 1xe8 + 359 828 l 1 + 327 828 l 1xd8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: Ldot +Encoding: 319 319 166 +Width: 500 +Flags: HMW +HStem: 0 70<180 444 180 444> 361 137<292 436 292 436> +VStem: 72 108<70 790 70 790 70 790> 292 144<361 498 361 498> +LayerCount: 2 +Fore +SplineSet +436 498 m 1 + 436 361 l 1 + 292 361 l 1 + 292 498 l 1 + 436 498 l 1 +444 70 m 1 + 444 0 l 1 + 72 0 l 1 + 72 790 l 1 + 180 790 l 1 + 180 70 l 1 + 444 70 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: amacron +Encoding: 257 257 167 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 755 56<125 417 125 417> +VStem: 54 94<147 169 147 176 147 176> 125 292<755 811 755 811> 322 100<48 268 268 268 316 514 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xfa + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xfa +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +125 755 m 1xf4 + 125 811 l 1 + 417 811 l 1 + 417 755 l 1 + 125 755 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: abreve +Encoding: 259 259 168 +Width: 500 +Flags: HMW +HStem: 0 48<178 322 178 422 132 322> 268 48<178 322 178 178> 545 48<153 306 153 346> 660 19<219 315 219 333 201 315> 699 26<156 208> +VStem: 54 94<147 169 147 176 147 176> 156 52<699 725 689 725> 322 100<48 268 268 268 316 514 0 527 0 527> 326 52<699 699 699 726 699 726> +LayerCount: 2 +Fore +SplineSet +322 48 m 1xff + 322 268 l 1 + 178 268 l 1 + 148 169 l 1 + 148 147 l 1 + 178 48 l 1 + 322 48 l 1xff +422 514 m 1 + 422 0 l 1 + 132 0 l 1 + 54 140 l 1 + 54 176 l 1 + 132 316 l 1 + 322 316 l 1 + 322 527 l 1 + 306 545 l 1 + 153 545 l 1 + 153 593 l 1 + 346 593 l 1 + 422 514 l 1 +378 699 m 1xfe80 + 333 660 l 1 + 201 660 l 1 + 156 699 l 1 + 156 725 l 1 + 208 725 l 1 + 208 689 l 1 + 219 679 l 1 + 315 679 l 1 + 326 689 l 1 + 326 726 l 1 + 378 726 l 1 + 378 699 l 1xfe80 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cacute +Encoding: 263 263 169 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 679 7 833 15 +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +255 686 m 1 + 316 848 l 1 + 374 848 l 1 + 392 833 l 1 + 299 679 l 1 + 262 679 l 1 + 255 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccircumflex +Encoding: 265 265 170 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 676 7 787 61<271 282 271 271> +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +338 676 m 1 + 282 787 l 1 + 271 787 l 1 + 215 676 l 1 + 183 676 l 1 + 176 683 l 1 + 250 848 l 1 + 303 848 l 1 + 377 683 l 1 + 370 676 l 1 + 338 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: cdotaccent +Encoding: 267 267 171 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 714 138<208 339 208 339> +VStem: 127 100<87 506 506 506> 208 131<714 852 714 852> +LayerCount: 2 +Fore +SplineSet +243 48 m 1xf0 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1xf0 +208 714 m 1xe8 + 208 852 l 1 + 339 852 l 1 + 339 714 l 1 + 208 714 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ccaron +Encoding: 269 269 172 +Width: 500 +Flags: HMW +HStem: 0 48<243 413 243 413 220 413> 545 48<243 413 243 243> 676 61<250 282 271 282 271 303> 841 7 +VStem: 127 100<87 506 506 506> +LayerCount: 2 +Fore +SplineSet +243 48 m 1 + 413 48 l 1 + 413 0 l 1 + 220 0 l 1 + 127 87 l 1 + 127 506 l 1 + 220 593 l 1 + 413 593 l 1 + 413 545 l 1 + 243 545 l 1 + 227 527 l 1 + 227 66 l 1 + 243 48 l 1 +250 676 m 1 + 176 841 l 1 + 183 848 l 1 + 215 848 l 1 + 271 737 l 1 + 282 737 l 1 + 338 848 l 1 + 370 848 l 1 + 377 841 l 1 + 303 676 l 1 + 250 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: emacron +Encoding: 275 275 173 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 755 56<115 407 115 407> +VStem: 93 100<72 294 66 341 341 521 521 521> 115 292<755 811 755 811> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xfa + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xfa +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +115 755 m 1xf4 + 115 811 l 1 + 407 811 l 1 + 407 755 l 1 + 115 755 l 1xf4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: edotaccent +Encoding: 279 279 174 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 714 138<192 323 192 323> +VStem: 93 100<72 294 66 341 341 521 521 521> 192 131<714 852 714 852> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1xfa + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1xfa +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +192 714 m 1xf6 + 192 852 l 1 + 323 852 l 1 + 323 714 l 1 + 192 714 l 1xf6 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ecaron +Encoding: 283 283 175 +Width: 500 +Flags: HMW +HStem: 0 48<208 413 208 413 178 413> 294 47<193 328 193 428 193 328> 545 48<208 313 208 208> 676 61<234 266 255 266 255 287> 841 7 +VStem: 93 100<72 294 66 341 341 521 521 521> 328 100<341 521 294 527 294 527> +LayerCount: 2 +Fore +SplineSet +328 341 m 1 + 328 527 l 1 + 313 545 l 1 + 208 545 l 1 + 193 527 l 1 + 193 341 l 1 + 328 341 l 1 +428 521 m 1 + 428 294 l 1 + 193 294 l 1 + 193 66 l 1 + 208 48 l 1 + 413 48 l 1 + 413 0 l 1 + 178 0 l 1 + 93 72 l 1 + 93 521 l 1 + 180 593 l 1 + 341 593 l 1 + 428 521 l 1 +234 676 m 1 + 160 841 l 1 + 167 848 l 1 + 199 848 l 1 + 255 737 l 1 + 266 737 l 1 + 322 848 l 1 + 354 848 l 1 + 361 841 l 1 + 287 676 l 1 + 234 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: gcircumflex +Encoding: 285 285 176 +Width: 500 +Flags: HMW +HStem: -200 58<106 307 106 311 106 307> -1 48<192 302 192 322 159 302> 545 48<192 302 192 192> 676 7 787 61<241 252 241 241> +VStem: 71 100<87 505 505 505> 322 100<-111 -1 -1 -1 65 505 -111 527 -111 527> +LayerCount: 2 +Fore +SplineSet +322 527 m 1 + 302 545 l 1 + 192 545 l 1 + 171 527 l 1 + 171 65 l 1 + 192 47 l 1 + 302 47 l 1 + 322 65 l 1 + 322 527 l 1 +422 505 m 1 + 422 -111 l 1 + 311 -200 l 1 + 106 -200 l 1 + 106 -142 l 1 + 307 -142 l 1 + 322 -124 l 1 + 322 -1 l 1 + 159 -1 l 1 + 71 87 l 1 + 71 505 l 1 + 159 593 l 1 + 334 593 l 1 + 422 505 l 1 +308 676 m 1 + 252 787 l 1 + 241 787 l 1 + 185 676 l 1 + 153 676 l 1 + 146 683 l 1 + 220 848 l 1 + 273 848 l 1 + 347 683 l 1 + 340 676 l 1 + 308 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: jcircumflex +Encoding: 309 309 177 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 381> 676 7 787 61<273 284 273 273> +VStem: 54 93<-130 -65 -133 -65> 288 93<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +381 593 m 1 + 381 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 381 593 l 1 +340 676 m 1 + 284 787 l 1 + 273 787 l 1 + 217 676 l 1 + 185 676 l 1 + 178 683 l 1 + 252 848 l 1 + 305 848 l 1 + 379 683 l 1 + 372 676 l 1 + 340 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: nacute +Encoding: 324 324 178 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> 679 7 833 15 +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +227 686 m 1 + 288 848 l 1 + 346 848 l 1 + 364 833 l 1 + 271 679 l 1 + 234 679 l 1 + 227 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ncaron +Encoding: 328 328 179 +Width: 500 +Flags: HMW +HStem: 545 48<179 300 179 179> 676 61<222 254 243 254 243 275> 841 7 +VStem: 78 101<0 545 0 593 0 593> 321 101<0 506 0 527 0 527> +LayerCount: 2 +Fore +SplineSet +78 593 m 1 + 328 593 l 1 + 422 506 l 1 + 422 0 l 1 + 321 0 l 1 + 321 527 l 1 + 300 545 l 1 + 179 545 l 1 + 179 0 l 1 + 78 0 l 1 + 78 593 l 1 +222 676 m 1 + 148 841 l 1 + 155 848 l 1 + 187 848 l 1 + 243 737 l 1 + 254 737 l 1 + 310 848 l 1 + 342 848 l 1 + 349 841 l 1 + 275 676 l 1 + 222 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: omacron +Encoding: 333 333 180 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 723 56<101 393 101 393> +VStem: 75 101<87 506 506 506> 101 292<723 779 723 779> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1xf4 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1xf4 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +101 723 m 1xe8 + 101 779 l 1 + 393 779 l 1 + 393 723 l 1 + 101 723 l 1xe8 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ohungarumlaut +Encoding: 337 337 181 +Width: 500 +Flags: HMW +HStem: 0 48<196 304 196 339 161 304> 545 48<196 304 196 196> 647 7 801 15 +VStem: 75 101<87 506 506 506> 324 101<87 87 87 506> +LayerCount: 2 +Fore +SplineSet +304 545 m 1 + 196 545 l 1 + 176 527 l 1 + 176 66 l 1 + 196 48 l 1 + 304 48 l 1 + 324 66 l 1 + 324 527 l 1 + 304 545 l 1 +425 87 m 1 + 339 0 l 1 + 161 0 l 1 + 75 87 l 1 + 75 506 l 1 + 161 593 l 1 + 339 593 l 1 + 425 506 l 1 + 425 87 l 1 +316 647 m 1 + 309 654 l 1 + 365 816 l 1 + 418 816 l 1 + 436 801 l 1 + 348 647 l 1 + 316 647 l 1 +159 654 m 1 + 215 816 l 1 + 268 816 l 1 + 286 801 l 1 + 198 647 l 1 + 166 647 l 1 + 159 654 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: racute +Encoding: 341 341 182 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> 665 7 819 15 +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +208 672 m 1 + 269 834 l 1 + 327 834 l 1 + 345 819 l 1 + 252 665 l 1 + 215 665 l 1 + 208 672 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: rcaron +Encoding: 345 345 183 +Width: 500 +Flags: HMW +HStem: 0 48<49 138 239 397 49 138> 546 48<59 138 59 238> 676 61<275 307 296 307 296 328> 841 7 +VStem: 138 101<48 477 48 546 48 546> 377 101<421 525 421 532 421 532> +LayerCount: 2 +Fore +SplineSet +377 532 m 1 + 342 554 l 1 + 239 477 l 1 + 239 48 l 1 + 397 48 l 1 + 397 0 l 1 + 49 0 l 1 + 49 48 l 1 + 138 48 l 1 + 138 546 l 1 + 59 546 l 1 + 59 594 l 1 + 238 594 l 1 + 238 525 l 1 + 347 608 l 1 + 478 525 l 1 + 478 421 l 1 + 377 421 l 1 + 377 532 l 1 +275 676 m 1 + 201 841 l 1 + 208 848 l 1 + 240 848 l 1 + 296 737 l 1 + 307 737 l 1 + 363 848 l 1 + 395 848 l 1 + 402 841 l 1 + 328 676 l 1 + 275 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: sacute +Encoding: 347 347 184 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 679 7 833 15 +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +248 686 m 1 + 309 848 l 1 + 367 848 l 1 + 385 833 l 1 + 292 679 l 1 + 255 679 l 1 + 248 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: scircumflex +Encoding: 349 349 185 +Width: 500 +Flags: HMW +HStem: 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> 676 7 787 61<264 275 264 264> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +331 527 m 1xfd80 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd80 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe40 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd80 +331 676 m 1 + 275 787 l 1 + 264 787 l 1 + 208 676 l 1 + 176 676 l 1 + 169 683 l 1 + 243 848 l 1 + 296 848 l 1 + 370 683 l 1 + 363 676 l 1 + 331 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: scedilla +Encoding: 351 351 186 +Width: 500 +Flags: HMW +HStem: -199 24<239 280 239 298 221 280> -70 25<211 280 211 298> 0 48<203 316 203 351 168 316> 87 60<81 182> 445 61<432 432> 545 48<222 310 222 222> +VStem: 81 101<87 147 66 147> 100 101<445 506 506 506> 189 39<-155 -136 -165 -136> 291 52<-155 -155 -155 -90> 331 101<445 506 445 527 445 527> 337 101<87 178 178 178> +LayerCount: 2 +Fore +SplineSet +343 -155 m 1xfcc0 + 298 -199 l 1 + 221 -199 l 1 + 189 -155 l 1 + 189 -136 l 1 + 228 -136 l 1 + 228 -165 l 1 + 239 -175 l 1 + 280 -175 l 1 + 291 -165 l 1 + 291 -80 l 1 + 280 -70 l 1 + 211 -70 l 1 + 211 -45 l 1 + 298 -45 l 1 + 343 -90 l 1 + 343 -155 l 1xfcc0 +331 527 m 1xfd20 + 310 545 l 1 + 222 545 l 1 + 201 527 l 1 + 201 445 l 1xfd20 + 422 228 l 1 + 438 210 l 1 + 438 87 l 1 + 351 0 l 1 + 168 0 l 1 + 81 87 l 1 + 81 147 l 1 + 182 147 l 1 + 182 66 l 1 + 203 48 l 1 + 316 48 l 1 + 337 66 l 1 + 337 178 l 1xfe10 + 100 402 l 1 + 100 506 l 1 + 187 593 l 1 + 345 593 l 1 + 432 506 l 1 + 432 445 l 1 + 331 445 l 1 + 331 527 l 1xfd20 +EndSplineSet +Validated: 1 +EndChar + +StartChar: umacron +Encoding: 363 363 187 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 755 56<104 396 104 396> +VStem: 78 100<87 593 66 593> 104 292<755 811 755 811> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1xe8 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1xe8 +104 755 m 1xd0 + 104 811 l 1 + 396 811 l 1 + 396 755 l 1 + 104 755 l 1xd0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: uhungarumlaut +Encoding: 369 369 188 +Width: 500 +Flags: HMW +HStem: 0 48<199 309 199 342 166 309> 679 7 833 15 +VStem: 78 100<87 593 66 593> 330 100<87 87 87 593> +LayerCount: 2 +Fore +SplineSet +430 87 m 1 + 342 0 l 1 + 166 0 l 1 + 78 87 l 1 + 78 593 l 1 + 178 593 l 1 + 178 66 l 1 + 199 48 l 1 + 309 48 l 1 + 330 66 l 1 + 330 593 l 1 + 430 593 l 1 + 430 87 l 1 +319 679 m 1 + 312 686 l 1 + 368 848 l 1 + 421 848 l 1 + 439 833 l 1 + 351 679 l 1 + 319 679 l 1 +162 686 m 1 + 218 848 l 1 + 271 848 l 1 + 289 833 l 1 + 201 679 l 1 + 169 679 l 1 + 162 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wcircumflex +Encoding: 373 373 189 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 676 7 787 61<233 244 233 233> +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +300 676 m 1 + 244 787 l 1 + 233 787 l 1 + 177 676 l 1 + 145 676 l 1 + 138 683 l 1 + 212 848 l 1 + 265 848 l 1 + 339 683 l 1 + 332 676 l 1 + 300 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wgrave +Encoding: 7809 7809 190 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 833 15 +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +260 686 m 1 + 253 679 l 1 + 216 679 l 1 + 123 833 l 1 + 141 848 l 1 + 199 848 l 1 + 260 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: wacute +Encoding: 7811 7811 191 +Width: 500 +Flags: HMW +HStem: 0 593<96 117 18 199 96 96 272 274 375 390 272 272> 679 7 833 15 +VStem: 18 99<537 593 537 593> 203 71<537 593 537 593> 375 99<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +474 593 m 1 + 474 537 l 1 + 390 0 l 1 + 272 0 l 1 + 243 229 l 1 + 199 0 l 1 + 96 0 l 1 + 18 537 l 1 + 18 593 l 1 + 117 593 l 1 + 117 537 l 1 + 171 81 l 1 + 221 400 l 1 + 203 537 l 1 + 203 593 l 1 + 274 593 l 1 + 274 537 l 1 + 323 92 l 1 + 375 537 l 1 + 375 593 l 1 + 474 593 l 1 +217 686 m 1 + 278 848 l 1 + 336 848 l 1 + 354 833 l 1 + 261 679 l 1 + 224 679 l 1 + 217 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ycircumflex +Encoding: 375 375 192 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 676 7 787 61<260 271 260 260> +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xbc + 343 0 l 1x7c + 302 -199 l 1 + 205 -199 l 1xbc + 251 0 l 1 + 176 0 l 1x7c + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xbc + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x7c + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xbc +327 676 m 1 + 271 787 l 1 + 260 787 l 1 + 204 676 l 1 + 172 676 l 1 + 165 683 l 1 + 239 848 l 1 + 292 848 l 1 + 366 683 l 1 + 359 676 l 1 + 327 676 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ygrave +Encoding: 7923 7923 193 +Width: 500 +Flags: HMW +HStem: -199 792<42 302 42 205> 0 48<176 271> 833 15 +VStem: 43 101 353 101<537 593 537 593> +LayerCount: 2 +Fore +SplineSet +454 537 m 1xb8 + 343 0 l 1x78 + 302 -199 l 1 + 205 -199 l 1xb8 + 251 0 l 1 + 176 0 l 1x78 + 44 537 l 1 + 42 593 l 1 + 144 593 l 1xb8 + 144 537 l 1 + 255 48 l 1 + 271 48 l 1x78 + 353 537 l 1 + 353 593 l 1 + 454 593 l 1 + 454 537 l 1xb8 +287 686 m 1 + 280 679 l 1 + 243 679 l 1 + 150 833 l 1 + 168 848 l 1 + 226 848 l 1 + 287 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zacute +Encoding: 378 378 194 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 679 7 833 15 +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf8 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf8 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xf4 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf8 +230 686 m 1 + 291 848 l 1 + 349 848 l 1 + 367 833 l 1 + 274 679 l 1 + 237 679 l 1 + 230 686 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: zdotaccent +Encoding: 380 380 195 +Width: 500 +Flags: HMW +HStem: 0 48<173 427 59 59> 545 48<84 312 84 420 84 421 84 421> 714 138<183 314 183 314> +VStem: 59 368<0 48 0 48> 84 336<545 593 545 593> 183 131<714 852 714 852> +LayerCount: 2 +Fore +SplineSet +427 48 m 1xf0 + 427 0 l 1 + 59 0 l 1 + 59 48 l 1xf0 + 312 545 l 1 + 84 545 l 1 + 84 593 l 1 + 420 593 l 1 + 420 545 l 1xe8 + 421 545 l 1 + 173 48 l 1 + 427 48 l 1xf0 +183 714 m 1xe4 + 183 852 l 1 + 314 852 l 1 + 314 714 l 1 + 183 714 l 1xe4 +EndSplineSet +Validated: 1 +EndChar + +StartChar: dotlessj +Encoding: 567 567 196 +Width: 500 +Flags: HMW +HStem: -199 48<163 272 163 297 138 272> -130 65<54 147> 545 48<102 273 102 381> +VStem: 54 93<-130 -65 -133 -65> 288 93<-130 530 530 530> +LayerCount: 2 +Fore +SplineSet +381 593 m 1 + 381 -130 l 1 + 297 -199 l 1 + 138 -199 l 1 + 54 -130 l 1 + 54 -65 l 1 + 147 -65 l 1 + 147 -133 l 1 + 163 -151 l 1 + 272 -151 l 1 + 288 -133 l 1 + 288 530 l 1 + 273 545 l 1 + 102 545 l 1 + 102 593 l 1 + 381 593 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guillemetleft +Encoding: 171 171 197 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: guillemetright +Encoding: 187 187 198 +Width: 500 +Flags: HMW +HStem: 394 199<276 280> +VStem: 179 198<491 496> +LayerCount: 2 +Fore +SplineSet +377 491 m 1 + 280 394 l 1 + 179 496 l 1 + 276 593 l 1 + 377 491 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: euro +Encoding: 8364 8364 199 +Width: 500 +Flags: HMW +HStem: 1 52<216 409 216 409 184 409> 276 50<22 91 22 91 196 314> 377 50<35 91 35 91 196 327> 629 52<216 409 216 216> +VStem: 91 105<88 276 71 276 326 377 71 377 427 594 594 594> +LayerCount: 2 +Fore +SplineSet +409 53 m 1 + 409 1 l 1 + 184 1 l 1 + 91 88 l 1 + 91 276 l 1 + 22 276 l 1 + 22 326 l 1 + 91 326 l 1 + 91 377 l 1 + 35 377 l 1 + 35 427 l 1 + 91 427 l 1 + 91 594 l 1 + 184 681 l 1 + 409 681 l 1 + 409 629 l 1 + 216 629 l 1 + 196 611 l 1 + 196 427 l 1 + 327 427 l 1 + 327 377 l 1 + 196 377 l 1 + 196 326 l 1 + 314 326 l 1 + 314 276 l 1 + 196 276 l 1 + 196 71 l 1 + 216 53 l 1 + 409 53 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: .null +Encoding: 65537 -1 200 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: commaaccent +Encoding: 63171 63171 201 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla.case +Encoding: 65538 -1 202 +Width: 500 +Flags: HMW +HStem: -191 24<223 279 223 297 205 279> -62 25<195 279 195 297> +VStem: 168 44<-147 -128 -157 -128> 290 57<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +347 -147 m 1 + 297 -191 l 1 + 205 -191 l 1 + 168 -147 l 1 + 168 -128 l 1 + 212 -128 l 1 + 212 -157 l 1 + 223 -167 l 1 + 279 -167 l 1 + 290 -157 l 1 + 290 -72 l 1 + 279 -62 l 1 + 195 -62 l 1 + 195 -37 l 1 + 297 -37 l 1 + 347 -82 l 1 + 347 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: acute.cap +Encoding: 65539 -1 203 +Width: 500 +Flags: HMW +HStem: 850 7 1004 15 +VStem: 215 137 +LayerCount: 2 +Fore +SplineSet +215 857 m 1 + 276 1019 l 1 + 334 1019 l 1 + 352 1004 l 1 + 259 850 l 1 + 222 850 l 1 + 215 857 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: grave.cap +Encoding: 65540 -1 204 +Width: 500 +Flags: HMW +HStem: 1004 15 +VStem: 163 137 +LayerCount: 2 +Fore +SplineSet +239 1019 m 1 + 300 857 l 1 + 293 850 l 1 + 256 850 l 1 + 163 1004 l 1 + 181 1019 l 1 + 239 1019 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: hungarumlaut.cap +Encoding: 65541 -1 205 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: circumflex.cap +Encoding: 65542 -1 206 +Width: 500 +Flags: HMW +HStem: 846 7 846 173<202 334 202 334 276 408 276 376> +VStem: 195 220<853 853> +LayerCount: 2 +Fore +SplineSet +376 846 m 1x60 + 305 953 l 1 + 234 846 l 1 + 202 846 l 1x60 + 195 853 l 1xa0 + 276 1019 l 1 + 334 1019 l 1x60 + 415 853 l 1xa0 + 408 846 l 1 + 376 846 l 1x60 +EndSplineSet +Validated: 1 +EndChar + +StartChar: caron.cap +Encoding: 65543 -1 207 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: breve.cap +Encoding: 65544 -1 208 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: tilde.cap +Encoding: 65545 -1 209 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: macron.cap +Encoding: 65546 -1 210 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: dieresis.cap +Encoding: 65547 -1 211 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: dotaccent.cap +Encoding: 65548 -1 212 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: ring.cap +Encoding: 65549 -1 213 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: cedilla.cap +Encoding: 65550 -1 214 +Width: 500 +Flags: HMW +HStem: -191 24<223 279 223 297 205 279> -62 25<195 279 195 297> +VStem: 168 44<-147 -128 -157 -128> 290 57<-147 -147 -147 -82> +LayerCount: 2 +Fore +SplineSet +347 -147 m 1 + 297 -191 l 1 + 205 -191 l 1 + 168 -147 l 1 + 168 -128 l 1 + 212 -128 l 1 + 212 -157 l 1 + 223 -167 l 1 + 279 -167 l 1 + 290 -157 l 1 + 290 -72 l 1 + 279 -62 l 1 + 195 -62 l 1 + 195 -37 l 1 + 297 -37 l 1 + 347 -82 l 1 + 347 -147 l 1 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ogonek.cap +Encoding: 65551 -1 215 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: commaaccent.cap +Encoding: 65552 -1 216 +Width: 500 +Flags: W +LayerCount: 2 +EndChar + +StartChar: i.dot +Encoding: 65553 -1 217 +Width: 500 +Flags: HMW +HStem: 0 48<50 184 316 450 50 184> 546 48<68 184 68 300> 693 138<185 313 185 313> +VStem: 185 128<693 831 693 831> 200 100<66 528 528 528> +LayerCount: 2 +Fore +SplineSet +450 0 m 1xe8 + 50 0 l 1 + 50 48 l 1 + 184 48 l 1 + 200 66 l 1 + 200 528 l 1 + 184 546 l 1 + 68 546 l 1 + 68 594 l 1 + 300 594 l 1 + 300 66 l 1 + 316 48 l 1 + 450 48 l 1 + 450 0 l 1xe8 +313 831 m 1xf0 + 313 693 l 1 + 185 693 l 1 + 185 831 l 1 + 313 831 l 1xf0 +EndSplineSet +Validated: 1 +EndChar + +StartChar: ampersand +Encoding: 38 38 218 +Width: 500 +VWidth: 0 +Flags: W +HStem: -0.000976562 60<179.083 322.083> 286.499 52.5<262.083 322.083 407.583 473.583> 422.999 60<189.903 331.083> 729.999 60<190.583 346.333> +VStem: 51.083 108<93.999 395.999> 62.583 108<516.499 702.999> 322.083 85.5<59.999 286.499> +LayerCount: 2 +Fore +SplineSet +407.583 16.498 m 1xfa + 397 -0.000976562 l 1 + 144.083 -0.000976562 l 1 + 51.083 93.999 l 1 + 51.083 395.999 l 1xfa + 121.003 461.408 l 1 + 62.583 516.499 l 1 + 62.583 702.999 l 1 + 155.583 789.999 l 1 + 346.333 789.999 l 1 + 346.333 729.999 l 1 + 190.583 729.999 l 1 + 170.583 711.999 l 1 + 170.583 501.499 l 1xf6 + 189.903 482.999 l 1 + 331.083 482.999 l 1 + 331.083 422.999 l 1 + 179.083 422.999 l 1 + 159.083 404.999 l 1 + 159.083 77.999 l 1 + 179.083 59.999 l 1 + 322.083 59.999 l 1 + 322.083 286.499 l 1 + 262.083 286.499 l 1 + 262.083 338.999 l 1 + 473.583 338.999 l 1 + 473.583 286.499 l 1 + 407.583 286.499 l 1 + 407.583 16.498 l 1xfa +EndSplineSet +Validated: 1 +EndChar + +StartChar: uni0243 +Encoding: 579 579 219 +Width: 500 +Flags: W +HStem: 0 60<177 350> 194 58<8 69 177 272> 385 57<177 326> 730 60<177 326> +VStem: 69 108<60 194 252 385 442 730> 346 108<472 703> 370 108<87 355> +LayerCount: 2 +Fore +SplineSet +478 355 m 1xfa + 478 87 l 1xfa + 385 0 l 1 + 69 0 l 1 + 69 194 l 1 + 8 194 l 1 + 8 252 l 1 + 69 252 l 1 + 69 790 l 1 + 361 790 l 1 + 454 703 l 1 + 454 472 l 1xfc + 403 425 l 1 + 478 355 l 1xfa +177 442 m 1 + 326 442 l 1 + 346 460 l 1 + 346 712 l 1xfc + 326 730 l 1 + 177 730 l 1 + 177 442 l 1 +370 367 m 1xfa + 350 385 l 1 + 177 385 l 1 + 177 252 l 1 + 272 252 l 1 + 272 194 l 1 + 177 194 l 1 + 177 60 l 1 + 350 60 l 1 + 370 78 l 1 + 370 367 l 1xfa +EndSplineSet +Validated: 1 +EndChar + +StartChar: uni0243 +Encoding: 579 579 220 +Width: 500 +Flags: W +HStem: 0 60<177 350> 194 58<8 69 177 272> 385 57<177 326> 730 60<177 326> +VStem: 69 108<60 194 252 385 442 730> 346 108<472 703> 370 108<87 355> +LayerCount: 2 +Fore +SplineSet +370 367 m 1xfa + 350 385 l 1 + 177 385 l 1 + 177 252 l 1 + 272 252 l 1 + 272 194 l 1 + 177 194 l 1 + 177 60 l 1 + 350 60 l 1 + 370 78 l 1 + 370 367 l 1xfa +177 442 m 1 + 326 442 l 1 + 346 460 l 1 + 346 712 l 1xfc + 326 730 l 1 + 177 730 l 1 + 177 442 l 1 +478 355 m 1xfa + 478 87 l 1xfa + 385 0 l 1 + 69 0 l 1 + 69 194 l 1 + 8 194 l 1 + 8 252 l 1 + 69 252 l 1 + 69 790 l 1 + 361 790 l 1 + 454 703 l 1 + 454 472 l 1xfc + 403 425 l 1 + 478 355 l 1xfa +EndSplineSet +EndChar + +StartChar: ampersand +Encoding: 38 38 221 +Width: 500 +Flags: W +HStem: 0 60<180.75 323.75> 286.5 52.5<263.75 323.75 409.25 475.25> 423 60<191.57 332.75> 730 60<192.25 348> +VStem: 52.75 108<94 396> 64.25 108<516.5 703> 323.75 85.5<60 286.5> +LayerCount: 2 +Fore +SplineSet +409.25 16.499 m 1xfa + 398.667 0 l 1 + 145.75 0 l 1 + 52.75 94 l 1 + 52.75 396 l 1xfa + 122.67 461.409 l 1 + 64.25 516.5 l 1 + 64.25 703 l 1 + 157.25 790 l 1 + 348 790 l 1 + 348 730 l 1 + 192.25 730 l 1 + 172.25 712 l 1 + 172.25 501.5 l 1xf6 + 191.57 483 l 1 + 332.75 483 l 1 + 332.75 423 l 1 + 180.75 423 l 1 + 160.75 405 l 1 + 160.75 78 l 1 + 180.75 60 l 1 + 323.75 60 l 1 + 323.75 286.5 l 1 + 263.75 286.5 l 1 + 263.75 339 l 1 + 475.25 339 l 1 + 475.25 286.5 l 1 + 409.25 286.5 l 1 + 409.25 16.499 l 1xfa +EndSplineSet +EndChar +EndChars +EndSplineFont diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/features.fea b/static/css/steps-mono-master/sources/Steps-Mono.ufo/features.fea new file mode 100644 index 0000000..bb6b3cc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/features.fea @@ -0,0 +1,33 @@ + +#Mark attachment classes (defined in GDEF, used in lookupflags) + +@GDEF_Simple = [\scaron \yacute \Thorn \thorn \CR \zcaron \minus \space \exclam + \quotedbl \numbersign \dollar \percent \quotesingle \parenleft \parenright + \asterisk \plus \comma \hyphen \period \slash \zero \one \two \three \four \five + \six \seven \eight \nine \colon \semicolon \less \greater \question \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 \backslash \asciicircum + \underscore \grave \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 + \Ccedilla \Eacute \aacute \agrave \acircumflex \adieresis \ccedilla \eacute + \egrave \ecircumflex \edieresis \iacute \igrave \icircumflex \idieresis \oacute + \ograve \ocircumflex \odieresis \uacute \ugrave \ucircumflex \udieresis \cent + \sterling \bullet \acute \dieresis \AE \yen \ae \questiondown \exclamdown + \ellipsis \nbspace \Agrave \OE \oe \endash \emdash \quotedblleft \quotedblright + \quoteleft \quoteright \fraction \currency \guilsinglleft \guilsinglright + \periodcentered \quotesinglbase \quotedblbase \perthousand \Acircumflex + \Aacute \Egrave \Iacute \Igrave \Oacute \dotlessi \circumflex \tilde \macron + \breve \dotaccent \ring \cedilla \hungarumlaut \ogonek \caron \Abreve \Cacute + \Ccircumflex \Ldot \amacron \abreve \cacute \ccircumflex \cdotaccent \ccaron + \emacron \edotaccent \ecaron \gcircumflex \jcircumflex \nacute \ncaron \omacron + \ohungarumlaut \racute \rcaron \sacute \scircumflex \scedilla \umacron + \uhungarumlaut \wcircumflex \wgrave \wacute \ycircumflex \ygrave \zacute + \zdotaccent \dotlessj \guillemetleft \guillemetright \euro \.null \commaaccent + \cedilla.case \acute.cap \grave.cap \hungarumlaut.cap \circumflex.cap + \caron.cap \breve.cap \tilde.cap \macron.cap \dieresis.cap \dotaccent.cap + \ring.cap \cedilla.cap \ogonek.cap \commaaccent.cap \i.dot \ampersand \uni0243 + \uni0243 \ampersand ]; + +table GDEF { + GlyphClassDef @GDEF_Simple, , , ; + +} GDEF; + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/fontinfo.plist b/static/css/steps-mono-master/sources/Steps-Mono.ufo/fontinfo.plist new file mode 100644 index 0000000..979a83f --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/fontinfo.plist @@ -0,0 +1,123 @@ + + + + + familyName + Steps-Mono + styleName + Mono-Mono + versionMajor + 1 + versionMinor + 0 + copyright + copyright missing + unitsPerEm + 1000 + ascender + 801 + descender + -199 + italicAngle + 0 + note + + openTypeHeadCreated + 2014/04/17 15:39:11 + openTypeHheaAscender + 801 + openTypeHheaDescender + -199 + openTypeHheaLineGap + 200 + openTypeNameVersion + Version 1.000;PS 1.0;hotconv 1.0.70;makeotf.lib2.5.58329 DEVELOPMENT + openTypeNameUniqueID + 1.000;NONE;Steps-Mono-Mono + openTypeNamePreferredFamilyName + Steps-Mono + openTypeNamePreferredSubfamilyName + Regular + openTypeOS2Panose + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + openTypeOS2WidthClass + 5 + openTypeOS2WeightClass + 400 + openTypeOS2VendorID + NONE + openTypeOS2FamilyClass + + 0 + 0 + + openTypeOS2Type + + 2 + + openTypeOS2TypoAscender + 801 + openTypeOS2TypoDescender + -199 + openTypeOS2TypoLineGap + 200 + openTypeOS2WinAscent + 1029 + openTypeOS2WinDescent + 200 + openTypeOS2SubscriptXSize + 650 + openTypeOS2SubscriptYSize + 600 + openTypeOS2SubscriptXOffset + 0 + openTypeOS2SubscriptYOffset + 75 + openTypeOS2SuperscriptXSize + 650 + openTypeOS2SuperscriptYSize + 600 + openTypeOS2SuperscriptXOffset + 0 + openTypeOS2SuperscriptYOffset + 350 + openTypeOS2StrikeoutSize + 0 + openTypeOS2StrikeoutPosition + 295 + openTypeOS2UnicodeRanges + + 0 + 1 + + openTypeOS2CodePageRanges + + 0 + 1 + 29 + + postscriptFontName + Steps-Mono-Mono + postscriptFullName + Steps-Mono Mono + postscriptWeightName + Normal + postscriptUnderlineThickness + 0 + postscriptUnderlinePosition + 0 + postscriptBlueScale + 0.039625 + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_.glif new file mode 100644 index 0000000..6a81153 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 281 + width + 60 + + + position + 732 + width + 58 + + + vhints + + + position + 6 + width + 94 + + + position + 383 + width + 104 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_E_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_E_.glif new file mode 100644 index 0000000..05bd20e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_E_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 230 + width + 70 + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 19 + width + 66 + + + position + 252 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_acute.glif new file mode 100644 index 0000000..002bcd1 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_acute.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 281 + width + 60 + + + position + 732 + width + 58 + + + position + 851 + width + 7 + + + position + 1005 + width + 15 + + + vhints + + + position + 6 + width + 94 + + + position + 383 + width + 104 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_breve.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_breve.glif new file mode 100644 index 0000000..d208ff2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_breve.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 281 + width + 60 + + + position + 732 + width + 58 + + + position + 857 + width + 19 + + + position + 896 + width + 26 + + + vhints + + + position + 6 + width + 94 + + + position + 132 + width + 52 + + + position + 302 + width + 52 + + + position + 383 + width + 104 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_circumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_circumflex.glif new file mode 100644 index 0000000..44aaa24 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_circumflex.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 281 + width + 60 + + + position + 732 + width + 58 + + + position + 828 + width + 7 + + + position + 828 + width + 173 + + + vhints + + + position + 6 + width + 94 + + + position + 383 + width + 104 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_grave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_grave.glif new file mode 100644 index 0000000..10dc377 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/A_grave.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 281 + width + 60 + + + position + 732 + width + 58 + + + position + 994 + width + 15 + + + vhints + + + position + 6 + width + 94 + + + position + 383 + width + 104 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/B_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/B_.glif new file mode 100644 index 0000000..2c43840 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/B_.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 370 + width + 57 + + + position + 730 + width + 60 + + + vhints + + + position + 49 + width + 108 + + + position + 326 + width + 108 + + + position + 350 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_.glif new file mode 100644 index 0000000..16b1364 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_R_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_R_.glif new file mode 100644 index 0000000..615ccdc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_R_.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_acute.glif new file mode 100644 index 0000000..e4eceac --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_acute.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + position + 851 + width + 7 + + + position + 1005 + width + 15 + + + vhints + + + position + 51 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_cedilla.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_cedilla.glif new file mode 100644 index 0000000..2c6bf12 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_cedilla.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -191 + width + 24 + + + position + -62 + width + 24 + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 185 + width + 39 + + + position + 287 + width + 52 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_circumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_circumflex.glif new file mode 100644 index 0000000..249c0bd --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/C_circumflex.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + position + 828 + width + 7 + + + position + 828 + width + 173 + + + vhints + + + position + 51 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/D_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/D_.glif new file mode 100644 index 0000000..2c4efdf --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/D_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_.glif new file mode 100644 index 0000000..3286e98 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 56 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_acute.glif new file mode 100644 index 0000000..a582d26 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_acute.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 56 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_grave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_grave.glif new file mode 100644 index 0000000..8d19322 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/E_grave.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 56 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/F_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/F_.glif new file mode 100644 index 0000000..908e72b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/F_.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 56 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/G_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/G_.glif new file mode 100644 index 0000000..d0dbe4a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/G_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 320 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/H_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/H_.glif new file mode 100644 index 0000000..bfcfa47 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/H_.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + position + 376 + width + 60 + + + vhints + + + position + 48 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_.glif new file mode 100644 index 0000000..bc9d659 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 196 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_acute.glif new file mode 100644 index 0000000..0bf6a55 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_acute.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 196 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_grave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_grave.glif new file mode 100644 index 0000000..5f9698c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/I_grave.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 196 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/J_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/J_.glif new file mode 100644 index 0000000..918540d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/J_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 13 + width + 108 + + + position + 316 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/K_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/K_.glif new file mode 100644 index 0000000..fcc8b82 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/K_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + position + 333 + width + 111 + + + vhints + + + position + 41 + width + 108 + + + position + 337 + width + 108 + + + position + 357 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_.glif new file mode 100644 index 0000000..3351fc2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 70 + + + vhints + + + position + 72 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_dot.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_dot.glif new file mode 100644 index 0000000..24dd0fa --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/L_dot.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 70 + + + position + 361 + width + 137 + + + vhints + + + position + 72 + width + 108 + + + position + 292 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/M_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/M_.glif new file mode 100644 index 0000000..c029b65 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/M_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + position + 287 + width + 153 + + + vhints + + + position + 13 + width + 108 + + + position + 377 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/N_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/N_.glif new file mode 100644 index 0000000..ea89ff7 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/N_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + vhints + + + position + 43 + width + 108 + + + position + 352 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_.glif new file mode 100644 index 0000000..9eb1682 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_E_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_E_.glif new file mode 100644 index 0000000..95bf191 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_E_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 376 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 10 + width + 108 + + + position + 231 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_acute.glif new file mode 100644 index 0000000..7882be3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/O_acute.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/P_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/P_.glif new file mode 100644 index 0000000..05c2c20 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/P_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 311 + width + 57 + + + position + 730 + width + 60 + + + vhints + + + position + 41 + width + 108 + + + position + 357 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Q_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Q_.glif new file mode 100644 index 0000000..188c002 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Q_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/R_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/R_.glif new file mode 100644 index 0000000..51b55b3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/R_.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 336 + width + 57 + + + position + 730 + width + 60 + + + vhints + + + position + 47 + width + 108 + + + position + 330 + width + 108 + + + position + 347 + width + 115 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/S_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/S_.glif new file mode 100644 index 0000000..e9a838d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/S_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 38 + width + 111 + + + position + 62 + width + 111 + + + position + 337 + width + 111 + + + position + 357 + width + 111 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_.glif new file mode 100644 index 0000000..8459d8b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 730 + width + 60 + + + vhints + + + position + 196 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_horn.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_horn.glif new file mode 100644 index 0000000..20d6e93 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/T_horn.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 163 + width + 57 + + + position + 582 + width + 60 + + + vhints + + + position + 41 + width + 108 + + + position + 357 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/U_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/U_.glif new file mode 100644 index 0000000..b4c211c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/U_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 340 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/V_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/V_.glif new file mode 100644 index 0000000..9bd458f --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/V_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 51 + + + vhints + + + position + 9 + width + 104 + + + position + 396 + width + 94 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/W_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/W_.glif new file mode 100644 index 0000000..50567fe --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/W_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + position + 348 + width + 219 + + + vhints + + + position + 13 + width + 472 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/X_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/X_.glif new file mode 100644 index 0000000..f9a0bda --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/X_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 790 + + + vhints + + + position + 11 + width + 98 + + + position + 32 + width + 100 + + + position + 184 + width + 131 + + + position + 369 + width + 99 + + + position + 389 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Y_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Y_.glif new file mode 100644 index 0000000..c4d4939 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Y_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 430 + + + position + 0 + width + 790 + + + vhints + + + position + 11 + width + 104 + + + position + 195 + width + 108 + + + position + 398 + width + 90 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Z_.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Z_.glif new file mode 100644 index 0000000..b05ddfd --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/Z_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 22 + width + 446 + + + position + 55 + width + 404 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_notdef.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_notdef.glif new file mode 100644 index 0000000..f97e535 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_notdef.glif @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 2 + width + 60 + + + position + 120 + width + 59 + + + position + 178 + width + 61 + + + position + 179 + width + 121 + + + position + 296 + width + 83 + + + position + 380 + width + 121 + + + position + 441 + width + 60 + + + position + 457 + width + 162 + + + position + 501 + width + 60 + + + position + 619 + width + 61 + + + vhints + + + position + 8 + width + 41 + + + position + 112 + width + 63 + + + position + 176 + width + 136 + + + position + 307 + width + 62 + + + position + 312 + width + 129 + + + position + 441 + width + 39 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_null.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_null.glif new file mode 100644 index 0000000..0216dcc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/_null.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/a.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/a.glif new file mode 100644 index 0000000..0d9434e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/a.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 54 + width + 94 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/aacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/aacute.glif new file mode 100644 index 0000000..a6c1c17 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/aacute.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 54 + width + 94 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/abreve.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/abreve.glif new file mode 100644 index 0000000..b736b42 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/abreve.glif @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 660 + width + 19 + + + position + 699 + width + 26 + + + vhints + + + position + 54 + width + 94 + + + position + 156 + width + 52 + + + position + 322 + width + 100 + + + position + 326 + width + 52 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acircumflex.glif new file mode 100644 index 0000000..7dc5ace --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acircumflex.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 54 + width + 94 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.cap.glif new file mode 100644 index 0000000..eaeaa91 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.cap.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 850 + width + 7 + + + position + 1004 + width + 15 + + + vhints + + + position + 215 + width + 137 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.glif new file mode 100644 index 0000000..b355258 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/acute.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 665 + width + 7 + + + position + 819 + width + 15 + + + vhints + + + position + 170 + width + 137 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/adieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/adieresis.glif new file mode 100644 index 0000000..307a458 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/adieresis.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 723 + width + 125 + + + vhints + + + position + 54 + width + 94 + + + position + 133 + width + 97 + + + position + 307 + width + 97 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ae.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ae.glif new file mode 100644 index 0000000..3f3c1da --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ae.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 47 + + + position + 545 + width + 48 + + + vhints + + + position + 36 + width + 90 + + + position + 201 + width + 100 + + + position + 370 + width + 90 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/agrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/agrave.glif new file mode 100644 index 0000000..2f941ba --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/agrave.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 833 + width + 15 + + + vhints + + + position + 54 + width + 94 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/amacron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/amacron.glif new file mode 100644 index 0000000..88eebe7 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/amacron.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 268 + width + 48 + + + position + 545 + width + 48 + + + position + 755 + width + 56 + + + vhints + + + position + 54 + width + 94 + + + position + 125 + width + 292 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand.glif new file mode 100644 index 0000000..24d7a35 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 286 + width + 52 + + + position + 423 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 51 + width + 108 + + + position + 63 + width + 108 + + + position + 322 + width + 86 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand000000000000001.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand000000000000001.glif new file mode 100644 index 0000000..4aff6b8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ampersand000000000000001.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 286 + width + 52 + + + position + 423 + width + 60 + + + position + 730 + width + 60 + + + vhints + + + position + 53 + width + 108 + + + position + 64 + width + 108 + + + position + 324 + width + 86 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asciicircum.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asciicircum.glif new file mode 100644 index 0000000..23815b3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asciicircum.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 683 + width + 91 + + + vhints + + + position + 37 + width + 425 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asterisk.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asterisk.glif new file mode 100644 index 0000000..1043627 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/asterisk.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 513 + width + 277 + + + vhints + + + position + 194 + width + 95 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/b.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/b.glif new file mode 100644 index 0000000..ade5104 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/b.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + vhints + + + position + 81 + width + 100 + + + position + 333 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/backslash.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/backslash.glif new file mode 100644 index 0000000..b00e4d0 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/backslash.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -103 + width + 902 + + + vhints + + + position + 16 + width + 467 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.cap.glif new file mode 100644 index 0000000..2a1e8b5 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.glif new file mode 100644 index 0000000..057a95c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/breve.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 660 + width + 19 + + + position + 699 + width + 26 + + + vhints + + + position + 123 + width + 52 + + + position + 293 + width + 52 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/bullet.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/bullet.glif new file mode 100644 index 0000000..e147444 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/bullet.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 143 + width + 307 + + + vhints + + + position + 96 + width + 307 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/c.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/c.glif new file mode 100644 index 0000000..61bd2e3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/c.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 127 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cacute.glif new file mode 100644 index 0000000..f07575a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cacute.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 127 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.cap.glif new file mode 100644 index 0000000..9fb704e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.glif new file mode 100644 index 0000000..506b0dc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/caron.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 662 + width + 61 + + + position + 827 + width + 7 + + + vhints + + + position + 151 + width + 201 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccaron.glif new file mode 100644 index 0000000..5f812fc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccaron.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 127 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccedilla.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccedilla.glif new file mode 100644 index 0000000..d7b3d7e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccedilla.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 24 + + + position + -70 + width + 25 + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 127 + width + 100 + + + position + 240 + width + 39 + + + position + 342 + width + 52 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccircumflex.glif new file mode 100644 index 0000000..4aa3866 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ccircumflex.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 127 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cdotaccent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cdotaccent.glif new file mode 100644 index 0000000..7835903 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cdotaccent.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 714 + width + 138 + + + vhints + + + position + 127 + width + 100 + + + position + 208 + width + 131 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.cap.glif new file mode 100644 index 0000000..63e1e69 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.cap.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -191 + width + 24 + + + position + -62 + width + 25 + + + vhints + + + position + 168 + width + 44 + + + position + 290 + width + 57 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.case.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.case.glif new file mode 100644 index 0000000..5136fdd --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.case.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -191 + width + 24 + + + position + -62 + width + 25 + + + vhints + + + position + 168 + width + 44 + + + position + 290 + width + 57 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.glif new file mode 100644 index 0000000..0443b0b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cedilla.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -191 + width + 24 + + + position + -62 + width + 25 + + + vhints + + + position + 182 + width + 39 + + + position + 284 + width + 52 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cent.glif new file mode 100644 index 0000000..7ee430c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/cent.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 570 + width + 48 + + + vhints + + + position + 67 + width + 103 + + + position + 272 + width + 40 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.cap.glif new file mode 100644 index 0000000..8c2f0c3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.cap.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 846 + width + 7 + + + position + 846 + width + 173 + + + vhints + + + position + 195 + width + 220 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.glif new file mode 100644 index 0000000..7aaab18 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/circumflex.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 662 + width + 7 + + + position + 773 + width + 61 + + + vhints + + + position + 151 + width + 201 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/colon.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/colon.glif new file mode 100644 index 0000000..10190de --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/colon.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 137 + + + position + 378 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/comma.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/comma.glif new file mode 100644 index 0000000..d1dc268 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/comma.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -146 + width + 40 + + + position + 0 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.cap.glif new file mode 100644 index 0000000..17881bb --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.glif new file mode 100644 index 0000000..8ffe8b8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/commaaccent.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/contents.plist b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/contents.plist new file mode 100644 index 0000000..9881f81 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/contents.plist @@ -0,0 +1,450 @@ + + + + + .notdef + _notdef.glif + scaron + scaron.glif + yacute + yacute.glif + Thorn + T_horn.glif + thorn + thorn.glif + CR + C_R_.glif + zcaron + zcaron.glif + minus + minus.glif + space + space.glif + exclam + exclam.glif + quotedbl + quotedbl.glif + numbersign + numbersign.glif + dollar + dollar.glif + percent + percent.glif + quotesingle + quotesingle.glif + parenleft + parenleft.glif + parenright + parenright.glif + asterisk + asterisk.glif + plus + plus.glif + comma + comma.glif + hyphen + hyphen.glif + period + period.glif + slash + slash.glif + zero + zero.glif + one + one.glif + two + two.glif + three + three.glif + four + four.glif + five + five.glif + six + six.glif + seven + seven.glif + eight + eight.glif + nine + nine.glif + colon + colon.glif + semicolon + semicolon.glif + less + less.glif + greater + greater.glif + question + question.glif + A + A_.glif + B + B_.glif + C + C_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + backslash + backslash.glif + asciicircum + asciicircum.glif + underscore + underscore.glif + grave + grave.glif + a + a.glif + b + b.glif + c + c.glif + d + d.glif + e + e.glif + f + f.glif + g + g.glif + h + h.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + m + m.glif + n + n.glif + o + o.glif + p + p.glif + q + q.glif + r + r.glif + s + s.glif + t + t.glif + u + u.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + Ccedilla + C_cedilla.glif + Eacute + E_acute.glif + aacute + aacute.glif + agrave + agrave.glif + acircumflex + acircumflex.glif + adieresis + adieresis.glif + ccedilla + ccedilla.glif + eacute + eacute.glif + egrave + egrave.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + iacute + iacute.glif + igrave + igrave.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + oacute + oacute.glif + ograve + ograve.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + uacute + uacute.glif + ugrave + ugrave.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + cent + cent.glif + sterling + sterling.glif + bullet + bullet.glif + acute + acute.glif + dieresis + dieresis.glif + AE + A_E_.glif + yen + yen.glif + ae + ae.glif + questiondown + questiondown.glif + exclamdown + exclamdown.glif + ellipsis + ellipsis.glif + nbspace + nbspace.glif + Agrave + A_grave.glif + OE + O_E_.glif + oe + oe.glif + endash + endash.glif + emdash + emdash.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + fraction + fraction.glif + currency + currency.glif + guilsinglleft + guilsinglleft.glif + guilsinglright + guilsinglright.glif + periodcentered + periodcentered.glif + quotesinglbase + quotesinglbase.glif + quotedblbase + quotedblbase.glif + perthousand + perthousand.glif + Acircumflex + A_circumflex.glif + Aacute + A_acute.glif + Egrave + E_grave.glif + Iacute + I_acute.glif + Igrave + I_grave.glif + Oacute + O_acute.glif + dotlessi + dotlessi.glif + circumflex + circumflex.glif + tilde + tilde.glif + macron + macron.glif + breve + breve.glif + dotaccent + dotaccent.glif + ring + ring.glif + cedilla + cedilla.glif + hungarumlaut + hungarumlaut.glif + ogonek + ogonek.glif + caron + caron.glif + Abreve + A_breve.glif + Cacute + C_acute.glif + Ccircumflex + C_circumflex.glif + Ldot + L_dot.glif + amacron + amacron.glif + abreve + abreve.glif + cacute + cacute.glif + ccircumflex + ccircumflex.glif + cdotaccent + cdotaccent.glif + ccaron + ccaron.glif + emacron + emacron.glif + edotaccent + edotaccent.glif + ecaron + ecaron.glif + gcircumflex + gcircumflex.glif + jcircumflex + jcircumflex.glif + nacute + nacute.glif + ncaron + ncaron.glif + omacron + omacron.glif + ohungarumlaut + ohungarumlaut.glif + racute + racute.glif + rcaron + rcaron.glif + sacute + sacute.glif + scircumflex + scircumflex.glif + scedilla + scedilla.glif + umacron + umacron.glif + uhungarumlaut + uhungarumlaut.glif + wcircumflex + wcircumflex.glif + wgrave + wgrave.glif + wacute + wacute.glif + ycircumflex + ycircumflex.glif + ygrave + ygrave.glif + zacute + zacute.glif + zdotaccent + zdotaccent.glif + dotlessj + dotlessj.glif + guillemetleft + guillemetleft.glif + guillemetright + guillemetright.glif + euro + euro.glif + .null + _null.glif + commaaccent + commaaccent.glif + cedilla.case + cedilla.case.glif + acute.cap + acute.cap.glif + grave.cap + grave.cap.glif + hungarumlaut.cap + hungarumlaut.cap.glif + circumflex.cap + circumflex.cap.glif + caron.cap + caron.cap.glif + breve.cap + breve.cap.glif + tilde.cap + tilde.cap.glif + macron.cap + macron.cap.glif + dieresis.cap + dieresis.cap.glif + dotaccent.cap + dotaccent.cap.glif + ring.cap + ring.cap.glif + cedilla.cap + cedilla.cap.glif + ogonek.cap + ogonek.cap.glif + commaaccent.cap + commaaccent.cap.glif + i.dot + i.dot.glif + ampersand + ampersand.glif + uni0243 + uni0243.glif + uni0243 + uni0243000000000000001.glif + ampersand + ampersand000000000000001.glif + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/currency.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/currency.glif new file mode 100644 index 0000000..c6cb24e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/currency.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/d.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/d.glif new file mode 100644 index 0000000..8f0d3bc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/d.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 840 + + + position + 546 + width + 48 + + + vhints + + + position + 78 + width + 100 + + + position + 326 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.cap.glif new file mode 100644 index 0000000..53f3187 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.glif new file mode 100644 index 0000000..4b127aa --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dieresis.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 709 + width + 125 + + + vhints + + + position + 114 + width + 97 + + + position + 288 + width + 97 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dollar.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dollar.glif new file mode 100644 index 0000000..5e8ee69 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dollar.glif @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 552 + width + 61 + + + position + 652 + width + 48 + + + vhints + + + position + 71 + width + 101 + + + position + 77 + width + 101 + + + position + 239 + width + 38 + + + position + 341 + width + 101 + + + position + 347 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.cap.glif new file mode 100644 index 0000000..d51a26c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.glif new file mode 100644 index 0000000..35002c3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotaccent.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 700 + width + 138 + + + vhints + + + position + 183 + width + 131 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessi.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessi.glif new file mode 100644 index 0000000..cf113d4 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessi.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + vhints + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessj.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessj.glif new file mode 100644 index 0000000..758606b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/dotlessj.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 48 + + + position + -130 + width + 65 + + + position + 545 + width + 48 + + + vhints + + + position + 54 + width + 93 + + + position + 288 + width + 93 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/e.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/e.glif new file mode 100644 index 0000000..6a5f752 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/e.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + vhints + + + position + 93 + width + 100 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eacute.glif new file mode 100644 index 0000000..0ff02c9 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eacute.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 93 + width + 100 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecaron.glif new file mode 100644 index 0000000..4d742d2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecaron.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 93 + width + 100 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecircumflex.glif new file mode 100644 index 0000000..03d0dac --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 93 + width + 100 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edieresis.glif new file mode 100644 index 0000000..219bd6f --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edieresis.glif @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 723 + width + 125 + + + vhints + + + position + 93 + width + 100 + + + position + 123 + width + 97 + + + position + 297 + width + 97 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edotaccent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edotaccent.glif new file mode 100644 index 0000000..a064114 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/edotaccent.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 714 + width + 138 + + + vhints + + + position + 93 + width + 100 + + + position + 192 + width + 131 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/egrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/egrave.glif new file mode 100644 index 0000000..554b50e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/egrave.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 833 + width + 15 + + + vhints + + + position + 93 + width + 100 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eight.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eight.glif new file mode 100644 index 0000000..1fc3921 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/eight.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 325 + width + 48 + + + position + 631 + width + 48 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ellipsis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ellipsis.glif new file mode 100644 index 0000000..cc259a4 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ellipsis.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 115 + + + vhints + + + position + 33 + width + 99 + + + position + 200 + width + 100 + + + position + 366 + width + 99 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emacron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emacron.glif new file mode 100644 index 0000000..5c58555 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emacron.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + position + 755 + width + 56 + + + vhints + + + position + 93 + width + 100 + + + position + 115 + width + 292 + + + position + 328 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emdash.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emdash.glif new file mode 100644 index 0000000..f84c6c3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/emdash.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 264 + width + 55 + + + vhints + + + position + 25 + width + 450 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/endash.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/endash.glif new file mode 100644 index 0000000..8dc0df2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/endash.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 264 + width + 55 + + + vhints + + + position + 95 + width + 310 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/euro.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/euro.glif new file mode 100644 index 0000000..2ff161e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/euro.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 1 + width + 52 + + + position + 276 + width + 50 + + + position + 377 + width + 50 + + + position + 629 + width + 52 + + + vhints + + + position + 91 + width + 105 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclam.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclam.glif new file mode 100644 index 0000000..6bc3076 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclam.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 137 + + + position + 200 + width + 590 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclamdown.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclamdown.glif new file mode 100644 index 0000000..24228f7 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/exclamdown.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -197 + width + 590 + + + position + 456 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/f.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/f.glif new file mode 100644 index 0000000..2861430 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/f.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 546 + width + 48 + + + position + 792 + width + 48 + + + vhints + + + position + 146 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/five.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/five.glif new file mode 100644 index 0000000..0690f13 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/five.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 330 + width + 48 + + + position + 594 + width + 85 + + + vhints + + + position + 75 + width + 101 + + + position + 98 + width + 48 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/four.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/four.glif new file mode 100644 index 0000000..b84ff72 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/four.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 203 + width + 71 + + + vhints + + + position + 287 + width + 105 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/fraction.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/fraction.glif new file mode 100644 index 0000000..ba9b55b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/fraction.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 379 + width + 301 + + + vhints + + + position + 37 + width + 406 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/g.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/g.glif new file mode 100644 index 0000000..c076930 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/g.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -200 + width + 58 + + + position + -1 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 71 + width + 100 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/gcircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/gcircumflex.glif new file mode 100644 index 0000000..b758bb2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/gcircumflex.glif @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -200 + width + 58 + + + position + -1 + width + 48 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 71 + width + 100 + + + position + 322 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.cap.glif new file mode 100644 index 0000000..e8d9597 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.cap.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 1004 + width + 15 + + + vhints + + + position + 163 + width + 137 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.glif new file mode 100644 index 0000000..da9faca --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/grave.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 819 + width + 15 + + + vhints + + + position + 154 + width + 137 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/greater.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/greater.glif new file mode 100644 index 0000000..7d87705 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/greater.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 79 + width + 468 + + + vhints + + + position + 364 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetleft.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetleft.glif new file mode 100644 index 0000000..d3b17b1 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetleft.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetright.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetright.glif new file mode 100644 index 0000000..c1fdb38 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guillemetright.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglleft.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglleft.glif new file mode 100644 index 0000000..1409575 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglright.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglright.glif new file mode 100644 index 0000000..f049fbb --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/h.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/h.glif new file mode 100644 index 0000000..0bcb7c7 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/h.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 840 + + + position + 546 + width + 48 + + + vhints + + + position + 77 + width + 100 + + + position + 323 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.cap.glif new file mode 100644 index 0000000..df657b1 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.glif new file mode 100644 index 0000000..1365c31 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 665 + width + 7 + + + position + 819 + width + 15 + + + vhints + + + position + 123 + width + 277 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hyphen.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hyphen.glif new file mode 100644 index 0000000..922a253 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/hyphen.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 254 + width + 80 + + + vhints + + + position + 92 + width + 316 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.dot.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.dot.glif new file mode 100644 index 0000000..787ae8a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.dot.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 693 + width + 138 + + + vhints + + + position + 185 + width + 128 + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.glif new file mode 100644 index 0000000..b614cd2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/i.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 693 + width + 138 + + + vhints + + + position + 185 + width + 128 + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/iacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/iacute.glif new file mode 100644 index 0000000..cfff792 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/iacute.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/icircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/icircumflex.glif new file mode 100644 index 0000000..65021ca --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/icircumflex.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/idieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/idieresis.glif new file mode 100644 index 0000000..9ecece1 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/idieresis.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 723 + width + 125 + + + vhints + + + position + 91 + width + 97 + + + position + 200 + width + 100 + + + position + 265 + width + 97 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/igrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/igrave.glif new file mode 100644 index 0000000..d00ee82 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/igrave.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 833 + width + 15 + + + vhints + + + position + 200 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/j.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/j.glif new file mode 100644 index 0000000..4d963d8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/j.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 48 + + + position + -130 + width + 65 + + + position + 545 + width + 48 + + + position + 693 + width + 138 + + + vhints + + + position + 54 + width + 93 + + + position + 271 + width + 128 + + + position + 288 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/jcircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/jcircumflex.glif new file mode 100644 index 0000000..bfa572d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/jcircumflex.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 48 + + + position + -130 + width + 65 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 54 + width + 93 + + + position + 288 + width + 93 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/k.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/k.glif new file mode 100644 index 0000000..72e6392 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/k.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 594 + + + position + 0 + width + 840 + + + vhints + + + position + 56 + width + 100 + + + position + 339 + width + 100 + + + position + 356 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/l.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/l.glif new file mode 100644 index 0000000..d235f6b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/l.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 792 + width + 48 + + + vhints + + + position + 205 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/less.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/less.glif new file mode 100644 index 0000000..01a2c40 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/less.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 79 + width + 468 + + + vhints + + + position + 52 + width + 101 + + + position + 52 + width + 387 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/m.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/m.glif new file mode 100644 index 0000000..bec1e7a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/m.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 545 + width + 48 + + + vhints + + + position + 39 + width + 101 + + + position + 208 + width + 76 + + + position + 356 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.cap.glif new file mode 100644 index 0000000..cfa52fe --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.glif new file mode 100644 index 0000000..4cb52a6 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/macron.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 741 + width + 56 + + + vhints + + + position + 91 + width + 292 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/minus.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/minus.glif new file mode 100644 index 0000000..d3f80c9 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/minus.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 306 + width + 55 + + + vhints + + + position + 50 + width + 400 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/n.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/n.glif new file mode 100644 index 0000000..b858e30 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/n.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 545 + width + 48 + + + vhints + + + position + 78 + width + 101 + + + position + 321 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nacute.glif new file mode 100644 index 0000000..ce833fb --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nacute.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 78 + width + 101 + + + position + 321 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nbspace.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nbspace.glif new file mode 100644 index 0000000..a4d0011 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nbspace.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ncaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ncaron.glif new file mode 100644 index 0000000..fea8405 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ncaron.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 545 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 78 + width + 101 + + + position + 321 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nine.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nine.glif new file mode 100644 index 0000000..6dfbd25 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/nine.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -2 + width + 48 + + + position + 631 + width + 48 + + + vhints + + + position + 79 + width + 101 + + + position + 328 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/numbersign.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/numbersign.glif new file mode 100644 index 0000000..a3799de --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/numbersign.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 180 + width + 94 + + + position + 414 + width + 94 + + + vhints + + + position + 69 + width + 353 + + + position + 91 + width + 353 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/o.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/o.glif new file mode 100644 index 0000000..b109027 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/o.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oacute.glif new file mode 100644 index 0000000..82a7382 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oacute.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 647 + width + 7 + + + position + 801 + width + 15 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ocircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ocircumflex.glif new file mode 100644 index 0000000..21351c0 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 644 + width + 7 + + + position + 755 + width + 61 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/odieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/odieresis.glif new file mode 100644 index 0000000..a04a0dc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/odieresis.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 691 + width + 125 + + + vhints + + + position + 75 + width + 101 + + + position + 109 + width + 97 + + + position + 283 + width + 97 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oe.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oe.glif new file mode 100644 index 0000000..fed1809 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/oe.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 294 + width + 47 + + + position + 545 + width + 48 + + + vhints + + + position + 14 + width + 100 + + + position + 210 + width + 100 + + + position + 388 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.cap.glif new file mode 100644 index 0000000..1c7f290 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.glif new file mode 100644 index 0000000..82440ea --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ogonek.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ograve.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ograve.glif new file mode 100644 index 0000000..49d284d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ograve.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 801 + width + 15 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ohungarumlaut.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ohungarumlaut.glif new file mode 100644 index 0000000..67f2002 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ohungarumlaut.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 647 + width + 7 + + + position + 801 + width + 15 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/omacron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/omacron.glif new file mode 100644 index 0000000..eb05388 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/omacron.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 723 + width + 56 + + + vhints + + + position + 75 + width + 101 + + + position + 101 + width + 292 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/one.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/one.glif new file mode 100644 index 0000000..8d15347 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/one.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 52 + + + vhints + + + position + 204 + width + 105 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/p.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/p.glif new file mode 100644 index 0000000..2e1922b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/p.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + vhints + + + position + 74 + width + 100 + + + position + 326 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenleft.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenleft.glif new file mode 100644 index 0000000..5a056ee --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenleft.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -170 + width + 40 + + + position + 716 + width + 40 + + + vhints + + + position + 65 + width + 40 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenright.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenright.glif new file mode 100644 index 0000000..3914cc6 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/parenright.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -170 + width + 40 + + + position + 716 + width + 40 + + + vhints + + + position + 372 + width + 40 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/percent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/percent.glif new file mode 100644 index 0000000..873a72a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/percent.glif @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 25 + + + position + 322 + width + 24 + + + position + 334 + width + 25 + + + position + 656 + width + 24 + + + vhints + + + position + 27 + width + 53 + + + position + 154 + width + 51 + + + position + 274 + width + 53 + + + position + 399 + width + 53 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/period.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/period.glif new file mode 100644 index 0000000..e4ef2a1 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/period.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/periodcentered.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/periodcentered.glif new file mode 100644 index 0000000..31040f3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/periodcentered.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 258 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/perthousand.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/perthousand.glif new file mode 100644 index 0000000..5d8e462 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/perthousand.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/plus.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/plus.glif new file mode 100644 index 0000000..5f6be66 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/plus.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 306 + width + 55 + + + vhints + + + position + 223 + width + 55 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/q.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/q.glif new file mode 100644 index 0000000..31c83f2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/q.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 1 + width + 48 + + + position + 547 + width + 48 + + + vhints + + + position + 74 + width + 100 + + + position + 326 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/question.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/question.glif new file mode 100644 index 0000000..156c8c8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/question.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/questiondown.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/questiondown.glif new file mode 100644 index 0000000..e759c32 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/questiondown.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 394 + width + 199 + + + vhints + + + position + 179 + width + 198 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedbl.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedbl.glif new file mode 100644 index 0000000..ea5a78d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedbl.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 513 + width + 277 + + + vhints + + + position + 112 + width + 95 + + + position + 290 + width + 95 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblbase.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblbase.glif new file mode 100644 index 0000000..3248fec --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -127 + width + 40 + + + position + 0 + width + 137 + + + vhints + + + position + 59 + width + 144 + + + position + 285 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblleft.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblleft.glif new file mode 100644 index 0000000..60c8d79 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 532 + width + 137 + + + position + 756 + width + 40 + + + vhints + + + position + 55 + width + 144 + + + position + 281 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblright.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblright.glif new file mode 100644 index 0000000..c7b9e3e --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotedblright.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 526 + width + 40 + + + position + 653 + width + 137 + + + vhints + + + position + 59 + width + 144 + + + position + 285 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteleft.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteleft.glif new file mode 100644 index 0000000..a4938dc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteleft.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 530 + width + 137 + + + position + 754 + width + 40 + + + vhints + + + position + 156 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteright.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteright.glif new file mode 100644 index 0000000..9fb460d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quoteright.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 526 + width + 40 + + + position + 653 + width + 137 + + + vhints + + + position + 160 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesinglbase.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesinglbase.glif new file mode 100644 index 0000000..233e8d5 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -127 + width + 40 + + + position + 0 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesingle.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesingle.glif new file mode 100644 index 0000000..834e25a --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/quotesingle.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 513 + width + 277 + + + vhints + + + position + 235 + width + 95 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/r.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/r.glif new file mode 100644 index 0000000..4e6da0d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/r.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + vhints + + + position + 138 + width + 101 + + + position + 377 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/racute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/racute.glif new file mode 100644 index 0000000..14e2405 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/racute.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 665 + width + 7 + + + position + 819 + width + 15 + + + vhints + + + position + 138 + width + 101 + + + position + 377 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/rcaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/rcaron.glif new file mode 100644 index 0000000..daa0108 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/rcaron.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 138 + width + 101 + + + position + 377 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.cap.glif new file mode 100644 index 0000000..9302ea3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.glif new file mode 100644 index 0000000..779910d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ring.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/s.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/s.glif new file mode 100644 index 0000000..76eb365 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/s.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 445 + width + 61 + + + position + 545 + width + 48 + + + vhints + + + position + 81 + width + 101 + + + position + 100 + width + 101 + + + position + 331 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sacute.glif new file mode 100644 index 0000000..b69ed41 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sacute.glif @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 445 + width + 61 + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 81 + width + 101 + + + position + 100 + width + 101 + + + position + 331 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scaron.glif new file mode 100644 index 0000000..ae6f8d3 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scaron.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 445 + width + 61 + + + position + 545 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 81 + width + 101 + + + position + 100 + width + 101 + + + position + 331 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scedilla.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scedilla.glif new file mode 100644 index 0000000..accd327 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scedilla.glif @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 24 + + + position + -70 + width + 25 + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 445 + width + 61 + + + position + 545 + width + 48 + + + vhints + + + position + 81 + width + 101 + + + position + 100 + width + 101 + + + position + 189 + width + 39 + + + position + 291 + width + 52 + + + position + 331 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scircumflex.glif new file mode 100644 index 0000000..45c3434 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/scircumflex.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 87 + width + 60 + + + position + 445 + width + 61 + + + position + 545 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 81 + width + 101 + + + position + 100 + width + 101 + + + position + 331 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/semicolon.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/semicolon.glif new file mode 100644 index 0000000..7238dbf --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/semicolon.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -146 + width + 40 + + + position + 0 + width + 137 + + + position + 378 + width + 137 + + + vhints + + + position + 178 + width + 144 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/seven.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/seven.glif new file mode 100644 index 0000000..a73e5c9 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/seven.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 594 + width + 85 + + + vhints + + + position + 52 + width + 396 + + + position + 77 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/six.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/six.glif new file mode 100644 index 0000000..413e90d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/six.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -2 + width + 48 + + + position + 631 + width + 48 + + + vhints + + + position + 71 + width + 101 + + + position + 320 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/slash.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/slash.glif new file mode 100644 index 0000000..0eacc77 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/slash.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -103 + width + 902 + + + vhints + + + position + 16 + width + 467 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/space.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/space.glif new file mode 100644 index 0000000..147b936 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/space.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sterling.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sterling.glif new file mode 100644 index 0000000..d81b964 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/sterling.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 2 + width + 62 + + + position + 239 + width + 40 + + + position + 329 + width + 40 + + + position + 633 + width + 48 + + + vhints + + + position + 131 + width + 105 + + + position + 334 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/t.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/t.glif new file mode 100644 index 0000000..2451c42 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/t.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 132 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/thorn.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/thorn.glif new file mode 100644 index 0000000..3b67359 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/thorn.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 546 + width + 48 + + + vhints + + + position + 76 + width + 100 + + + position + 326 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/three.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/three.glif new file mode 100644 index 0000000..8c0ad64 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/three.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 330 + width + 48 + + + position + 631 + width + 48 + + + vhints + + + position + 75 + width + 101 + + + position + 324 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.cap.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.cap.glif new file mode 100644 index 0000000..cd7841b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.cap.glif @@ -0,0 +1,4 @@ + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.glif new file mode 100644 index 0000000..6f62467 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/tilde.glif @@ -0,0 +1,5 @@ + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/two.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/two.glif new file mode 100644 index 0000000..8711d05 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/two.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 85 + + + position + 631 + width + 48 + + + vhints + + + position + 67 + width + 381 + + + position + 72 + width + 101 + + + position + 337 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/u.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/u.glif new file mode 100644 index 0000000..971999c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/u.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + vhints + + + position + 78 + width + 100 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uacute.glif new file mode 100644 index 0000000..864e461 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uacute.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 78 + width + 100 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ucircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ucircumflex.glif new file mode 100644 index 0000000..3505b99 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 78 + width + 100 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/udieresis.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/udieresis.glif new file mode 100644 index 0000000..5c09668 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/udieresis.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 723 + width + 125 + + + vhints + + + position + 78 + width + 100 + + + position + 112 + width + 97 + + + position + 286 + width + 97 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ugrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ugrave.glif new file mode 100644 index 0000000..55b6091 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ugrave.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 833 + width + 15 + + + vhints + + + position + 78 + width + 100 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uhungarumlaut.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uhungarumlaut.glif new file mode 100644 index 0000000..f75f2b9 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uhungarumlaut.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 78 + width + 100 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/umacron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/umacron.glif new file mode 100644 index 0000000..945f958 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/umacron.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 755 + width + 56 + + + vhints + + + position + 78 + width + 100 + + + position + 104 + width + 292 + + + position + 330 + width + 100 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/underscore.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/underscore.glif new file mode 100644 index 0000000..c121dfe --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/underscore.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -55 + width + 55 + + + vhints + + + position + 0 + width + 498 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243.glif new file mode 100644 index 0000000..40367f8 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 194 + width + 58 + + + position + 385 + width + 57 + + + position + 730 + width + 60 + + + vhints + + + position + 69 + width + 108 + + + position + 346 + width + 108 + + + position + 370 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243000000000000001.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243000000000000001.glif new file mode 100644 index 0000000..3ae5f42 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/uni0243000000000000001.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 60 + + + position + 194 + width + 58 + + + position + 385 + width + 57 + + + position + 730 + width + 60 + + + vhints + + + position + 69 + width + 108 + + + position + 346 + width + 108 + + + position + 370 + width + 108 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/v.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/v.glif new file mode 100644 index 0000000..4d3908d --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/v.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + vhints + + + position + 39 + width + 106 + + + position + 357 + width + 105 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/w.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/w.glif new file mode 100644 index 0000000..db28a73 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/w.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 593 + + + vhints + + + position + 18 + width + 99 + + + position + 203 + width + 71 + + + position + 375 + width + 99 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wacute.glif new file mode 100644 index 0000000..7052ffd --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wacute.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 593 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 18 + width + 99 + + + position + 203 + width + 71 + + + position + 375 + width + 99 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wcircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wcircumflex.glif new file mode 100644 index 0000000..4309e2b --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wcircumflex.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 593 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 18 + width + 99 + + + position + 203 + width + 71 + + + position + 375 + width + 99 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wgrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wgrave.glif new file mode 100644 index 0000000..0c29a3c --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/wgrave.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 593 + + + position + 833 + width + 15 + + + vhints + + + position + 18 + width + 99 + + + position + 203 + width + 71 + + + position + 375 + width + 99 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/x.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/x.glif new file mode 100644 index 0000000..4394fbc --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/x.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 593 + + + position + 206 + width + 189 + + + vhints + + + position + 42 + width + 89 + + + position + 58 + width + 110 + + + position + 198 + width + 106 + + + position + 351 + width + 109 + + + position + 354 + width + 90 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/y.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/y.glif new file mode 100644 index 0000000..63bea67 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/y.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 792 + + + position + 0 + width + 48 + + + vhints + + + position + 43 + width + 101 + + + position + 353 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yacute.glif new file mode 100644 index 0000000..e75e0e5 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yacute.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 792 + + + position + 0 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 43 + width + 101 + + + position + 353 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ycircumflex.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ycircumflex.glif new file mode 100644 index 0000000..2afeced --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ycircumflex.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 792 + + + position + 0 + width + 48 + + + position + 676 + width + 7 + + + position + 787 + width + 61 + + + vhints + + + position + 43 + width + 101 + + + position + 353 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yen.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yen.glif new file mode 100644 index 0000000..a8e1457 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/yen.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 222 + width + 40 + + + position + 312 + width + 40 + + + vhints + + + position + 13 + width + 102 + + + position + 197 + width + 105 + + + position + 399 + width + 88 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ygrave.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ygrave.glif new file mode 100644 index 0000000..7029979 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/ygrave.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + -199 + width + 792 + + + position + 0 + width + 48 + + + position + 833 + width + 15 + + + vhints + + + position + 43 + width + 101 + + + position + 353 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/z.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/z.glif new file mode 100644 index 0000000..784f886 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/z.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + vhints + + + position + 59 + width + 368 + + + position + 84 + width + 336 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zacute.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zacute.glif new file mode 100644 index 0000000..31d64c2 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zacute.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 679 + width + 7 + + + position + 833 + width + 15 + + + vhints + + + position + 59 + width + 368 + + + position + 84 + width + 336 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zcaron.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zcaron.glif new file mode 100644 index 0000000..0bcfaec --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zcaron.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 676 + width + 61 + + + position + 841 + width + 7 + + + vhints + + + position + 59 + width + 368 + + + position + 84 + width + 336 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zdotaccent.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zdotaccent.glif new file mode 100644 index 0000000..3f3b1ba --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zdotaccent.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 545 + width + 48 + + + position + 714 + width + 138 + + + vhints + + + position + 59 + width + 368 + + + position + 84 + width + 336 + + + position + 183 + width + 131 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zero.glif b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zero.glif new file mode 100644 index 0000000..82d27e6 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/glyphs/zero.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.fontlab.hintData + + hhints + + + position + 0 + width + 48 + + + position + 631 + width + 48 + + + vhints + + + position + 76 + width + 101 + + + position + 325 + width + 101 + + + + + + diff --git a/static/css/steps-mono-master/sources/Steps-Mono.ufo/metainfo.plist b/static/css/steps-mono-master/sources/Steps-Mono.ufo/metainfo.plist new file mode 100644 index 0000000..9b9b988 --- /dev/null +++ b/static/css/steps-mono-master/sources/Steps-Mono.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + net.GitHub.FontForge + formatVersion + 2 + + diff --git a/static/css/steps-mono-master/sources/drawing/timeline.svg b/static/css/steps-mono-master/sources/drawing/timeline.svg new file mode 100644 index 0000000..5dbec3b --- /dev/null +++ b/static/css/steps-mono-master/sources/drawing/timeline.svg @@ -0,0 +1,47220 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + J’aimerai faire une référence àla ponctuation dispropotionnéede Courier New. Q’en penses-tu ?Ces tâches dans le gris de textem’évoquent des décharges d’encreou des erreur d’affichage. Quelques propositions qui concernent les des terminaisons, soit simples et nettes, soit + + + + C’est surtout flagrant surles virgules et les points. + + Salut Jean-Baptiste, je commence avec une série d’images de références et des esquisses scans, j’attends ton retour. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/webfontkit-20190531-091210.zip b/static/css/webfontkit-20190531-091210.zip new file mode 100644 index 0000000..fd4442c Binary files /dev/null and b/static/css/webfontkit-20190531-091210.zip differ diff --git a/static/css/webfontkit-20190531-091210/generator_config.txt b/static/css/webfontkit-20190531-091210/generator_config.txt new file mode 100644 index 0000000..81e64f6 --- /dev/null +++ b/static/css/webfontkit-20190531-091210/generator_config.txt @@ -0,0 +1,5 @@ +# Font Squirrel Font-face Generator Configuration File +# Upload this file to the generator to recreate the settings +# you used to create these fonts. + +{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} \ No newline at end of file diff --git a/static/css/webfontkit-20190531-091210/specimen_files/grid_12-825-55-15.css b/static/css/webfontkit-20190531-091210/specimen_files/grid_12-825-55-15.css new file mode 100644 index 0000000..3d6aef7 --- /dev/null +++ b/static/css/webfontkit-20190531-091210/specimen_files/grid_12-825-55-15.css @@ -0,0 +1,129 @@ +/*Notes about grid: +Columns: 12 +Grid Width: 825px +Column Width: 55px +Gutter Width: 15px +-------------------------------*/ + + + +.section {margin-bottom: 18px; +} +.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} +.section {*zoom: 1;} + +.section .firstcolumn, +.section .firstcol {margin-left: 0;} + + +/* Border on left hand side of a column. */ +.border { + padding-left: 7px; + margin-left: 7px; + border-left: 1px solid #eee; +} + +/* Border with more whitespace, spans one column. */ +.colborder { + padding-left: 42px; + margin-left: 42px; + border-left: 1px solid #eee; +} + + + +/* The Grid Classes */ +.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 +{margin-left: 15px;float: left;display: inline; overflow: hidden;} + + +.width1, .grid1, .span-1 {width: 55px;} +.width1_2cols,.grid1_2cols {width: 20px;} +.width1_3cols,.grid1_3cols {width: 8px;} +.width1_4cols,.grid1_4cols {width: 2px;} +.input_width1 {width: 49px;} + +.width2, .grid2, .span-2 {width: 125px;} +.width2_3cols,.grid2_3cols {width: 31px;} +.width2_4cols,.grid2_4cols {width: 20px;} +.input_width2 {width: 119px;} + +.width3, .grid3, .span-3 {width: 195px;} +.width3_2cols,.grid3_2cols {width: 90px;} +.width3_4cols,.grid3_4cols {width: 37px;} +.input_width3 {width: 189px;} + +.width4, .grid4, .span-4 {width: 265px;} +.width4_3cols,.grid4_3cols {width: 78px;} +.input_width4 {width: 259px;} + +.width5, .grid5, .span-5 {width: 335px;} +.width5_2cols,.grid5_2cols {width: 160px;} +.width5_3cols,.grid5_3cols {width: 101px;} +.width5_4cols,.grid5_4cols {width: 72px;} +.input_width5 {width: 329px;} + +.width6, .grid6, .span-6 {width: 405px;} +.width6_4cols,.grid6_4cols {width: 90px;} +.input_width6 {width: 399px;} + +.width7, .grid7, .span-7 {width: 475px;} +.width7_2cols,.grid7_2cols {width: 230px;} +.width7_3cols,.grid7_3cols {width: 148px;} +.width7_4cols,.grid7_4cols {width: 107px;} +.input_width7 {width: 469px;} + +.width8, .grid8, .span-8 {width: 545px;} +.width8_3cols,.grid8_3cols {width: 171px;} +.input_width8 {width: 539px;} + +.width9, .grid9, .span-9 {width: 615px;} +.width9_2cols,.grid9_2cols {width: 300px;} +.width9_4cols,.grid9_4cols {width: 142px;} +.input_width9 {width: 609px;} + +.width10, .grid10, .span-10 {width: 685px;} +.width10_3cols,.grid10_3cols {width: 218px;} +.width10_4cols,.grid10_4cols {width: 160px;} +.input_width10 {width: 679px;} + +.width11, .grid11, .span-11 {width: 755px;} +.width11_2cols,.grid11_2cols {width: 370px;} +.width11_3cols,.grid11_3cols {width: 241px;} +.width11_4cols,.grid11_4cols {width: 177px;} +.input_width11 {width: 749px;} + +.width12, .grid12, .span-12 {width: 825px;} +.input_width12 {width: 819px;} + +/* Subdivided grid spaces */ +.emptycols_left1, .prepend-1 {padding-left: 70px;} +.emptycols_right1, .append-1 {padding-right: 70px;} +.emptycols_left2, .prepend-2 {padding-left: 140px;} +.emptycols_right2, .append-2 {padding-right: 140px;} +.emptycols_left3, .prepend-3 {padding-left: 210px;} +.emptycols_right3, .append-3 {padding-right: 210px;} +.emptycols_left4, .prepend-4 {padding-left: 280px;} +.emptycols_right4, .append-4 {padding-right: 280px;} +.emptycols_left5, .prepend-5 {padding-left: 350px;} +.emptycols_right5, .append-5 {padding-right: 350px;} +.emptycols_left6, .prepend-6 {padding-left: 420px;} +.emptycols_right6, .append-6 {padding-right: 420px;} +.emptycols_left7, .prepend-7 {padding-left: 490px;} +.emptycols_right7, .append-7 {padding-right: 490px;} +.emptycols_left8, .prepend-8 {padding-left: 560px;} +.emptycols_right8, .append-8 {padding-right: 560px;} +.emptycols_left9, .prepend-9 {padding-left: 630px;} +.emptycols_right9, .append-9 {padding-right: 630px;} +.emptycols_left10, .prepend-10 {padding-left: 700px;} +.emptycols_right10, .append-10 {padding-right: 700px;} +.emptycols_left11, .prepend-11 {padding-left: 770px;} +.emptycols_right11, .append-11 {padding-right: 770px;} +.pull-1 {margin-left: -70px;} +.push-1 {margin-right: -70px;margin-left: 18px;float: right;} +.pull-2 {margin-left: -140px;} +.push-2 {margin-right: -140px;margin-left: 18px;float: right;} +.pull-3 {margin-left: -210px;} +.push-3 {margin-right: -210px;margin-left: 18px;float: right;} +.pull-4 {margin-left: -280px;} +.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/static/css/webfontkit-20190531-091210/specimen_files/specimen_stylesheet.css b/static/css/webfontkit-20190531-091210/specimen_files/specimen_stylesheet.css new file mode 100644 index 0000000..aecc43c --- /dev/null +++ b/static/css/webfontkit-20190531-091210/specimen_files/specimen_stylesheet.css @@ -0,0 +1,396 @@ +@import url('grid_12-825-55-15.css'); + +/* + CSS Reset by Eric Meyer - Released under Public Domain + http://meyerweb.com/eric/tools/css/reset/ +*/ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, table, +caption, tbody, tfoot, thead, tr, th, td + {margin: 0;padding: 0;border: 0;outline: 0; + font-size: 100%;vertical-align: baseline; + background: transparent;} +body {line-height: 1;} +ol, ul {list-style: none;} +blockquote, q {quotes: none;} +blockquote:before, blockquote:after, +q:before, q:after {content: ''; content: none;} +:focus {outline: 0;} +ins {text-decoration: none;} +del {text-decoration: line-through;} +table {border-collapse: collapse;border-spacing: 0;} + + + + +body { + color: #000; + background-color: #dcdcdc; +} + +a { + text-decoration: none; + color: #1883ba; +} + +h1{ + font-size: 32px; + font-weight: normal; + font-style: normal; + margin-bottom: 18px; +} + +h2{ + font-size: 18px; +} + +#container { + width: 865px; + margin: 0px auto; +} + + +#header { + padding: 20px; + font-size: 36px; + background-color: #000; + color: #fff; +} + +#header span { + color: #666; +} +#main_content { + background-color: #fff; + padding: 60px 20px 20px; +} + + +#footer p { + margin: 0; + padding-top: 10px; + padding-bottom: 50px; + color: #333; + font: 10px Arial, sans-serif; +} + +.tabs { + width: 100%; + height: 31px; + background-color: #444; +} +.tabs li { + float: left; + margin: 0; + overflow: hidden; + background-color: #444; +} +.tabs li a { + display: block; + color: #fff; + text-decoration: none; + font: bold 11px/11px 'Arial'; + text-transform: uppercase; + padding: 10px 15px; + border-right: 1px solid #fff; +} + +.tabs li a:hover { + background-color: #00b3ff; + +} + +.tabs li.active a { + color: #000; + background-color: #fff; +} + + + +div.huge { + + font-size: 300px; + line-height: 1em; + padding: 0; + letter-spacing: -.02em; + overflow: hidden; +} +div.glyph_range { + font-size: 72px; + line-height: 1.1em; +} + +.size10{ font-size: 10px; } +.size11{ font-size: 11px; } +.size12{ font-size: 12px; } +.size13{ font-size: 13px; } +.size14{ font-size: 14px; } +.size16{ font-size: 16px; } +.size18{ font-size: 18px; } +.size20{ font-size: 20px; } +.size24{ font-size: 24px; } +.size30{ font-size: 30px; } +.size36{ font-size: 36px; } +.size48{ font-size: 48px; } +.size60{ font-size: 60px; } +.size72{ font-size: 72px; } +.size90{ font-size: 90px; } + + +.psample_row1 { height: 120px;} +.psample_row1 { height: 120px;} +.psample_row2 { height: 160px;} +.psample_row3 { height: 160px;} +.psample_row4 { height: 160px;} + +.psample { + overflow: hidden; + position: relative; +} +.psample p { + line-height: 1.3em; + display: block; + overflow: hidden; + margin: 0; +} + +.psample span { + margin-right: .5em; +} + +.white_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); + position: absolute; + bottom: 0; +} +.black_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); + position: absolute; + bottom: 0; +} +.fullreverse { + background: #000 !important; + color: #fff !important; + margin-left: -20px; + padding-left: 20px; + margin-right: -20px; + padding-right: 20px; + padding: 20px; + margin-bottom:0; +} + + +.sample_table td { + padding-top: 3px; + padding-bottom:5px; + padding-left: 5px; + vertical-align: middle; + line-height: 1.2em; +} + +.sample_table td:first-child { + background-color: #eee; + text-align: right; + padding-right: 5px; + padding-left: 0; + padding: 5px; + font: 11px/12px "Courier New", Courier, mono; +} + +code { + white-space: pre; + background-color: #eee; + display: block; + padding: 10px; + margin-bottom: 18px; + overflow: auto; +} + + +.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} + +.box { + padding: 18px; + margin-bottom: 18px; + background: #eee; +} + +.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} + +#bodycomparison { + position: relative; + overflow: hidden; + font-size: 72px; + height: 90px; + white-space: nowrap; +} + +#bodycomparison div{ + font-size: 72px; + line-height: 90px; + display: inline; + margin: 0 15px 0 0; + padding: 0; +} + +#bodycomparison div span{ + font: 10px Arial; + position: absolute; + left: 0; +} +#xheight { + float: none; + position: absolute; + color: #d9f3ff; + font-size: 72px; + line-height: 90px; +} + +.fontbody { + position: relative; +} +.arialbody{ + font-family: Arial; + position: relative; +} +.verdanabody{ + font-family: Verdana; + position: relative; +} +.georgiabody{ + font-family: Georgia; + position: relative; +} + +/* @group Layout page + */ + +#layout h1 { + font-size: 36px; + line-height: 42px; + font-weight: normal; + font-style: normal; +} + +#layout h2 { + font-size: 24px; + line-height: 23px; + font-weight: normal; + font-style: normal; +} + +#layout h3 { + font-size: 22px; + line-height: 1.4em; + margin-top: 1em; + font-weight: normal; + font-style: normal; +} + + +#layout p.byline { + font-size: 12px; + margin-top: 18px; + line-height: 12px; + margin-bottom: 0; +} +#layout p { + font-size: 14px; + line-height: 21px; + margin-bottom: .5em; +} + +#layout p.large{ + font-size: 18px; + line-height: 26px; +} + +#layout .sidebar p{ + font-size: 12px; + line-height: 1.4em; +} + +#layout p.caption { + font-size: 10px; + margin-top: -16px; + margin-bottom: 18px; +} + +/* @end */ + +/* @group Glyphs */ + +#glyph_chart div{ + background-color: #d9f3ff; + color: black; + float: left; + font-size: 36px; + height: 1.2em; + line-height: 1.2em; + margin-bottom: 1px; + margin-right: 1px; + text-align: center; + width: 1.2em; + position: relative; + padding: .6em .2em .2em; +} + +#glyph_chart div p { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + font: bold 9px Arial, sans-serif; + background-color: #3a768f; + width: 100%; + color: #fff; + padding: 2px 0; +} + + +#glyphs h1 { + font-family: Arial, sans-serif; +} +/* @end */ + +/* @group Installing */ + +#installing { + font: 13px Arial, sans-serif; +} + +#installing p, +#glyphs p{ + line-height: 1.2em; + margin-bottom: 18px; + font: 13px Arial, sans-serif; +} + + + +#installing h3{ + font-size: 15px; + margin-top: 18px; +} + +/* @end */ + +#rendering h1 { + font-family: Arial, sans-serif; +} +.render_table td { + font: 11px "Courier New", Courier, mono; + vertical-align: middle; +} + + diff --git a/static/css/webfontkit-20190531-091210/steps-mono-thin-demo.html b/static/css/webfontkit-20190531-091210/steps-mono-thin-demo.html new file mode 100644 index 0000000..88f581e --- /dev/null +++ b/static/css/webfontkit-20190531-091210/steps-mono-thin-demo.html @@ -0,0 +1,544 @@ + + + + + + + + + + + + + Steps Mono Regular Specimen + + + + + + +
+ + + +
+ + +
+ +
+
+
AaBb
+
+
+ +
+
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​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;
+
+
+
+ + + + + + + + + + + + + + + + +
10abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
11abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
12abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
13abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
14abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
16abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
18abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
20abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
24abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
30abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
36abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
48abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
60abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
72abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
90abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+ +
+ +
+ + + +
+ + +
+
◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body
body
body
body
+
+ bodySteps Mono Regular +
+
+ bodyArial +
+
+ bodyVerdana +
+
+ bodyGeorgia +
+ + + +
+ + +
+ +
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+ +
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + +
+
+

10.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

11.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

12.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

13.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

14.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

16.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+

18.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+ +
+
+ +
+ +
+
+

20.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+

24.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+ +
+ +
+ +
+
+

30.Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.

+
+
+ +
+ + + + +
+ +
+ +
+ +
+

Lorem Ipsum Dolor

+

Etiam porta sem malesuada magna mollis euismod

+ + +
+
+
+
+

Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

+ + +

Pellentesque ornare sem

+ +

Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

+ +

Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.

+ +

Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.

+ +

Cras mattis consectetur

+ +

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.

+ +

Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.

+
+ + +
+ +
+ + + + + + +
+
+
+ +

Language Support

+

The subset of Steps Mono Regular in this kit supports the following languages:
+ + English, Arrernte, Bislama, Cebuano, Fijian, Gilbertese, Hmong, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Lojban, Manx, Norfolk_pitcairnese, Oromo, Potawatomi, Rotokas, Sardinian, Seychelles_creole, Shona, Somali, Southern_ndebele, Swahili, Swati_swazi, Tok_pisin, Warlpiri, Xhosa, Zulu, Latinbasic

+

Glyph Chart

+

The subset of Steps Mono Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.

+
+ +

&#13;

+

&#32;

+

&#33;

!
+

&#34;

"
+

&#35;

#
+

&#36;

$
+

&#37;

%
+

&#39;

'
+

&#40;

(
+

&#41;

)
+

&#42;

*
+

&#43;

+
+

&#44;

,
+

&#45;

-
+

&#46;

.
+

&#47;

/
+

&#48;

0
+

&#49;

1
+

&#50;

2
+

&#51;

3
+

&#52;

4
+

&#53;

5
+

&#54;

6
+

&#55;

7
+

&#56;

8
+

&#57;

9
+

&#58;

:
+

&#59;

;
+

&#60;

<
+

&#62;

>
+

&#63;

?
+

&#65;

A
+

&#66;

B
+

&#67;

C
+

&#68;

D
+

&#69;

E
+

&#70;

F
+

&#71;

G
+

&#72;

H
+

&#73;

I
+

&#74;

J
+

&#75;

K
+

&#76;

L
+

&#77;

M
+

&#78;

N
+

&#79;

O
+

&#80;

P
+

&#81;

Q
+

&#82;

R
+

&#83;

S
+

&#84;

T
+

&#85;

U
+

&#86;

V
+

&#87;

W
+

&#88;

X
+

&#89;

Y
+

&#90;

Z
+

&#92;

\
+

&#94;

^
+

&#95;

_
+

&#96;

`
+

&#97;

a
+

&#98;

b
+

&#99;

c
+

&#100;

d
+

&#101;

e
+

&#102;

f
+

&#103;

g
+

&#104;

h
+

&#105;

i
+

&#106;

j
+

&#107;

k
+

&#108;

l
+

&#109;

m
+

&#110;

n
+

&#111;

o
+

&#112;

p
+

&#113;

q
+

&#114;

r
+

&#115;

s
+

&#116;

t
+

&#117;

u
+

&#118;

v
+

&#119;

w
+

&#120;

x
+

&#121;

y
+

&#122;

z
+

&#160;

 
+

&#161;

¡
+

&#162;

¢
+

&#163;

£
+

&#164;

¤
+

&#165;

¥
+

&#171;

«
+

&#173;

­
+

&#180;

´
+

&#183;

·
+

&#184;

¸
+

&#187;

»
+

&#191;

¿
+

&#192;

À
+

&#193;

Á
+

&#194;

Â
+

&#198;

Æ
+

&#199;

Ç
+

&#200;

È
+

&#201;

É
+

&#204;

Ì
+

&#205;

Í
+

&#211;

Ó
+

&#224;

à
+

&#225;

á
+

&#226;

â
+

&#230;

æ
+

&#231;

ç
+

&#232;

è
+

&#233;

é
+

&#236;

ì
+

&#237;

í
+

&#243;

ó
+

&#250;

ú
+

&#338;

Œ
+

&#339;

œ
+

&#710;

ˆ
+

&#8192;

 
+

&#8193;

+

&#8194;

+

&#8195;

+

&#8196;

+

&#8197;

+

&#8198;

+

&#8199;

+

&#8200;

+

&#8201;

+

&#8202;

+

&#8208;

+

&#8209;

+

&#8210;

+

&#8211;

+

&#8212;

+

&#8216;

+

&#8217;

+

&#8218;

+

&#8220;

+

&#8221;

+

&#8222;

+

&#8226;

+

&#8230;

+

&#8239;

+

&#8249;

+

&#8250;

+

&#8287;

+

&#8364;

+

&#9724;

+
+
+ + +
+
+ + +
+ +
+ +
+
+
+

Installing Webfonts

+ +

Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.

+ +

1. Upload your webfonts

+

You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.

+ +

2. Include the webfont stylesheet

+

A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:

+ + + +@font-face{ + font-family: 'MyWebFont'; + src: url('WebFont.eot'); + src: url('WebFont.eot?#iefix') format('embedded-opentype'), + url('WebFont.woff') format('woff'), + url('WebFont.ttf') format('truetype'), + url('WebFont.svg#webfont') format('svg'); +} + + +

We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:

+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> + +

3. Modify your own stylesheet

+

To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:

+p { font-family: 'WebFont', Arial, sans-serif; } + +

4. Test

+

Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.

+
+ + +
+ +
+ +
+ +
+ + diff --git a/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff b/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff new file mode 100644 index 0000000..74f1060 Binary files /dev/null and b/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff differ diff --git a/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff2 b/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff2 new file mode 100644 index 0000000..b667a4b Binary files /dev/null and b/static/css/webfontkit-20190531-091210/steps-mono-thin-webfont.woff2 differ diff --git a/static/css/webfontkit-20190531-091210/stylesheet.css b/static/css/webfontkit-20190531-091210/stylesheet.css new file mode 100644 index 0000000..331161a --- /dev/null +++ b/static/css/webfontkit-20190531-091210/stylesheet.css @@ -0,0 +1,12 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 31, 2019 */ + + + +@font-face { + font-family: 'steps-monomono_thin'; + src: url('steps-mono-thin-webfont.woff2') format('woff2'), + url('steps-mono-thin-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file diff --git a/static/css/webfonts/Compagnon-Bold.eot b/static/css/webfonts/Compagnon-Bold.eot new file mode 100644 index 0000000..89a061f Binary files /dev/null and b/static/css/webfonts/Compagnon-Bold.eot differ diff --git a/static/css/Compagnon-Bold.woff b/static/css/webfonts/Compagnon-Bold.woff old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Bold.woff rename to static/css/webfonts/Compagnon-Bold.woff diff --git a/static/css/Compagnon-Bold.woff2 b/static/css/webfonts/Compagnon-Bold.woff2 old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Bold.woff2 rename to static/css/webfonts/Compagnon-Bold.woff2 diff --git a/static/css/webfonts/Compagnon-Italic.eot b/static/css/webfonts/Compagnon-Italic.eot new file mode 100644 index 0000000..d2927fe Binary files /dev/null and b/static/css/webfonts/Compagnon-Italic.eot differ diff --git a/static/css/Compagnon-Italic.woff b/static/css/webfonts/Compagnon-Italic.woff old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Italic.woff rename to static/css/webfonts/Compagnon-Italic.woff diff --git a/static/css/Compagnon-Italic.woff2 b/static/css/webfonts/Compagnon-Italic.woff2 old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Italic.woff2 rename to static/css/webfonts/Compagnon-Italic.woff2 diff --git a/static/css/webfonts/Compagnon-Light.eot b/static/css/webfonts/Compagnon-Light.eot new file mode 100644 index 0000000..4cf450e Binary files /dev/null and b/static/css/webfonts/Compagnon-Light.eot differ diff --git a/static/css/Compagnon-Light.woff b/static/css/webfonts/Compagnon-Light.woff old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Light.woff rename to static/css/webfonts/Compagnon-Light.woff diff --git a/static/css/Compagnon-Light.woff2 b/static/css/webfonts/Compagnon-Light.woff2 old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Light.woff2 rename to static/css/webfonts/Compagnon-Light.woff2 diff --git a/static/css/webfonts/Compagnon-Medium.eot b/static/css/webfonts/Compagnon-Medium.eot new file mode 100644 index 0000000..960ef1e Binary files /dev/null and b/static/css/webfonts/Compagnon-Medium.eot differ diff --git a/static/css/Compagnon-Medium.woff b/static/css/webfonts/Compagnon-Medium.woff old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Medium.woff rename to static/css/webfonts/Compagnon-Medium.woff diff --git a/static/css/Compagnon-Medium.woff2 b/static/css/webfonts/Compagnon-Medium.woff2 old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Medium.woff2 rename to static/css/webfonts/Compagnon-Medium.woff2 diff --git a/static/css/webfonts/Compagnon-Roman.eot b/static/css/webfonts/Compagnon-Roman.eot new file mode 100644 index 0000000..768c7ea Binary files /dev/null and b/static/css/webfonts/Compagnon-Roman.eot differ diff --git a/static/css/Compagnon-Roman.woff b/static/css/webfonts/Compagnon-Roman.woff old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Roman.woff rename to static/css/webfonts/Compagnon-Roman.woff diff --git a/static/css/Compagnon-Roman.woff2 b/static/css/webfonts/Compagnon-Roman.woff2 old mode 100755 new mode 100644 similarity index 100% rename from static/css/Compagnon-Roman.woff2 rename to static/css/webfonts/Compagnon-Roman.woff2 diff --git "a/static/css/webfonts/Icon\r" "b/static/css/webfonts/Icon\r" new file mode 100644 index 0000000..e69de29 diff --git a/static/css/webfonts/steps-mono-thin-webfont.woff b/static/css/webfonts/steps-mono-thin-webfont.woff new file mode 100644 index 0000000..74f1060 Binary files /dev/null and b/static/css/webfonts/steps-mono-thin-webfont.woff differ diff --git a/static/css/webfonts/steps-mono-thin-webfont.woff2 b/static/css/webfonts/steps-mono-thin-webfont.woff2 new file mode 100644 index 0000000..b667a4b Binary files /dev/null and b/static/css/webfonts/steps-mono-thin-webfont.woff2 differ diff --git a/static/css/webfonts/steps-mono-webfont.woff b/static/css/webfonts/steps-mono-webfont.woff new file mode 100644 index 0000000..6446397 Binary files /dev/null and b/static/css/webfonts/steps-mono-webfont.woff differ diff --git a/static/css/webfonts/steps-mono-webfont.woff2 b/static/css/webfonts/steps-mono-webfont.woff2 new file mode 100644 index 0000000..d9efe6b Binary files /dev/null and b/static/css/webfonts/steps-mono-webfont.woff2 differ diff --git a/static/css/webfonts/vtf_victorianna_thin-webfont.woff b/static/css/webfonts/vtf_victorianna_thin-webfont.woff new file mode 100755 index 0000000..b7ab65e Binary files /dev/null and b/static/css/webfonts/vtf_victorianna_thin-webfont.woff differ diff --git a/templates/about.html b/templates/about.html index e46f8dc..7470df1 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,52 +3,38 @@
-

* About the archive

-

Pushing scores is a two years long project initiated by De Player(*) on music notation and..... - The archive is composed of.... - The concept for this archive is.... - This archive was conceived and developped by.... - Using Flask, Jinja, Python, suboptimal brain power. - Performers for the launch... -
- * De Player is a Rotterdam based polymorphic production platform for performance art, experimental music and visual arts.
- ** Varia is -

-
- -

About the archival publication

- At the end of 2018, Varia was approached by De Player with the proposal to work on an archival project that aimed to represent the archive which was compiled during the last two years of their Pushing Scores project. De Player showed a specific interest in the development of an accessible, dynamic digital environment that could be used to create new relations, perspectives and, at its best, concepts for the production of new graphic scores. Varia, as a space with a shared body of knowledge in archiving, everyday technology, experimental music and digital media took De Player up on their offer.

+At the end of 2018, Varia was approached by De Player with the proposal to work on an archival project that aimed to represent the archive which was compiled during the last two years of their Pushing Scores project. De Player showed a specific interest in the development of an accessible, dynamic digital environment that could be used to create new relations, perspectives and, at its best, concepts for the production of new graphic scores. Varia, as a space with a shared body of knowledge in archiving, everyday technology, experimental music and digital media took De Player up on their offer.

- A sensitive aspect of constructing archives lays in classification. The issues that classification can produce sometimes take a while to be noticed. The very fact that archives are usually meant for transmission means that the taxonomy influences the way in which we look at things retrospectively. Taxonomy conditions access and context for the future viewer. Any classification scheme operates as a cultural code of interpretation, a set of rules for ordering that is embedded in our language. Interpretation is also an integral aspect of graphic score making, but one that is rarely standardized.

+A sensitive aspect of constructing archives lays in classification. The issues that classification can produce sometimes take a while to be noticed. The very fact that archives are usually meant for transmission means that the taxonomy influences the way in which we look at things retrospectively. Taxonomy conditions access and context for the future viewer. Any classification scheme operates as a cultural code of interpretation, a set of rules for ordering that is embedded in our language. Interpretation is also an integral aspect of graphic score making, but one that is rarely standardized.

- Inspired by De Player's long-term commitment to experimentation and refusal to standardize, we decided to use 'unstructured' data, meaning text that has not yet been made legible to machines, also called 'natural language' in computational frameworks. Our efforts went towards building a structure from the idiosyncratic vocabulary used by De Player itself to describe the entries in the archive; a sort of Vernacular Language Processing. Rather than establishing a scale of most or least important words, all of them provide the user with the possibility to access other content, without distinction. Navigation is thus based on subjective association and drifting.

+Inspired by De Player's long-term commitment to experimentation and refusal to standardize, we decided to use 'unstructured' data, meaning text that has not yet been made legible to machines, also called 'natural language' in computational frameworks. Our efforts went towards building a structure from the idiosyncratic vocabulary used by De Player itself to describe the entries in the archive; a sort of Vernacular Language Processing. Rather than establishing a scale of most or least important words, all of them provide the user with the possibility to access other content, without distinction. Navigation is thus based on subjective association and drifting.

- The data generated on each user's navigation is not collected but temporarily stored with the sole purpose of generating text based graphic scores which can be then downloaded. Only if a user choses to download their score, a copy of this score will be saved for De Player to keep within their archive.


+The data generated on each user's navigation is not collected but temporarily stored with the sole purpose of generating text based graphic scores which can be then downloaded. Only if a user choses to download their score, a copy of this score will be saved for De Player to keep within their archive.


-

About Pushing Scores

+

About Pushing Scores

- Pushing Scores is a two-year artistic research project, initiated by De Player and graphic designer Remco van Bladel. Throughout 2016 and 2018, this project researched the phenomenon of notation and the graphic representation of music. It unfolded through a nomadic program which included the creation of newly commissioned artworks and public events addressing contemporary questions and issues in this particular field.

+Pushing Scores is a two-year artistic research project, initiated by De Player and graphic designer Remco van Bladel. Throughout 2016 and 2018, this project researched the phenomenon of notation and the graphic representation of music. It unfolded through a nomadic program which included the creation of newly commissioned artworks and public events addressing contemporary questions and issues in this particular field.

- What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, De Player compiled a programme in which artists, musicians, theoreticians and practitioners were invited to participate. The collective goal was to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, De Player introduced artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.

+What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’ serving as some kind of sheet music? In an attempt to redefine this concept, De Player compiled a programme in which artists, musicians, theoreticians and practitioners were invited to participate. The collective goal was to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, De Player introduced artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.

- The incentive for this project is the belief that graphic notation in 20th Century avant-garde music and sound art constitutes an important, still radically innovative but wrongfully marginalised form, which can play a key role in the development of new audio-visual languages and media. De Player's ambition, and that of their collaborating partners, was to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come. - This archival web publication was generated out of this research. For an overview of the collection that is making up this website, see below.


+The incentive for this project is the belief that graphic notation in 20th Century avant-garde music and sound art constitutes an important, still radically innovative but wrongfully marginalised form, which can play a key role in the development of new audio-visual languages and media. De Player's ambition, and that of their collaborating partners, was to emancipate graphic notation from the confines of the modernist tradition, in such a way that it may remain an innovative and provocative medium for decades to come. +This archival web publication was generated out of this research. For an overview of the collection that is making up this website, see below.


-

Colophon

- Interface design and development : Cristina Cochior and Julie Boschat Thorez (Varia members)
- Content: De Player
- Copy Editor : Isabelle Sully
- Fonts : Montserrat by Julieta Ulanovsky and Compagnon by Juliette Duhé, Léa Pradine, Valentin Papon, Chloé Lozano, Sébastien Riollier
- Funding : This project was made possible thanks to the generous support of the Creative Industries Fund

+

Colophon

+Interface design and development – Cristina Cochior and Julie Boschat Thorez (Varia members)
+Content – De Player
+Copy Editor – Isabelle Sully
+Fonts – Montserrat by Julieta Ulanovsky, Steps Mono by Jean-Baptiste Morizot and Raphaël Bastide & Compagnon by Juliette Duhé, Léa Pradine, Valentin Papon, Chloé Lozano, Sébastien Riollier
+Funding – This project was made possible thanks to the generous support of the Creative Industries Fund

- This website was crafted using Flask and Jinja2. +This website was crafted using Flask and Jinja2.
{% endblock content %} diff --git a/templates/theindex.html b/templates/theindex.html index 07afc51..44f199d 100644 --- a/templates/theindex.html +++ b/templates/theindex.html @@ -3,7 +3,7 @@
-

* Folders index

+

Folders index