Reorganize, add setup script
This commit is contained in:
BIN
dist/ansis/bulletin0.ans
vendored
Normal file
BIN
dist/ansis/bulletin0.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/bulletin1.ans
vendored
Normal file
BIN
dist/ansis/bulletin1.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/doors.ans
vendored
Normal file
BIN
dist/ansis/doors.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/filemenu.ans
vendored
Normal file
BIN
dist/ansis/filemenu.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/goodbye.ans
vendored
Normal file
BIN
dist/ansis/goodbye.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/issue.ans
vendored
Normal file
BIN
dist/ansis/issue.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/logoff.ans
vendored
Normal file
BIN
dist/ansis/logoff.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/mailmenu.ans
vendored
Normal file
BIN
dist/ansis/mailmenu.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/mainmenu.ans
vendored
Normal file
BIN
dist/ansis/mainmenu.ans
vendored
Normal file
Binary file not shown.
BIN
dist/ansis/newuser.ans
vendored
Normal file
BIN
dist/ansis/newuser.ans
vendored
Normal file
Binary file not shown.
5
dist/config/archivers.ini
vendored
Normal file
5
dist/config/archivers.ini
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[ZIP]
|
||||
Pack = zip -j *a *f
|
||||
Unpack = unzip -j -o *a -d *d
|
||||
Extension = zip
|
||||
|
56
dist/config/bbs.ini
vendored
Normal file
56
dist/config/bbs.ini
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
[main]
|
||||
Codepage = CP437
|
||||
Telnet Port = 2023
|
||||
BBS Name = Magicka BBS
|
||||
Sysop Name = sysop
|
||||
nodes = 4
|
||||
New User Level = 10
|
||||
MagiChat Server = localhost
|
||||
MagiChat Port = 6667
|
||||
MagiChat BBSTag = Magicka
|
||||
Default Tagline = Brought to you by Another Magicka BBS!
|
||||
External Editor cmd = /home/andrew/MagickaBBS/utils/magiedit/magiedit.sh
|
||||
External Editor stdio = true
|
||||
External Editor Codepage = CP437
|
||||
Automessage Write Level = 10
|
||||
Fork = false
|
||||
Enable WWW = false
|
||||
WWW Port = 8080
|
||||
Enable SSH = false
|
||||
SSH Port = 2024
|
||||
SSH DSA Key = /home/andrew/MagickaBBS/keys/ssh_host_dsa_key
|
||||
SSH RSA Key = /home/andrew/MagickaBBS/keys/ssh_host_rsa_key
|
||||
Main AKA = 1:2/3.4
|
||||
QWK Name = MAGICKA
|
||||
QWK Max Messages = 5000
|
||||
Broadcast Enable = false
|
||||
Broadcast Port = 2027
|
||||
Broadcast Address = 192.168.1.255
|
||||
IP Guard Enable = true
|
||||
IP Guard Timeout = 120
|
||||
IP Guard Tries = 4
|
||||
Root Menu = main
|
||||
Date Style = EU
|
||||
|
||||
[paths]
|
||||
Config Path = /home/andrew/MagickaBBS/config
|
||||
WWW Path = /home/andrew/MagickaBBS/www
|
||||
String File = /home/andrew/MagickaBBS/magicka.strings
|
||||
PID File = /home/andrew/MagickaBBS/magicka.pid
|
||||
ANSI Path = /home/andrew/MagickaBBS/ansis
|
||||
BBS Path = /home/andrew/MagickaBBS
|
||||
Log Path = /home/andrew/MagickaBBS/logs
|
||||
Script Path = /home/andrew/MagickaBBS/scripts
|
||||
Echomail Semaphore = /home/andrew/MagickaBBS/echomail.out
|
||||
Netmail Semaphore = /home/andrew/MagickaBBS/netmail.out
|
||||
Menu Path = /home/andrew/MagickaBBS/menus
|
||||
|
||||
[mail conferences]
|
||||
Local Mail = config/localmail.ini
|
||||
IllusionNet = config/illusionnet.ini
|
||||
|
||||
[file directories]
|
||||
General Files = config/filesgen.ini
|
||||
|
||||
[text files]
|
||||
Warning = ansis/bulletin0.ans
|
6
dist/config/doors.ini
vendored
Normal file
6
dist/config/doors.ini
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[Test Door]
|
||||
; the command is passed node number as first argument
|
||||
; and socket number as second argument.
|
||||
command = /home/andrew/MagickaBBS/doors/rundoor.sh
|
||||
; whether or not to use stdio redirection
|
||||
stdio = false
|
8
dist/config/filesgen.ini
vendored
Normal file
8
dist/config/filesgen.ini
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
|
||||
[Misc]
|
||||
Database = files_misc
|
||||
Download Sec Level = 10
|
||||
Upload Sec Level = 10
|
||||
Upload Path = /home/andrew/MagickaBBS/files/misc
|
16
dist/config/illusionnet.ini
vendored
Normal file
16
dist/config/illusionnet.ini
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
Networked = true
|
||||
Real Names = false
|
||||
|
||||
[network]
|
||||
type = fido
|
||||
fido node = 867:61/2
|
||||
|
||||
[General]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/il_general
|
||||
; local / echo or netmail
|
||||
Type = Echo
|
||||
QWK Name = ILLGEN
|
18
dist/config/localmail.ini
vendored
Normal file
18
dist/config/localmail.ini
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[main]
|
||||
Visible Sec Level = 10
|
||||
Networked = false
|
||||
Real Names = false
|
||||
|
||||
[General]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/general
|
||||
Type = Local
|
||||
QWK Name = GENERAL
|
||||
|
||||
[Testing]
|
||||
Read Sec Level = 10
|
||||
Write Sec Level = 10
|
||||
Path = /home/andrew/MagickaBBS/msgs/testing
|
||||
Type = Local
|
||||
QWK Name = TEST
|
20
dist/config/protocols.ini
vendored
Normal file
20
dist/config/protocols.ini
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[ZModem]
|
||||
Internal ZModem = true
|
||||
|
||||
[LRZSZ Zmodem]
|
||||
Upload Prompt = false
|
||||
Upload Command = rz -R
|
||||
Download Command = sz *f
|
||||
stdio = true
|
||||
|
||||
[LRZSZ Ymodem]
|
||||
Upload Prompt = false
|
||||
Upload Command = rb -R
|
||||
Download Command = sb *f
|
||||
stdio = true
|
||||
|
||||
[LRZSZ XModem]
|
||||
Upload Prompt = true
|
||||
Upload Command = rx -R *f
|
||||
Download Command = sx *f
|
||||
stdio = true
|
2
dist/config/s10.ini
vendored
Normal file
2
dist/config/s10.ini
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
[main]
|
||||
time per day = 240
|
254
dist/magicka.strings
vendored
Normal file
254
dist/magicka.strings
vendored
Normal file
@@ -0,0 +1,254 @@
|
||||
\r\n\r\nSorry, you're out of time today..\r\n
|
||||
\r\n\r\nTimeout waiting for input..\r\n
|
||||
\r\n\e[1;37mLast 10 callers:\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\r\n
|
||||
\e[1;37m%-16s \e[1;36m%-32s \e[1;32m%02d:%02d %02d-%02d-%02d\e[0m\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;37mPress any key to continue...\e[0m\r\n
|
||||
\r\n\r\n\e[1;37mSystem Information\r\n
|
||||
\e[1;30m----------------------------------------------\r\n
|
||||
\e[1;32mBBS Name : \e[1;37m%s\r\n
|
||||
\e[1;32mSysOp Name : \e[1;37m%s\r\n
|
||||
\e[1;32mNode : \e[1;37m%d\r\n
|
||||
\e[1;32mBBS Version : \e[1;37mMagicka %d.%d (%s)\r\n
|
||||
\e[1;32mSystem : \e[1;37m%s (%s)\r\n
|
||||
\e[1;30m----------------------------------------------\e[0m\r\n
|
||||
Automessage Posted by %s @ %s
|
||||
\r\nEnter your message (4 lines):\r\n
|
||||
No automessage!\r\n
|
||||
Sorry, all nodes are in use. Please try later\r\n
|
||||
\e[0mEnter your Login Name or NEW to create an account\r\n
|
||||
Login:>
|
||||
\r\nPassword:>
|
||||
\r\nIncorrect Login.\r\n
|
||||
\r\nYou are already logged in.\r\n
|
||||
\e[0mWelcome back %s. Press enter to log in...\r\n
|
||||
\e[0mWelcome to %s! Press enter to create an account...\r\n
|
||||
\r\nYou have %d e-mail(s) in your inbox.\r\n
|
||||
\r\nYou have no e-mail.\r\n
|
||||
\r\n\e[1;37mEnter the BBS Name: \e[0m
|
||||
\r\n\e[1;37mEnter the Sysop's Name: \e[0m
|
||||
\r\n\e[1;37mEnter the Telnet URL: \e[0m
|
||||
\r\nYou entered:\r\n
|
||||
\e[1;30m----------------------------------------------\e[0m\r\n
|
||||
\e[1;37mBBS Name: \e[1;32m%s\r\n
|
||||
\e[1;37mSysop: \e[1;32m%s\r\n
|
||||
\e[1;37mTelnet URL: \e[1;32m%s\r\n
|
||||
\e[1;30m----------------------------------------------\e[0m\r\n
|
||||
Is this correct? (Y/N) :
|
||||
\r\n\e[1;32mAdded!\e[0m\r\n
|
||||
\r\n\e[1;31mAborted!\e[0m\r\n
|
||||
\r\nPlease enter the id of the BBS you want to delete:
|
||||
\r\nThere are no BBSes in the list yet!\r\n
|
||||
\r\nAre you sure you want to delete %s?\r\n
|
||||
\r\n\e[1;32mDeleted!\e[0m\r\n
|
||||
\r\nThat BBS entry either doesn't exist or wasn't created by you.\r\n
|
||||
\r\n\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;37m%-18s \e[1;33m%-16s \e[1;32m%-37s\e[0m\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\r\n\e[1;32mBBS Listings: \e[1;37m(\e[1;33mL\e[1;37m) \e[1;32mList, \e[1;37m(\e[1;33mA\e[1;37m) \e[1;32mAdd \e[1;37m(\e[1;33mD\e[1;37m) \e[1;32mDelete \e[1;37m(\e[1;33mQ\e[1;37m) \e[1;32mQuit\e[0m\r\n
|
||||
\r\nSorry, Chat is not supported on this system.\r\n
|
||||
\e[1;45;37m Type /Quit to Exit\e[K\e[0m\r\n
|
||||
Non-STDIO door support on SSH is currently broken...\r\n
|
||||
\e[0m\r\nTL: %dm :>
|
||||
\r\nAre you sure you want to log off? (Y/N)
|
||||
\r\nTO:
|
||||
\r\n\r\nInvalid Username\r\n
|
||||
\r\nSUBJECT:
|
||||
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s\r\n
|
||||
\e[1;32mSubject : \e[1;37m%s\r\n
|
||||
\e[1;32mDate : \e[1;37m%s\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;37mPress \e[1;36mR\e[1;37m to reply, \e[1;36mD\e[1;37m to delete \e[1;36mEnter\e[1;37m to quit...\e[0m\r\n
|
||||
\r\nYou have no email\r\n
|
||||
\e[2J\e[1;1H\e[1;37;44m[MSG#] Subject From Date \r\n\e[0m
|
||||
\e[1;30m[\e[1;34m%4d\e[1;30m]\e[1;32m*\e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%4d\e[1;30m] \e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;37mEnter \e[1;36m# \e[1;37mto read, \e[1;36mQ \e[1;37mto quit or \e[1;36mEnter\e[1;37m to continue\e[0m\r\n
|
||||
\e[1;37mEnter \e[1;36m# \e[1;37mto read, or \e[1;36mEnter\e[1;37m to quit\e[0m\r\n
|
||||
\r\nNo files in this area!\r\n
|
||||
\r\n\r\n\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;33m%3ddloads \e[1;36m%4d%c \e[1;37m%-56s\r\n \e[0;32m
|
||||
\r\n\e[0mEnter # to tag, Q to quit, Enter to continue:
|
||||
\r\nTagged %s\r\n
|
||||
\r\nAlready Tagged\r\n
|
||||
\r\nSorry, you don't have permission to download from this area\r\n
|
||||
\e[0;32m
|
||||
\r\n\e[0mEnter # to tag, Enter to quit:
|
||||
\e[0m\r\nDir: (%d) %s\r\nSub: (%d) %s\r\nTL: %dm :>
|
||||
\r\n\r\nFile Directories:\r\n\r\n
|
||||
%d. %s\r\n
|
||||
Enter the directory number:
|
||||
\r\nInvalid directory number!\r\n
|
||||
\r\n\r\nFile Subdirectories:\r\n\r\n
|
||||
Enter the sub directory number:
|
||||
\r\nInvalid sub directory number!\r\n
|
||||
Sorry, you don't have permission to upload in this Sub\r\n
|
||||
\r\nUse external editor? (Y/N)
|
||||
\r\n\e[1;32mMagicka Internal Editor, Type \e[1;37m/S \e[1;32mto save, \e[1;37m/A \e[1;32mto abort and \e[1;37m/? \e[1;32mfor help\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m
|
||||
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m%s
|
||||
\r\nNo message to quote!\r\n
|
||||
\r\nQuote from Line:
|
||||
\r\nQuote to Line:
|
||||
Quoting Cancelled\r\n
|
||||
\e[1;33m\r\nHELP\r\n
|
||||
/S - Save Message\r\n
|
||||
/A - Abort Message\r\n
|
||||
/Q - Quote Message\r\n
|
||||
/E - Edit (Rewrite) Line\r\n
|
||||
/D - Delete Line\r\n
|
||||
/I - Insert Line\r\n
|
||||
/L - Relist Message\r\n\e[0m
|
||||
\r\nWhich line do you want to delete?
|
||||
\r\nWhich line do you want to edit?
|
||||
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m
|
||||
\r\nInsert before which line?
|
||||
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s (%d:%d/%d.%d)\r\n
|
||||
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s\r\n
|
||||
\e[1;32mTo : \e[1;37m%-27.27s \e[1;32mConf : \e[1;37m%-27.27s\r\n
|
||||
\e[1;32mSubject : \e[1;37m%-27.27s \e[1;32mArea : \e[1;37m%-27.27s\r\n
|
||||
\e[1;32mDate : \e[1;37m%s \e[1;32mMsgNo : \e[1;37m%4d of %4d\r\n
|
||||
\e[1;32mAttribs : \e[1;37m%s\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\r\n\e[1;37mPress \e[1;36mR \e[1;37mto reply, \e[1;36mQ \e[1;37mto quit, \e[1;36mB \e[1;37mto go Back, \e[1;36mSPACE \e[1;37mfor Next Mesage...
|
||||
\r\nSorry, you are not allowed to post in this area\r\n
|
||||
\r\n\r\nReplying to: %s\r\n
|
||||
Change Subject? (Y/N)
|
||||
\r\nNew subject:
|
||||
\r\nOk, not changing the subject line...
|
||||
\r\n\r\nNo more messages\r\n
|
||||
\e[0m\r\nConf: (%d) %s\r\nArea: (%d) %s\r\nTL: %dm :>
|
||||
Read message [1-%d] or N for New:
|
||||
\r\nADDR:
|
||||
\r\n\r\nInvalid Address\r\n
|
||||
\r\nMailing to %d:%d/%d.%d\r\n
|
||||
\r\nMailing to @%d\r\n
|
||||
Start at message [1-%d] or N for New?
|
||||
\e[2J\e[1;1H\e[1;37;44m[MSG#] Subject From To Date \r\n\e[0m
|
||||
\e[1;30m[\e[1;34m%4d\e[1;30m]\e[1;32m*\e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%4d\e[1;30m] \e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
(#) Read Message # (Q) Quit (ENTER) Continue\r\n
|
||||
\r\nThere is no mail in this area\r\n
|
||||
\r\n\r\nMail Conferences:\r\n\r\n
|
||||
%d. %s\r\n
|
||||
Enter the conference number:
|
||||
\r\nInvalid conference number!\r\n
|
||||
\r\n\r\nMail Areas:\r\n\r\n
|
||||
%d. %s\r\n
|
||||
Enter the area number:
|
||||
\r\nInvalid area number!\r\n
|
||||
\r\nScan for new mail? (Y/N/S):
|
||||
\r\n\e[1;32m%d. %s\e[0m\r\n
|
||||
\e[1;37m --> %d. %s (%d new)\e[0m\r\n
|
||||
\r\n\e[0mTL: %dm :>
|
||||
\r\n\e[1;32mText Files Collection\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;37m%s\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
Enter the number of a text file to display or Q to quit:
|
||||
\r\nSorry, there are no text files to display\r\n
|
||||
\e[2J\e[1;1H\e[1;32mYour Settings\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[0;36mP. \e[1;37mPassword (\e[1;33mNot Shown\e[1;37m)\r\n
|
||||
\e[0;36mL. \e[1;37mLocation (\e[1;33m%s\e[1;37m)\r\n
|
||||
\e[0;36mQ. \e[1;37mQuit to Main Menu\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\r\nEnter your current password:
|
||||
\r\nEnter your new password (8 chars min):
|
||||
\r\nPassword Changed!\r\n
|
||||
\r\nPassword too short!\r\n
|
||||
\r\nPassword Incorrect!\r\n
|
||||
\r\nEnter your new location:
|
||||
\e[2J\e[1;1H\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
User Name Location Times On\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;37m%-16s \e[1;36m%-32s \e[1;32m%5d\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\r\nWhat is your login name:
|
||||
Sorry, that name is too short.\r\n
|
||||
Sorry, invalid character, can only use alpha characters.\r\n
|
||||
Sorry, that name is reserved.\r\n
|
||||
Sorry, that name is in use.\r\n
|
||||
What is your first name:
|
||||
What is your last name:
|
||||
What is your e-mail address:
|
||||
Where are you located:
|
||||
What password would you like (at least 8 characters):
|
||||
You Entered:\r\n
|
||||
-------------------------------------\r\n
|
||||
Login Name:
|
||||
\r\nFirst Name:
|
||||
\r\nLast Name:
|
||||
\r\nE-mail:
|
||||
\r\nLocation:
|
||||
\r\n-------------------------------------\r\n
|
||||
Is this Correct? (Y/N)
|
||||
\e[1;37mPress any key to continue...\e[0m
|
||||
\e[24;1H\e[1;32mUp / Down \e[1;37mto Scroll, \e[1;32mLeft / Right \e[1;37mChange Message, \e[1;32mR \e[1;37mReply, \e[1;32mQ \e[1;37mQuit\e[K\e[0m
|
||||
\e[23;1H\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m]\e[1;32m*\e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[24;1H\e[1;37;44mUp/Down to Scroll, Enter to read, Q to quit\e[K\e[0m
|
||||
\e[24;1H\e[1;32mUp / Down \e[1;37mto Scroll, \e[1;32mLeft / Right \e[1;37mto Change Message, \e[1;32mR \e[1;37mreply, \e[1;32mD \e[1;37mDelete, \e[1;32mQ \e[1;37mquit\e[K\e[0m
|
||||
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m]\e[1;32m*\e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;31mYou have no email!\e[0m
|
||||
\e[1;32mScanned \e[1;37m%s\e[1;32m->\e[1;37m%s\e[1;32m got \e[1;37m%d\e[1;32m msgs...\e[0m\r\n
|
||||
\e[1;31mInvalid Reply Packet!\e[0m
|
||||
\r\n\e[1;31mFailed to add message\e[0m\r\n
|
||||
\r\n\e[1;32mChecking for file_id.diz...\r\n
|
||||
...Not Found!\r\n\r\n
|
||||
\r\nPlease enter a description:\r\n
|
||||
...Found!\r\n\r\n
|
||||
\e[1;32mUpload Successful!\e[0m\r\n
|
||||
\e[1;31mUser not found! Assuming new user...\e[0m\r\n\r\n
|
||||
\e[1;32mSuccesfully processed \e[1;37m%d \e[1;32mmessages!\r\n\e[0m
|
||||
\e[0;36mA. \e[1;37mDefault Archiver (\e[1;33m%s\e[1;37m)\r\n
|
||||
\r\n\e[1;32mSelect an archiver...\e[0m\r\n\r\n
|
||||
\e[1;31m%d. \e[1;37m%s\e[0m\r\n
|
||||
>
|
||||
Sorry, this %s is unavailable over SSH\r\n
|
||||
\r\n\r\nPlease enter the filename of the file you want to upload\r\n>
|
||||
\r\nUpload Failed\r\n
|
||||
\r\n\e[1;32mSelect a protocol...\e[0m\r\n\r\n
|
||||
\e[0;36mO. \e[1;37mDefault Protocol (\e[1;33m%s\e[1;37m)\r\n
|
||||
File exists!\r\n
|
||||
\e[0;36mM. \e[1;37mShow Node Msgs (\e[1;33m%s\e[1;37m)\r\n
|
||||
\e[1;37mNode \e[1;32m%d. \e[1;37m%s\e[0m\r\n
|
||||
\r\n\r\n\e[1;33mSelect a node to message...\e[0m\r\n\r\n
|
||||
\r\n\e[1;31mInvalid Node!\e[0m\r\n
|
||||
\r\n\e[1;37mEnter your message (256 chars max)...\e[0m\r\n
|
||||
%s on node %d says:\r\n %s\r\n\r\n
|
||||
\e[0;36mC. \e[1;37mCodepage (\e[1;33m%s\e[1;37m)\r\n
|
||||
\e[0;36mE. \e[1;37mUse External Editor (\e[1;33m%s\e[1;37m)\r\n
|
||||
\e[1;37mMore? (Y/N/C) \e[0m
|
||||
\e[1;31mYou have not subscribed to any areas!\e[0m\r\n
|
||||
\e[1;37mEnter an area number to toggle, A to toggle all ON, N to toggle all OFF: \e[0m
|
||||
\e[1;30m[\e[1;37m%3d\e[1;30m] [%s\e[1;30m] \e[1;37m%s\e[0m\r\n
|
||||
\e[1;32mSUB\e[0m
|
||||
\e[1;31mUNSUB\e[0m
|
||||
\r\n\e[1;37mAre you sure you want to reset all messages in %s to unread? \e[0m
|
||||
\r\n\e[1;37mAre you sure you want to reset \e[1;31mall messages \e[1;37min all bases to unread? \e[0m
|
||||
\r\n\r\n\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;33m%3ddloads \e[1;36m%4d%c \e[1;37m%-56s\r\n \e[1;31mNEW \e[0;32m
|
||||
\r\nScan for new files? (Y/N) :
|
||||
\r\n\e[1;37mOrder by (\e[1;32mF\e[1;37m)ilename, (\e[1;32mU\e[1;37m)pload Date, (\e[1;32mP\e[1;37m)opularity, (\e[1;32mN\e[1;37m)ew Files Only: \e[0m
|
||||
\e[24;1H\e[1;32mUp / Down\e[1;37m to Scroll, \e[1;32mLeft / Right \e[1;37mChange Message, \e[1;32mR \e[1;37mReply, \e[1;32mJ \e[1;37mNext Area, \e[1;32mQ \e[1;37mQuit\e[K\e[0m
|
||||
\e[0;36mB. \e[1;37mBluewave Packet Style (\e[1;33m%s\e[1;37m)\r\n
|
||||
\r\n\e[1;37mSearch by (\e[1;32mF\e[1;37m)ilename, (\e[1;32mD\e[1;37m)escription or (\e[1;32mB\e[1;37m)oth:\e[0m
|
||||
\r\n\e[1;37mSearch in (\e[1;32mC\e[1;37m)urrent area or (\e[1;32mA\e[1;37m)ll areas:\e[0m
|
||||
\r\n\e[1;31mPlease enter at least one keyword.\e[0m\r\n
|
||||
\r\n\e[1;37mKeywords:\e[0m
|
||||
\r\nUsername may not begin or end with a space\r\n
|
||||
\r\nFirstname may not begin or end with a space\r\n
|
||||
\r\nLastname may not begin or end with a space\r\n
|
||||
\r\nFirst & Last Name combination in use!\r\n
|
||||
\r\nSpaces not allowed\r\n
|
||||
\e[0;36mS. \e[1;37mSet Signature...\r\n
|
||||
\e[0;36mT. \e[1;37mToggle Auto-Signature (\e[1;33m%s\e[1;37m)\r\n
|
||||
\e[1;37;44mChoose a Conference\e[K
|
||||
\e[24;1H\e[1;37;44mUp / Down to Select, Enter to Confirm\e[K
|
||||
\e[%d;1H\e[1;30;40m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%s\e[K
|
||||
\e[%d;1H\e[1;30;40m[\e[1;34m%4d\e[1;30;40m] \e[1;37m%s\e[K
|
||||
\e[1;37;44mChoose an Area in %s\e[K
|
||||
\e[1;37;44mChoose an Subdir in %s\e[K
|
||||
\e[1;37;44mChoose a Directory\e[K
|
9
dist/menus/doors.mnu
vendored
Normal file
9
dist/menus/doors.mnu
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
LUASCRIPT doors
|
||||
ANSIFILE doors
|
||||
|
||||
HOTKEY Q
|
||||
COMMAND PREVMENU
|
||||
|
||||
HOTKEY G
|
||||
COMMAND SUBMENU
|
||||
DATA logoff
|
45
dist/menus/file.mnu
vendored
Normal file
45
dist/menus/file.mnu
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
LUASCRIPT filemenu
|
||||
ANSIFILE filemenu
|
||||
|
||||
HOTKEY I
|
||||
COMMAND CHOOSEFILEDIR
|
||||
|
||||
HOTKEY S
|
||||
COMMAND CHOOSEFILESUB
|
||||
|
||||
HOTKEY L
|
||||
COMMAND LISTFILES
|
||||
|
||||
HOTKEY U
|
||||
COMMAND UPLOAD
|
||||
|
||||
HOTKEY D
|
||||
COMMAND DOWNLOAD
|
||||
|
||||
HOTKEY C
|
||||
COMMAND CLEARTAGGED
|
||||
|
||||
HOTKEY }
|
||||
COMMAND NEXTFILEDIR
|
||||
|
||||
HOTKEY {
|
||||
COMMAND PREVFILEDIR
|
||||
|
||||
HOTKEY ]
|
||||
COMMAND NEXTFILESUB
|
||||
|
||||
HOTKEY [
|
||||
COMMAND PREVFILESUB
|
||||
|
||||
HOTKEY !
|
||||
COMMAND FILESCAN
|
||||
|
||||
HOTKEY E
|
||||
COMMAND FILESEARCH
|
||||
|
||||
HOTKEY Q
|
||||
COMMAND PREVMENU
|
||||
|
||||
HOTKEY G
|
||||
COMMAND SUBMENU
|
||||
DATA logoff
|
8
dist/menus/logoff.mnu
vendored
Normal file
8
dist/menus/logoff.mnu
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
ANSIFILE logoff
|
||||
CLEARSCREEN
|
||||
|
||||
HOTKEY Y
|
||||
COMMAND LOGOFF
|
||||
|
||||
HOTKEY N
|
||||
COMMAND PREVMENU
|
60
dist/menus/mail.mnu
vendored
Normal file
60
dist/menus/mail.mnu
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
LUASCRIPT mailmenu
|
||||
ANSIFILE mailmenu
|
||||
|
||||
HOTKEY !
|
||||
COMMAND MAILSCAN
|
||||
|
||||
HOTKEY D
|
||||
COMMAND READMAIL
|
||||
|
||||
HOTKEY P
|
||||
COMMAND POSTMESSAGE
|
||||
|
||||
HOTKEY L
|
||||
COMMAND LISTMESSAGES
|
||||
|
||||
HOTKEY C
|
||||
COMMAND CHOOSEMAILCONF
|
||||
|
||||
HOTKEY A
|
||||
COMMAND CHOOSEMAILAREA
|
||||
|
||||
HOTKEY Q
|
||||
COMMAND PREVMENU
|
||||
|
||||
HOTKEY G
|
||||
COMMAND SUBMENU
|
||||
DATA logoff
|
||||
|
||||
HOTKEY E
|
||||
COMMAND SENDEMAIL
|
||||
|
||||
HOTKEY R
|
||||
COMMAND LISTEMAIL
|
||||
|
||||
HOTKEY }
|
||||
COMMAND NEXTMAILCONF
|
||||
|
||||
HOTKEY {
|
||||
COMMAND PREVMAILCONF
|
||||
|
||||
HOTKEY ]
|
||||
COMMAND NEXTMAILAREA
|
||||
|
||||
HOTKEY [
|
||||
COMMAND PREVMAILAREA
|
||||
|
||||
HOTKEY B
|
||||
COMMAND BLUEWAVEDOWNLOAD
|
||||
|
||||
HOTKEY U
|
||||
COMMAND BLUEWAVEUPLOAD
|
||||
|
||||
HOTKEY S
|
||||
COMMAND SUBUNSUBCONF
|
||||
|
||||
HOTKEY Z
|
||||
COMMAND RESETMSGPTRS
|
||||
|
||||
HOTKEY X
|
||||
COMMAND RESETALLMSGPTRS
|
45
dist/menus/main.mnu
vendored
Normal file
45
dist/menus/main.mnu
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
LUASCRIPT mainmenu
|
||||
ANSIFILE mainmenu
|
||||
|
||||
HOTKEY O
|
||||
COMMAND AUTOMESSAGE_WRITE
|
||||
|
||||
HOTKEY A
|
||||
COMMAND TEXTFILES
|
||||
|
||||
HOTKEY C
|
||||
COMMAND CHATSYSTEM
|
||||
|
||||
HOTKEY L
|
||||
COMMAND BBSLIST
|
||||
|
||||
HOTKEY U
|
||||
COMMAND LISTUSERS
|
||||
|
||||
HOTKEY B
|
||||
COMMAND BULLETINS
|
||||
|
||||
HOTKEY 1
|
||||
COMMAND LAST10CALLERS
|
||||
|
||||
HOTKEY D
|
||||
COMMAND SUBMENU
|
||||
DATA doors
|
||||
|
||||
HOTKEY M
|
||||
COMMAND SUBMENU
|
||||
DATA mail
|
||||
|
||||
HOTKEY T
|
||||
COMMAND SUBMENU
|
||||
DATA file
|
||||
|
||||
HOTKEY S
|
||||
COMMAND SETTINGS
|
||||
|
||||
HOTKEY N
|
||||
COMMAND SENDNODEMSG
|
||||
|
||||
HOTKEY G
|
||||
COMMAND SUBMENU
|
||||
DATA logoff
|
19
dist/scripts/doors.lua
vendored
Normal file
19
dist/scripts/doors.lua
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
function menu()
|
||||
-- display menu ansi
|
||||
bbs_write_string("\027[2J");
|
||||
bbs_display_ansi("doors");
|
||||
|
||||
|
||||
-- display prompt
|
||||
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
|
||||
|
||||
-- read char entered
|
||||
cmd = bbs_read_char();
|
||||
|
||||
-- do stuff if you want
|
||||
|
||||
|
||||
-- return the char entered
|
||||
|
||||
return cmd;
|
||||
end
|
28
dist/scripts/filemenu.lua
vendored
Normal file
28
dist/scripts/filemenu.lua
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
function menu()
|
||||
-- display menu ansi
|
||||
bbs_write_string("\027[2J");
|
||||
bbs_display_ansi("filemenu");
|
||||
|
||||
|
||||
-- display prompt
|
||||
local dir_no;
|
||||
local dir_name;
|
||||
local sub_no;
|
||||
local sub_name;
|
||||
|
||||
dir_no, dir_name, sub_no, sub_name = bbs_cur_filearea_info();
|
||||
bbs_write_string(string.format("\r\n\027[0m \027[0;36mDirectory: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\027[0;36mSubdirectory: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\r\n", dir_no, dir_name, sub_no, sub_name));
|
||||
|
||||
|
||||
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
|
||||
|
||||
-- read char entered
|
||||
cmd = bbs_read_char();
|
||||
|
||||
-- do stuff if you want
|
||||
|
||||
|
||||
-- return the char entered
|
||||
|
||||
return cmd;
|
||||
end
|
91
dist/scripts/login_stanza.lua
vendored
Normal file
91
dist/scripts/login_stanza.lua
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
local bulletin_path = "/home/andrew/MagickaBBS/ansis";
|
||||
|
||||
|
||||
function file_exists(name)
|
||||
local f=io.open(name,"r")
|
||||
if f~=nil then io.close(f) return true else return false end
|
||||
end
|
||||
|
||||
bbs_write_string("\r\n\r\nDo you want a quick login? (Y/N) : ");
|
||||
|
||||
local char = bbs_read_char();
|
||||
|
||||
local i = 0;
|
||||
|
||||
if char == "Y" or char == "y" then
|
||||
return;
|
||||
end
|
||||
|
||||
-- Display Bulletins
|
||||
while(true) do
|
||||
if file_exists(bulletin_path .. "/bulletin" .. string.format("%d", i) .. ".ans") then
|
||||
bbs_display_ansi("bulletin" .. string.format("%d", i));
|
||||
bbs_write_string("\027[0mPress any key to continue...\r\n");
|
||||
bbs_read_char();
|
||||
else
|
||||
break;
|
||||
end
|
||||
|
||||
i = i + 1;
|
||||
end
|
||||
|
||||
-- Display Info
|
||||
local bbsname;
|
||||
local sysopname;
|
||||
local systemname;
|
||||
local machinename;
|
||||
|
||||
bbsname, sysopname, systemname, machinename = bbs_get_info();
|
||||
|
||||
bbs_write_string("\027[1;37mSystem Information\r\n");
|
||||
bbs_write_string("\027[1;30m----------------------------------------------\r\n");
|
||||
bbs_write_string("\027[1;32mBBS Name : \027[1;37m" .. bbsname .. "\r\n");
|
||||
bbs_write_string("\027[1;32mSysOp Name : \027[1;37m" .. sysopname .. "\r\n");
|
||||
bbs_write_string("\027[1;32mNode : \027[1;37m" .. string.format("%d", bbs_node()) .. "\r\n");
|
||||
bbs_write_string("\027[1;32mBBS Version : \027[1;37m" .. bbs_version() .. "\r\n");
|
||||
bbs_write_string("\027[1;32mSystem : \027[1;37m" .. systemname .. " (" .. machinename .. ")\r\n");
|
||||
bbs_write_string("\027[1;30m----------------------------------------------\r\n");
|
||||
bbs_write_string("\027[0mPress any key to continue...\r\n");
|
||||
bbs_read_char();
|
||||
|
||||
-- Display Last 10 Callers
|
||||
i = 0;
|
||||
|
||||
local user;
|
||||
local location;
|
||||
local ltime;
|
||||
|
||||
bbs_write_string("\r\n\027[1;37mLast 10 callers:\r\n");
|
||||
bbs_write_string("\027[1;30m-------------------------------------------------------------------------------\r\n");
|
||||
|
||||
while (i < 10) do
|
||||
user, location, ltime = bbs_read_last10(i);
|
||||
if (user ~= nil) then
|
||||
bbs_write_string(string.format("\027[1;37m%-16s \027[1;36m%-32s \027[1;32m%s\r\n", user, location, os.date("%H:%M %d-%m-%y" ,ltime)));
|
||||
end
|
||||
|
||||
i = i + 1;
|
||||
end
|
||||
bbs_write_string("\027[1;30m-------------------------------------------------------------------------------\r\n");
|
||||
bbs_write_string("\027[0mPress any key to continue...\r\n");
|
||||
bbs_read_char();
|
||||
|
||||
-- Check email
|
||||
|
||||
local email = bbs_get_emailcount();
|
||||
|
||||
if (email > 0) then
|
||||
bbs_write_string(string.format("\r\nYou have %d emails in your inbox\r\n", email));
|
||||
else
|
||||
bbs_write_string("\r\nYou have no email\r\n");
|
||||
end
|
||||
|
||||
bbs_mail_scan();
|
||||
|
||||
bbs_file_scan();
|
||||
|
||||
-- Display Auto Message
|
||||
|
||||
bbs_display_automsg();
|
||||
|
||||
-- Done!
|
4
dist/scripts/logout_stanza.lua
vendored
Normal file
4
dist/scripts/logout_stanza.lua
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
function logout()
|
||||
bbs_display_ansi("goodbye");
|
||||
return 1;
|
||||
end
|
40
dist/scripts/logout_stanza_bbsads.lua
vendored
Normal file
40
dist/scripts/logout_stanza_bbsads.lua
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
-- To use this with Magicka, replace the logout_stanza.lua in your
|
||||
-- MagickaBBS/scripts directory.
|
||||
|
||||
-- You could also git pull as a cronjob to grab the latest ansis say
|
||||
-- once a week.
|
||||
|
||||
-- Requirements:
|
||||
-- You will need an uptodate git version of Magicka for it to work.
|
||||
|
||||
function scandir(directory)
|
||||
local i, t, popen = 0, {}, io.popen
|
||||
local pfile = popen('find "'..directory..'" -maxdepth 1 -type f')
|
||||
for filename in pfile:lines() do
|
||||
if string.lower(string.sub(filename, -4)) == ".ans" then
|
||||
i = i + 1
|
||||
t[i] = filename
|
||||
end
|
||||
end
|
||||
pfile:close()
|
||||
return t
|
||||
end
|
||||
|
||||
function logout()
|
||||
-- Change this to your adverts directory...
|
||||
local t = scandir("/home/andrew/bbs-ansi-adverts/adverts");
|
||||
local rand = math.random(#t);
|
||||
|
||||
bbs_write_string("\027[2J");
|
||||
|
||||
bbs_display_ansi(t[rand]);
|
||||
|
||||
bbs_write_string("\027[0mPress any key to continue...");
|
||||
bbs_read_char();
|
||||
|
||||
bbs_write_string("\027[2J");
|
||||
|
||||
bbs_display_ansi("goodbye");
|
||||
os.execute("sleep 1");
|
||||
return 1;
|
||||
end
|
28
dist/scripts/mailmenu.lua
vendored
Normal file
28
dist/scripts/mailmenu.lua
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
function menu()
|
||||
-- display menu ansi
|
||||
bbs_write_string("\027[2J");
|
||||
bbs_display_ansi("mailmenu");
|
||||
|
||||
|
||||
-- display prompt
|
||||
local dir_no;
|
||||
local dir_name;
|
||||
local sub_no;
|
||||
local sub_name;
|
||||
|
||||
dir_no, dir_name, sub_no, sub_name = bbs_cur_mailarea_info();
|
||||
bbs_write_string(string.format("\r\n\027[0m \027[0;36mConference: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\027[0;36mArea: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\r\n", dir_no, dir_name, sub_no, sub_name));
|
||||
|
||||
|
||||
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
|
||||
|
||||
-- read char entered
|
||||
cmd = bbs_read_char();
|
||||
|
||||
-- do stuff if you want
|
||||
|
||||
|
||||
-- return the char entered
|
||||
|
||||
return cmd;
|
||||
end
|
44
dist/scripts/mainmenu.lua
vendored
Normal file
44
dist/scripts/mainmenu.lua
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
local function readLines(sPath)
|
||||
local file = io.open(sPath, "r")
|
||||
if file then
|
||||
local tLines = {}
|
||||
local sLine = file:read()
|
||||
while sLine do
|
||||
table.insert(tLines, sLine)
|
||||
sLine = file:read()
|
||||
end
|
||||
file:close()
|
||||
return tLines
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
function menu()
|
||||
-- display menu ansi
|
||||
bbs_write_string("\027[2J");
|
||||
bbs_display_ansi("mainmenu");
|
||||
|
||||
-- display tagline
|
||||
|
||||
local tLines = readLines("scripts/taglines.txt");
|
||||
|
||||
local rand = math.random(#tLines);
|
||||
|
||||
bbs_write_string("\r\n\027[1;30m " .. tLines[rand] .. "\r\n");
|
||||
|
||||
-- display prompt
|
||||
|
||||
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
|
||||
|
||||
-- read char entered
|
||||
cmd = bbs_read_char();
|
||||
|
||||
-- do stuff if you want
|
||||
|
||||
|
||||
-- return the char entered
|
||||
|
||||
return cmd;
|
||||
end
|
||||
|
||||
math.randomseed(os.time());
|
367
dist/scripts/taglines.txt
vendored
Normal file
367
dist/scripts/taglines.txt
vendored
Normal file
@@ -0,0 +1,367 @@
|
||||
Nothing is so smiple that it can't get screwed up.
|
||||
If this were an actual tagline, it would be funny.
|
||||
Unable to locate Coffee -- Operator Halted!
|
||||
Press any key to continue or any other key to quit
|
||||
We all live in a yellow subroutine.
|
||||
On a clear disk you can seek forever
|
||||
All wiyht. Rho sritched mg kegtops awound?
|
||||
Back Up My Hard Drive? I Can't Find The Reverse Switch!
|
||||
This tagline is umop apisdn
|
||||
I don't NEED Robocomm! ... I'm up at 4:00 am
|
||||
Remind me again how lucky I am to work here
|
||||
Federal Law prohibits the removal of this tagline
|
||||
Procrastination Day Has Been Postponed!
|
||||
Uncontained entropy experiment gone crazy.......maybe.
|
||||
Humpty Dumpty was pushed! Well, I saw it on X-Files....
|
||||
Kill them all! .... Let God sort them out.
|
||||
IBM = Institute of Black Magic
|
||||
Taglines: the toilet-stall walls of BBSdom.
|
||||
Talk is cheap -- supply exceeds demand!
|
||||
Lye, Cheetham, and Steele: Attorneys at Law
|
||||
A message from Dewey, Cheatham and Howe, PC
|
||||
53.7% of all statistics are totally incorrect
|
||||
Excuse my driving ... I'm trying to reload.
|
||||
Armadillo: A mouse built to government specs.
|
||||
Mason-Dixon Line n. Separates y'all from youse guys
|
||||
The best way to accelerate a Mac is at -32.2 ft/s™.
|
||||
PRESS To test. <click> RELEASE to detonate.
|
||||
Remember when safe sex was not getting caught in the act?
|
||||
Sir! Romulan Warbird decloakingò2šOÿ:þãbœ— NO CARRIER
|
||||
Basic Flying Rule #1: Keep the pointy end forward.
|
||||
Sir! Jem'ha'dar warship approachin-- ^{+Kx NO CARRIER
|
||||
Forget 0 to 60. It's 95 to 55 that counts!
|
||||
Your E-mail has been returned due to insufficient voltage
|
||||
Strip mining prevents forest fires.
|
||||
The 4 major food groups: fast, frozen, junk, & spoiled.
|
||||
(a) Fast, (b) Reliable, (c) Inexpensive - Pick Two.
|
||||
OS/2 VirusScan - "Windows found: Remove it? [Y/y]"
|
||||
The four snack groups: cakes, crunchies, frozen and sweets.
|
||||
Sushi: known to the rest of the world as 'Bait'
|
||||
Beware programmers carrying screwdrivers.
|
||||
SHOCKING TRUTH: 50% of all people are below average....
|
||||
...gnorw og... gnorw og... gnorw og nac gnihton
|
||||
If you trade freedom for security, you get neither.
|
||||
It it ain't broke, let me have a shot at it.
|
||||
That which does not kill us strengthens us.
|
||||
There are no answers, only cross-references.
|
||||
If it ain't water-cooled... it's a terminal!
|
||||
Arkansas figured out a way to get rid of Billy-Jeff.
|
||||
!enilgat cinataS !eraweB æ
|
||||
"La Quinta." Spanish for "Next to Denny's."
|
||||
A penny saved is a Congressional oversight.
|
||||
Optimist: A Yugo owner with a trailer hitch!
|
||||
Engineers: often wrong, seldom in doubt.
|
||||
I wish Noah had swatted those two mosquitoes.....
|
||||
Save the whales.... Collect the entire set!
|
||||
None of you exist. The sysop types it all in...
|
||||
Whips & chains? Sorry, that's a hardware problem!
|
||||
No viruses detected. Must be a pair of Nanites.
|
||||
In plumbing, a straight flush is better than a full house
|
||||
What's a 6.9? 69 interrupted by a period.
|
||||
The backup's not over 'til the FAT table sings.
|
||||
Are you a Klingon, or is that a turtle on your head?
|
||||
No Purchase Required. Details in package.
|
||||
Thesaurus: prehistoric reptile with a great vocabulary.
|
||||
Mistress - something between a mister and a mattress.
|
||||
One good turn gets all the blankets.
|
||||
ASCII stupid question - get a stupid ANSI
|
||||
Okay, I pulled the pin. Now what? Where are you going?
|
||||
Stick em up! <BANG> Okay.... DON'T stick em' up!
|
||||
He's dead Jim. Grab his tricorder. I'll get his wallet.
|
||||
He does the work of 3 men.... Larry Moe & Curly.
|
||||
Anything good is either illegal, immoral or fattening.
|
||||
Catastrophe n. an award for the cat with the nicest buns
|
||||
Light at end of tunnel temporarily out of order.
|
||||
Sir! Romulan Warbird decloaking off th #%NO CARRIER
|
||||
EBCDIC: Erase Backup Chew Disk Ignite Cards
|
||||
Docs? Why look at the Docs? Nurses are better.
|
||||
Tagline dispenser temporarily out of order.
|
||||
I'm writing a book. I've got the page numbers done.
|
||||
We're lost, yes.....but we're making good time.
|
||||
How do they get Teflon to stick to the pans?
|
||||
clap on (CLAP!CLAP!) clap off (CLAP!) ¾Ö¬ôÔÂùNO CARRIER
|
||||
User: The hardest-to-setup PC peripheral you can buy.
|
||||
Psychoceramics: The study of crackpots.
|
||||
How do you know if you run out of invisible ink?
|
||||
I'm not tense, just terribly A*L*E*R*T.
|
||||
Limit Congress to 2 terms: one in office, one in jail!
|
||||
Windows isn't crippleware: it's "Functionally Challenged"
|
||||
Keyboard not found. Visualize "F1" to continue.
|
||||
A KGB keyboard has no ESC key.
|
||||
A problem can be found for almost every solution.
|
||||
Golden Rule: He who has the gold makes the rules.
|
||||
Can you repeat the part after 'Listen very carefully'?
|
||||
Madness takes its toll. Please have exact change.
|
||||
A seminar on Time Travel will be held 2 weeks ago....
|
||||
The bold print giveth and the fine print taketh away.
|
||||
Shh! Be vewy qwiet! I'm hunting wuntime ewwows!
|
||||
"Ummm, trouble with grammar have I? Yes!" --Yoda
|
||||
My other vehicle is a Galaxy Class Starship
|
||||
WORK HARDER!... Millions on Welfare depend on YOU!
|
||||
If all appears to go well, you missed something...
|
||||
Don't be sexist! Chicks hate that.
|
||||
"I never met a chocolate I didn't like." --Deanna Troi
|
||||
Did you expect mere proof to sway my opinion?
|
||||
Behind every good computer - is a jumble of wire.
|
||||
You're so vain / I bet you think this tagline's about you
|
||||
STICK \'stik\ n. 1: A somewhat nonfunctional boomerang.
|
||||
Boss spelled backwards is "double SOB".
|
||||
Why do we have training bras? What can we teach them?
|
||||
Artificial intelligence is better than none.
|
||||
A preposition is what you don't end a sentence with. Um.
|
||||
Bureaucrats cut red tape--lengthwise.
|
||||
"And we had to chisel taglines into the walls of the cave...."
|
||||
It ain't over, but the fat lady is clearing her throat.
|
||||
Air pollution is a mist demeanor.
|
||||
Hah! If only BELL knew what I was doò2šþãbœ— NO CARRIER
|
||||
Ultimate office automation: networked coffee machines.
|
||||
Software Independent: Won't work with ANY software.
|
||||
I idiot-proof my programs, but along comes a bigger idiot.
|
||||
Tonight's forecast: Dark, scattered light toward dawn.
|
||||
Exxon - greasing the coastline for smoother boating!
|
||||
I'm sure it's clearly explained in the Zmodem docs.
|
||||
Don't sweat petty things, or pet sweaty things.
|
||||
I used to have a handle on life, then it broke.
|
||||
All animals are equal, some more than others.
|
||||
Politics n. Poly "many" + ticks "blood sucking insects"
|
||||
War is God's way of teaching us geography.
|
||||
Make headlines! Use a corduroy pillow.
|
||||
A paid up computer is, by definition, obsolete.
|
||||
Mainframe: the biggest PC peripheral you can buy.
|
||||
Multitasking: When you get the weekend chore list.
|
||||
Perhaps this situation requires a more Klingon response.
|
||||
I forget the dream, but I'm missing a pajama button...
|
||||
This message written with recycled electrons.
|
||||
Maybe I should cut the power before I-- ZZZAAPPOWWWWWW
|
||||
Now on CD ROM, classic taglines of the computer era.
|
||||
If worst comes to worst, you *CAN* turn most things off.
|
||||
Repartee: An insult wearing a suit and tie.
|
||||
Never judge a man by his taglines.
|
||||
Why is the word abbreviation so long?
|
||||
I'm NOT unemployed. ....I'm a consultant.
|
||||
The flush toilet is the basis of western civilization.
|
||||
Remember, to a computer 1 + 1 = 10.
|
||||
And Homer saith unto them, "D'OH!" -- Bart 17:3
|
||||
Man who fights with wife all day gets no piece at night.
|
||||
He who takes credit for rain will be blamed for drought.
|
||||
Diagonally parked in a parallel universe.
|
||||
Groundwater. Do you mean crushed ice?
|
||||
Reward for a job well done: more work.
|
||||
What goes around usually picks up momentum!
|
||||
PMS - Periodic Monster Syndrome
|
||||
"Criminal Lawyer" is a redundancy.
|
||||
And Adam asked, "What's a Headache?"
|
||||
It's as easy as 3.14159265358979323846...
|
||||
Working hard to become roadkill on the Infobahn.
|
||||
Man, that lightning sounds closõ¯¨©~®Ô NO CARRIER
|
||||
The only good MAC is a Big Mac.
|
||||
Blessed are the censors; they shall inhibit the earth.
|
||||
My computer NEVER locks u ¤Çé NO CARRIER
|
||||
If it's Tourist Season, howcum we can't shoot 'em, Pa?
|
||||
Who is General Failure, and why is he reading my disk?!
|
||||
Been there, done that, got the T-shirt.
|
||||
ETHERNET - A device for catching the ether bunny.
|
||||
Monday is a hard way to spend 1/7 of your life.
|
||||
sophisticated, adj. deprived of its native simplicity.
|
||||
How come wrong numbers are never busy???
|
||||
I'm heavily armed, easily bored, and off my medication.
|
||||
Don't blame me, I voted Libertarian.
|
||||
What does "File Allocation Table bad" mean?
|
||||
All true wisdom is found on T-shirts. --And in taglines.
|
||||
Desk: A very large wastebasket with drawers.
|
||||
paranoia: believing this tagline is about you.
|
||||
Only XT users know that January 1, 1980 was a Tuesday.
|
||||
Shin n. device for finding furniture in the dark.
|
||||
I'm a master of Kungfu, Tofu, Snafu...and plain foo.
|
||||
I have a speech impediment ... my foot.
|
||||
Never test for an error you don't know how to handle.
|
||||
Why did CNN cancel that cool "Desert Storm" show?
|
||||
Contraceptives: use 'em on all conceivable occasions.
|
||||
Despite the high cost of living, it remains popular.
|
||||
Tip: Never take a beer to a job interview.
|
||||
A part of the 57% that -didn't- vote for Clinton. Twice.
|
||||
Op'ti-mism n. 1. A Yugo with a trailer hitch
|
||||
Press any key to continue. No, not THAT one!
|
||||
Behind every great computer lies... a mess of wires!
|
||||
I am Popeye of Borg. Prepare to be askimilgrated.
|
||||
Overdrawn? No way! I still have checks left!
|
||||
Photons have mass? I didn't know they were Catholic...
|
||||
Trespassers will be shot, survivors will be shot again!
|
||||
Answers: $1 æ Correct answers: $5 æ Dumb looks: Free! æ
|
||||
Nobody ever forgets where he buried the hatchet.
|
||||
Mind like a steel trap - rusted shut!
|
||||
I used to have a life, now I have a modem.
|
||||
Tinnn Rooooooooof! --Rusted!
|
||||
AAAAA - American Association Against Acronym Abuse
|
||||
ø” thŽÆk · HßV‹ pRŸBl‹Msí m”RPH Lv‰S WTH M‹í
|
||||
Keep repeating: It's only four more years......
|
||||
Ever notice we park in driveways and drive on parkways?
|
||||
OPCODE: MWAG = Make Wild-Assed Guess
|
||||
Profanity, the language of computer professionals
|
||||
Who do you have to sleep with to get service around here?
|
||||
Halloween is *not* Christmas, even though 31 oct = 25 dec
|
||||
Pentium Myth #1: The computer only does what you tell it.
|
||||
Gotta run, the cat's caught in the printer.
|
||||
Socrates: "I drank WHAT?!"
|
||||
Money is the Root of All Evil. For more info, send $10.
|
||||
Tact is for weenies.
|
||||
In Stereo where available. .elbaliava erehw oeretS nI
|
||||
Midget soothsayer robs bank! Small medium at large....
|
||||
Never share a foxhole with anyone braver than you are.
|
||||
First Rule of Intelligent Tinkering - Save all parts
|
||||
What's another word for Thesaurus?
|
||||
"At last I'm organized," he sighed, and died.
|
||||
Don't worry, I'm gong tŸ b‚ckup tød…åí!&#~
|
||||
I'm just here for moral support... please ignore the gun.
|
||||
Have a (cute) electrician check your shorts.
|
||||
This just in: Research causes cancer in rats!
|
||||
Speed doesn't kill. Stopping very fast kills.
|
||||
Adolescence - the time between puberty and adultery.
|
||||
Objects in taglines are closer than they appear.
|
||||
Do I straddle the fence on issues? Well, yes and no....
|
||||
You could be reading the next message by now.
|
||||
Hold on! Doesn't NT mean NinTendo ?
|
||||
Basic programmers never die, they gosub and don't return
|
||||
# of Vulcans needed to replace a bulb? Precisely 1.000
|
||||
Veni, Vidi, Velcro. (I came, I saw, I stuck around)
|
||||
Veni, Vidi, Visa. (I came, I saw, I charged it.)
|
||||
Do unto others BEFORE they do unto YOU.
|
||||
Energize! said Picard....and this pink bunny appeared...
|
||||
I can keep a secret, it's the people I tell who can't.
|
||||
Can bankers count? Eight windows and only four tellers?
|
||||
Tweety of Borg: I tawt I attimilated a Puddy Tat!
|
||||
I used up all my sick days, so I'm calling in dead.
|
||||
Reality-ometer: [\........] Hmmph! Thought so...
|
||||
How do they get the deer to cross at the signs?
|
||||
Computers make very fast, very efficient mistakes.
|
||||
My wife made me join a bridge club...I jump next week.
|
||||
True Multitasking = 3 PCs and a chair with wheels!
|
||||
I'm dangerous when I know what I'm doing.
|
||||
*/ --Tribble with a lightsaber
|
||||
ADVENTURE: The land between entertainment and panic.
|
||||
Never draw fire, it irritates everyone around you.
|
||||
Ethernet: A device to catch the Ether Bunny.
|
||||
SYSOP (sih' sawp) n. The guy laughing at your typing.
|
||||
"I'm sick! I ought to be home in bed with a nurse."
|
||||
I got everything but the part after "Now listen closely."
|
||||
Yes, you're right. Unfortunately, I don't really care.
|
||||
Florida bumper sticker: DON'T SHOOT! I'M LOCAL!
|
||||
Florida: when we say, "DUCK!", we don't mean Donald.
|
||||
No way I'm going to use an offline reader! Well, okay.
|
||||
We aren't surrounded. We're in a target-rich environment.
|
||||
Be reasonable......do it my way.
|
||||
Rate yourself as a programmer on a scale of 0 to F.
|
||||
Cats remind us that not everything in Nature has purpose.
|
||||
He who laughs last...had to have it explained.
|
||||
Never check for an error you don't know how to handle.
|
||||
As confused as a baby at a topless bar.
|
||||
!edis gnorw eht morf siht ta gnikool era uoY
|
||||
Life would be much easier if I had the source code.
|
||||
Confidence is important; the computer can sense fear.
|
||||
Sheesh! You start havin' fun, and they send the lawyers!
|
||||
PCMCIA = People Can't Memorize Computer Industry Acronyms
|
||||
Suicidal dyslexic jumps behind train - film at 11
|
||||
"Heh, heh, 2400 baud connects suck!" -- V.bis & Baudhead
|
||||
I don't have a solution, but I do admire the problem.
|
||||
Mistress: halfway between a mister and a mattress.
|
||||
Ensign Pillsbury? He's BREAD, Jim......
|
||||
alnal nathrak uth vaas bethud dothiel dienve
|
||||
Ensign Walnut approaches Dr. Crusher with caution....
|
||||
Beware Romulans baring GIFs.
|
||||
My mind is not for rent / To any god or government
|
||||
My other computer runs the Enterprise.
|
||||
Quark the Ferengi. Perot the Texan. Separated at birth?
|
||||
Gender: ___ Male ___ Female _X_ Wraeththu
|
||||
Who is John Galt?
|
||||
Vanyel Ashkevon, Tylendel and Stefen, r.i.p.
|
||||
Visit Scenic Melnibon‰
|
||||
Think of it as evolution in action.
|
||||
"I'd like to buy a schwa, Pat."
|
||||
If you believe in telekinesis, please raise my hand.
|
||||
Lifting Shadows Off a Dream
|
||||
Have an adequate day.
|
||||
Free the Bound Periodicals!
|
||||
Never mind the star, get those camels off my lawn!
|
||||
Do not make whisky in private, or water in public.
|
||||
Do ministers do more than lay people?
|
||||
Beer: So much more than a breakfast drink.
|
||||
D‰j€ Moo: the feeling you have heard this bull before.
|
||||
Don't be sexist. Broads hate that.
|
||||
Love is the dance of eternity
|
||||
DEL *.* How DARE you erase my tribbles!
|
||||
You are now entering a School Free Drug Zone.
|
||||
This is a School-Free Drug Zone.
|
||||
A Crucifix? Oy vey, have YOU got the wrong vampire...
|
||||
Those who live by the sword... kill those who don't.
|
||||
5 billion years the earth takes to form, and we get THIS?
|
||||
Two silkworms were having a race, but it ended in a tie.
|
||||
So many books; So little time.
|
||||
Farewell, friend. I was 1000 times more evil than thou.
|
||||
IF numcooks > .maxcooks THEN;SET V broth = 'spoiled';END
|
||||
Love me tender / love me sweet / push me out at 12,000 ft
|
||||
White dwarf seeks red giant for binary relationship
|
||||
Phone Farr: the Vulcan 900 number for phone sex
|
||||
Eschew Obfuscation!
|
||||
Four snack groups: frozen, crunchies, cakes and sweets.
|
||||
Blesss usss and splassh us, taglinesss for my preciousss
|
||||
Once again, Odo wins the Twister championship.
|
||||
Peter Steele and Armand, vampire -- separated at birth?
|
||||
Look in the mirror, my friend....
|
||||
On the other hand, you have different fingers.
|
||||
/////////// POLICE TAGLINE - DO NOT CROSS \\\\\\\\\\\\\
|
||||
Why yes, I -do- work for a unit of the Illuminati.
|
||||
Number 6 of Borg - Why I resigned is irrelevant.
|
||||
"Silence. Music's original alternative. Roots-grunge!"
|
||||
Acid bath? You're soaking in it...
|
||||
A man attempting to walk around the world DROWNED today..
|
||||
Aibohphobia, n. -- the fear of palindromes.
|
||||
Sorcerer parking only. Violators will be toad.
|
||||
"She's dead, Jim. Still warm, though. Flip ya for her?"
|
||||
"Bother," said Pooh, as he torched the forest.....
|
||||
WOW!... Short runway...but look how WIDE it is!!!
|
||||
!enilgat cinataS !eraweB æ
|
||||
O_O O_O (_) --Mickey & Minnie meet Satan.
|
||||
I'll have one brain on drugs with bacon, toast and juice.
|
||||
Misspelled? Impossible. My modem is error correcting.
|
||||
Squirt guns don't soak people, People soak people.
|
||||
I am Drunk of Borg. Resistance is floor tile!
|
||||
Hmmm, fence must still be down over at the funny farm....
|
||||
MilliHelen: Amount of beauty needed to launch one ship.
|
||||
Yea, I'm a pacifist. Wanna make somethin' of it, bub?
|
||||
"It's Ensign Polo. He's thread, Jim!"
|
||||
I'm! A! Graduate! Of! The! Bill! Shatner! Acting! School!
|
||||
Have you seen Quasimodo? I had a hunch he was back.
|
||||
Dijon vu: The feeling you've tasted this mustard before
|
||||
Acid absorbs 10 times its weight in excess reality.
|
||||
Life's essentials: H O C N Ca P Cl K S Na Mg
|
||||
The Bagginses, they steals our taglines, precioussss ....
|
||||
69, 714, 2112 Sex, drugs, rock'n'roll
|
||||
Explosion at the Mint. Change in staff.
|
||||
Justice is lost, Justice is raped, Justice is gone.
|
||||
I'm NOT "white," I'm "melanin-challenged."
|
||||
It's a cookbook! It's a cookbook!
|
||||
You're so vain / I bet you think this tagline's about you
|
||||
"Never repeat codes," said the telegrapher remorselessly.
|
||||
"My arm!", said Captain Hook offhandedly.
|
||||
9 out of 10 men who try camels prefer women.
|
||||
Now it's dark.
|
||||
He's dim, Jed.
|
||||
We now return to your previously-scheduled topics.
|
||||
Governments absorb 100x their weight in excess liberties.
|
||||
A crucifix? Oy vey, have you got the wrong vampire!
|
||||
...Jupiter, Uranus, Neptune, Pluto, Mickey, Goofey...
|
||||
"Very funny, Scotty. Now beam up my clothes."
|
||||
"Oh, Rick, you'll have to think for BOTH of us!"
|
||||
"Bother," said Pooh, as he bounced off the Starfury.
|
||||
LSD: Virtual Reality without all the fancy hardware
|
||||
Copper wire was invented by lawyers arguing over a penny.
|
||||
What happens when you get scared half to death.....twice?
|
||||
BUFFERS=20 FILES=15 2nd down, 4th quarter, 5 yards to go!
|
||||
Southern DOS: Y'all reckon? (Yep/Nope)
|
||||
Math problems? Call 1-800-10x*(24y-3z^2)-(4y^2+10x^2)
|
||||
He's not dead,he's electroencephalographically challenged
|
||||
Hell is full. The damned are now in Tech Support.
|
||||
I shook my family tree and a bunch of nuts fell out.
|
||||
Now, witness the power of this fully OPERATIONAL tagline!
|
||||
I before E except after C, huh? Weird.....
|
||||
Stewardess trainee: "Where does THIS door gooooooooooooo...."
|
2
dist/www/401.tpl
vendored
Normal file
2
dist/www/401.tpl
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>401 - Not authorized</h1>
|
||||
The page you are looking for can not be accessed.
|
2
dist/www/403.tpl
vendored
Normal file
2
dist/www/403.tpl
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>403 - Forbidden</h1>
|
||||
The page you are looking for can not be accessed.
|
2
dist/www/404.tpl
vendored
Normal file
2
dist/www/404.tpl
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>404 - Page not found</h1>
|
||||
The page you are looking for can not be found.
|
4
dist/www/footer.tpl
vendored
Normal file
4
dist/www/footer.tpl
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<hr />
|
||||
<div class="footer">Powered By Magicka BBS</div>
|
||||
</BODY>
|
||||
</HTML>
|
20
dist/www/header.tpl
vendored
Normal file
20
dist/www/header.tpl
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Magicka BBS</TITLE>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css">
|
||||
<meta charset="utf-8">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<div class="header">
|
||||
<img src="/static/header.png" alt="Magicka BBS" />
|
||||
</div>
|
||||
<div class="menu">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/last10/">Last 10 Callers</a></li>
|
||||
<li><a href="/email/">Email</a></li>
|
||||
<li><a href="/msgs/">Conferences</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr />
|
||||
|
3
dist/www/index.tpl
vendored
Normal file
3
dist/www/index.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<h2>Welcome to another Magicka BBS!</h2>
|
||||
|
||||
The sysop should customize this file with what he/she wants on the front page!
|
1
dist/www/mime.types
vendored
Normal file
1
dist/www/mime.types
vendored
Normal file
@@ -0,0 +1 @@
|
||||
image/png png
|
BIN
dist/www/static/delete.png
vendored
Normal file
BIN
dist/www/static/delete.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 292 B |
428
dist/www/static/fonts/LICENSE.TXT
vendored
Executable file
428
dist/www/static/fonts/LICENSE.TXT
vendored
Executable file
@@ -0,0 +1,428 @@
|
||||
Attribution-ShareAlike 4.0 International
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
||||
does not provide legal services or legal advice. Distribution of
|
||||
Creative Commons public licenses does not create a lawyer-client or
|
||||
other relationship. Creative Commons makes its licenses and related
|
||||
information available on an "as-is" basis. Creative Commons gives no
|
||||
warranties regarding its licenses, any material licensed under their
|
||||
terms and conditions, or any related information. Creative Commons
|
||||
disclaims all liability for damages resulting from their use to the
|
||||
fullest extent possible.
|
||||
|
||||
Using Creative Commons Public Licenses
|
||||
|
||||
Creative Commons public licenses provide a standard set of terms and
|
||||
conditions that creators and other rights holders may use to share
|
||||
original works of authorship and other material subject to copyright
|
||||
and certain other rights specified in the public license below. The
|
||||
following considerations are for informational purposes only, are not
|
||||
exhaustive, and do not form part of our licenses.
|
||||
|
||||
Considerations for licensors: Our public licenses are
|
||||
intended for use by those authorized to give the public
|
||||
permission to use material in ways otherwise restricted by
|
||||
copyright and certain other rights. Our licenses are
|
||||
irrevocable. Licensors should read and understand the terms
|
||||
and conditions of the license they choose before applying it.
|
||||
Licensors should also secure all rights necessary before
|
||||
applying our licenses so that the public can reuse the
|
||||
material as expected. Licensors should clearly mark any
|
||||
material not subject to the license. This includes other CC-
|
||||
licensed material, or material used under an exception or
|
||||
limitation to copyright. More considerations for licensors:
|
||||
wiki.creativecommons.org/Considerations_for_licensors
|
||||
|
||||
Considerations for the public: By using one of our public
|
||||
licenses, a licensor grants the public permission to use the
|
||||
licensed material under specified terms and conditions. If
|
||||
the licensor's permission is not necessary for any reason--for
|
||||
example, because of any applicable exception or limitation to
|
||||
copyright--then that use is not regulated by the license. Our
|
||||
licenses grant only permissions under copyright and certain
|
||||
other rights that a licensor has authority to grant. Use of
|
||||
the licensed material may still be restricted for other
|
||||
reasons, including because others have copyright or other
|
||||
rights in the material. A licensor may make special requests,
|
||||
such as asking that all changes be marked or described.
|
||||
Although not required by our licenses, you are encouraged to
|
||||
respect those requests where reasonable. More_considerations
|
||||
for the public:
|
||||
wiki.creativecommons.org/Considerations_for_licensees
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons Attribution-ShareAlike 4.0 International Public
|
||||
License
|
||||
|
||||
By exercising the Licensed Rights (defined below), You accept and agree
|
||||
to be bound by the terms and conditions of this Creative Commons
|
||||
Attribution-ShareAlike 4.0 International Public License ("Public
|
||||
License"). To the extent this Public License may be interpreted as a
|
||||
contract, You are granted the Licensed Rights in consideration of Your
|
||||
acceptance of these terms and conditions, and the Licensor grants You
|
||||
such rights in consideration of benefits the Licensor receives from
|
||||
making the Licensed Material available under these terms and
|
||||
conditions.
|
||||
|
||||
|
||||
Section 1 -- Definitions.
|
||||
|
||||
a. Adapted Material means material subject to Copyright and Similar
|
||||
Rights that is derived from or based upon the Licensed Material
|
||||
and in which the Licensed Material is translated, altered,
|
||||
arranged, transformed, or otherwise modified in a manner requiring
|
||||
permission under the Copyright and Similar Rights held by the
|
||||
Licensor. For purposes of this Public License, where the Licensed
|
||||
Material is a musical work, performance, or sound recording,
|
||||
Adapted Material is always produced where the Licensed Material is
|
||||
synched in timed relation with a moving image.
|
||||
|
||||
b. Adapter's License means the license You apply to Your Copyright
|
||||
and Similar Rights in Your contributions to Adapted Material in
|
||||
accordance with the terms and conditions of this Public License.
|
||||
|
||||
c. BY-SA Compatible License means a license listed at
|
||||
creativecommons.org/compatiblelicenses, approved by Creative
|
||||
Commons as essentially the equivalent of this Public License.
|
||||
|
||||
d. Copyright and Similar Rights means copyright and/or similar rights
|
||||
closely related to copyright including, without limitation,
|
||||
performance, broadcast, sound recording, and Sui Generis Database
|
||||
Rights, without regard to how the rights are labeled or
|
||||
categorized. For purposes of this Public License, the rights
|
||||
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
||||
Rights.
|
||||
|
||||
e. Effective Technological Measures means those measures that, in the
|
||||
absence of proper authority, may not be circumvented under laws
|
||||
fulfilling obligations under Article 11 of the WIPO Copyright
|
||||
Treaty adopted on December 20, 1996, and/or similar international
|
||||
agreements.
|
||||
|
||||
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
||||
any other exception or limitation to Copyright and Similar Rights
|
||||
that applies to Your use of the Licensed Material.
|
||||
|
||||
g. License Elements means the license attributes listed in the name
|
||||
of a Creative Commons Public License. The License Elements of this
|
||||
Public License are Attribution and ShareAlike.
|
||||
|
||||
h. Licensed Material means the artistic or literary work, database,
|
||||
or other material to which the Licensor applied this Public
|
||||
License.
|
||||
|
||||
i. Licensed Rights means the rights granted to You subject to the
|
||||
terms and conditions of this Public License, which are limited to
|
||||
all Copyright and Similar Rights that apply to Your use of the
|
||||
Licensed Material and that the Licensor has authority to license.
|
||||
|
||||
j. Licensor means the individual(s) or entity(ies) granting rights
|
||||
under this Public License.
|
||||
|
||||
k. Share means to provide material to the public by any means or
|
||||
process that requires permission under the Licensed Rights, such
|
||||
as reproduction, public display, public performance, distribution,
|
||||
dissemination, communication, or importation, and to make material
|
||||
available to the public including in ways that members of the
|
||||
public may access the material from a place and at a time
|
||||
individually chosen by them.
|
||||
|
||||
l. Sui Generis Database Rights means rights other than copyright
|
||||
resulting from Directive 96/9/EC of the European Parliament and of
|
||||
the Council of 11 March 1996 on the legal protection of databases,
|
||||
as amended and/or succeeded, as well as other essentially
|
||||
equivalent rights anywhere in the world.
|
||||
|
||||
m. You means the individual or entity exercising the Licensed Rights
|
||||
under this Public License. Your has a corresponding meaning.
|
||||
|
||||
|
||||
Section 2 -- Scope.
|
||||
|
||||
a. License grant.
|
||||
|
||||
1. Subject to the terms and conditions of this Public License,
|
||||
the Licensor hereby grants You a worldwide, royalty-free,
|
||||
non-sublicensable, non-exclusive, irrevocable license to
|
||||
exercise the Licensed Rights in the Licensed Material to:
|
||||
|
||||
a. reproduce and Share the Licensed Material, in whole or
|
||||
in part; and
|
||||
|
||||
b. produce, reproduce, and Share Adapted Material.
|
||||
|
||||
2. Exceptions and Limitations. For the avoidance of doubt, where
|
||||
Exceptions and Limitations apply to Your use, this Public
|
||||
License does not apply, and You do not need to comply with
|
||||
its terms and conditions.
|
||||
|
||||
3. Term. The term of this Public License is specified in Section
|
||||
6(a).
|
||||
|
||||
4. Media and formats; technical modifications allowed. The
|
||||
Licensor authorizes You to exercise the Licensed Rights in
|
||||
all media and formats whether now known or hereafter created,
|
||||
and to make technical modifications necessary to do so. The
|
||||
Licensor waives and/or agrees not to assert any right or
|
||||
authority to forbid You from making technical modifications
|
||||
necessary to exercise the Licensed Rights, including
|
||||
technical modifications necessary to circumvent Effective
|
||||
Technological Measures. For purposes of this Public License,
|
||||
simply making modifications authorized by this Section 2(a)
|
||||
(4) never produces Adapted Material.
|
||||
|
||||
5. Downstream recipients.
|
||||
|
||||
a. Offer from the Licensor -- Licensed Material. Every
|
||||
recipient of the Licensed Material automatically
|
||||
receives an offer from the Licensor to exercise the
|
||||
Licensed Rights under the terms and conditions of this
|
||||
Public License.
|
||||
|
||||
b. Additional offer from the Licensor -- Adapted Material.
|
||||
Every recipient of Adapted Material from You
|
||||
automatically receives an offer from the Licensor to
|
||||
exercise the Licensed Rights in the Adapted Material
|
||||
under the conditions of the Adapter's License You apply.
|
||||
|
||||
c. No downstream restrictions. You may not offer or impose
|
||||
any additional or different terms or conditions on, or
|
||||
apply any Effective Technological Measures to, the
|
||||
Licensed Material if doing so restricts exercise of the
|
||||
Licensed Rights by any recipient of the Licensed
|
||||
Material.
|
||||
|
||||
6. No endorsement. Nothing in this Public License constitutes or
|
||||
may be construed as permission to assert or imply that You
|
||||
are, or that Your use of the Licensed Material is, connected
|
||||
with, or sponsored, endorsed, or granted official status by,
|
||||
the Licensor or others designated to receive attribution as
|
||||
provided in Section 3(a)(1)(A)(i).
|
||||
|
||||
b. Other rights.
|
||||
|
||||
1. Moral rights, such as the right of integrity, are not
|
||||
licensed under this Public License, nor are publicity,
|
||||
privacy, and/or other similar personality rights; however, to
|
||||
the extent possible, the Licensor waives and/or agrees not to
|
||||
assert any such rights held by the Licensor to the limited
|
||||
extent necessary to allow You to exercise the Licensed
|
||||
Rights, but not otherwise.
|
||||
|
||||
2. Patent and trademark rights are not licensed under this
|
||||
Public License.
|
||||
|
||||
3. To the extent possible, the Licensor waives any right to
|
||||
collect royalties from You for the exercise of the Licensed
|
||||
Rights, whether directly or through a collecting society
|
||||
under any voluntary or waivable statutory or compulsory
|
||||
licensing scheme. In all other cases the Licensor expressly
|
||||
reserves any right to collect such royalties.
|
||||
|
||||
|
||||
Section 3 -- License Conditions.
|
||||
|
||||
Your exercise of the Licensed Rights is expressly made subject to the
|
||||
following conditions.
|
||||
|
||||
a. Attribution.
|
||||
|
||||
1. If You Share the Licensed Material (including in modified
|
||||
form), You must:
|
||||
|
||||
a. retain the following if it is supplied by the Licensor
|
||||
with the Licensed Material:
|
||||
|
||||
i. identification of the creator(s) of the Licensed
|
||||
Material and any others designated to receive
|
||||
attribution, in any reasonable manner requested by
|
||||
the Licensor (including by pseudonym if
|
||||
designated);
|
||||
|
||||
ii. a copyright notice;
|
||||
|
||||
iii. a notice that refers to this Public License;
|
||||
|
||||
iv. a notice that refers to the disclaimer of
|
||||
warranties;
|
||||
|
||||
v. a URI or hyperlink to the Licensed Material to the
|
||||
extent reasonably practicable;
|
||||
|
||||
b. indicate if You modified the Licensed Material and
|
||||
retain an indication of any previous modifications; and
|
||||
|
||||
c. indicate the Licensed Material is licensed under this
|
||||
Public License, and include the text of, or the URI or
|
||||
hyperlink to, this Public License.
|
||||
|
||||
2. You may satisfy the conditions in Section 3(a)(1) in any
|
||||
reasonable manner based on the medium, means, and context in
|
||||
which You Share the Licensed Material. For example, it may be
|
||||
reasonable to satisfy the conditions by providing a URI or
|
||||
hyperlink to a resource that includes the required
|
||||
information.
|
||||
|
||||
3. If requested by the Licensor, You must remove any of the
|
||||
information required by Section 3(a)(1)(A) to the extent
|
||||
reasonably practicable.
|
||||
|
||||
b. ShareAlike.
|
||||
|
||||
In addition to the conditions in Section 3(a), if You Share
|
||||
Adapted Material You produce, the following conditions also apply.
|
||||
|
||||
1. The Adapter's License You apply must be a Creative Commons
|
||||
license with the same License Elements, this version or
|
||||
later, or a BY-SA Compatible License.
|
||||
|
||||
2. You must include the text of, or the URI or hyperlink to, the
|
||||
Adapter's License You apply. You may satisfy this condition
|
||||
in any reasonable manner based on the medium, means, and
|
||||
context in which You Share Adapted Material.
|
||||
|
||||
3. You may not offer or impose any additional or different terms
|
||||
or conditions on, or apply any Effective Technological
|
||||
Measures to, Adapted Material that restrict exercise of the
|
||||
rights granted under the Adapter's License You apply.
|
||||
|
||||
|
||||
Section 4 -- Sui Generis Database Rights.
|
||||
|
||||
Where the Licensed Rights include Sui Generis Database Rights that
|
||||
apply to Your use of the Licensed Material:
|
||||
|
||||
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
||||
to extract, reuse, reproduce, and Share all or a substantial
|
||||
portion of the contents of the database;
|
||||
|
||||
b. if You include all or a substantial portion of the database
|
||||
contents in a database in which You have Sui Generis Database
|
||||
Rights, then the database in which You have Sui Generis Database
|
||||
Rights (but not its individual contents) is Adapted Material,
|
||||
|
||||
including for purposes of Section 3(b); and
|
||||
c. You must comply with the conditions in Section 3(a) if You Share
|
||||
all or a substantial portion of the contents of the database.
|
||||
|
||||
For the avoidance of doubt, this Section 4 supplements and does not
|
||||
replace Your obligations under this Public License where the Licensed
|
||||
Rights include other Copyright and Similar Rights.
|
||||
|
||||
|
||||
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
||||
|
||||
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
||||
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
||||
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
||||
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
||||
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
||||
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
||||
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
||||
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
||||
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
||||
|
||||
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
||||
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
||||
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
||||
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
||||
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
||||
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
||||
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
||||
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
||||
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
||||
|
||||
c. The disclaimer of warranties and limitation of liability provided
|
||||
above shall be interpreted in a manner that, to the extent
|
||||
possible, most closely approximates an absolute disclaimer and
|
||||
waiver of all liability.
|
||||
|
||||
|
||||
Section 6 -- Term and Termination.
|
||||
|
||||
a. This Public License applies for the term of the Copyright and
|
||||
Similar Rights licensed here. However, if You fail to comply with
|
||||
this Public License, then Your rights under this Public License
|
||||
terminate automatically.
|
||||
|
||||
b. Where Your right to use the Licensed Material has terminated under
|
||||
Section 6(a), it reinstates:
|
||||
|
||||
1. automatically as of the date the violation is cured, provided
|
||||
it is cured within 30 days of Your discovery of the
|
||||
violation; or
|
||||
|
||||
2. upon express reinstatement by the Licensor.
|
||||
|
||||
For the avoidance of doubt, this Section 6(b) does not affect any
|
||||
right the Licensor may have to seek remedies for Your violations
|
||||
of this Public License.
|
||||
|
||||
c. For the avoidance of doubt, the Licensor may also offer the
|
||||
Licensed Material under separate terms or conditions or stop
|
||||
distributing the Licensed Material at any time; however, doing so
|
||||
will not terminate this Public License.
|
||||
|
||||
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
||||
License.
|
||||
|
||||
|
||||
Section 7 -- Other Terms and Conditions.
|
||||
|
||||
a. The Licensor shall not be bound by any additional or different
|
||||
terms or conditions communicated by You unless expressly agreed.
|
||||
|
||||
b. Any arrangements, understandings, or agreements regarding the
|
||||
Licensed Material not stated herein are separate from and
|
||||
independent of the terms and conditions of this Public License.
|
||||
|
||||
|
||||
Section 8 -- Interpretation.
|
||||
|
||||
a. For the avoidance of doubt, this Public License does not, and
|
||||
shall not be interpreted to, reduce, limit, restrict, or impose
|
||||
conditions on any use of the Licensed Material that could lawfully
|
||||
be made without permission under this Public License.
|
||||
|
||||
b. To the extent possible, if any provision of this Public License is
|
||||
deemed unenforceable, it shall be automatically reformed to the
|
||||
minimum extent necessary to make it enforceable. If the provision
|
||||
cannot be reformed, it shall be severed from this Public License
|
||||
without affecting the enforceability of the remaining terms and
|
||||
conditions.
|
||||
|
||||
c. No term or condition of this Public License will be waived and no
|
||||
failure to comply consented to unless expressly agreed to by the
|
||||
Licensor.
|
||||
|
||||
d. Nothing in this Public License constitutes or may be interpreted
|
||||
as a limitation upon, or waiver of, any privileges and immunities
|
||||
that apply to the Licensor or You, including from the legal
|
||||
processes of any jurisdiction or authority.
|
||||
|
||||
|
||||
=======================================================================
|
||||
|
||||
Creative Commons is not a party to its public
|
||||
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
||||
its public licenses to material it publishes and in those instances
|
||||
will be considered the “Licensor.” The text of the Creative Commons
|
||||
public licenses is dedicated to the public domain under the CC0 Public
|
||||
Domain Dedication. Except for the limited purpose of indicating that
|
||||
material is shared under a Creative Commons public license or as
|
||||
otherwise permitted by the Creative Commons policies published at
|
||||
creativecommons.org/policies, Creative Commons does not authorize the
|
||||
use of the trademark "Creative Commons" or any other trademark or logo
|
||||
of Creative Commons without its prior written consent including,
|
||||
without limitation, in connection with any unauthorized modifications
|
||||
to any of its public licenses or any other arrangements,
|
||||
understandings, or agreements concerning use of licensed material. For
|
||||
the avoidance of doubt, this paragraph does not form part of the
|
||||
public licenses.
|
||||
|
||||
Creative Commons may be contacted at creativecommons.org.
|
||||
|
807
dist/www/static/fonts/pxplus_ibm_vga8-webfont.svg
vendored
Executable file
807
dist/www/static/fonts/pxplus_ibm_vga8-webfont.svg
vendored
Executable file
@@ -0,0 +1,807 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="pxplus_ibm_vga8regular" horiz-adv-x="1024" >
|
||||
<font-face units-per-em="2048" ascent="1536" descent="-512" />
|
||||
<missing-glyph horiz-adv-x="500" />
|
||||
<glyph />
|
||||
<glyph />
|
||||
<glyph unicode="
" d="M0 0v256h128v128h128v896h768v-384h-512v-768h-128v-128h-384zM512 1024h256v128h-256v-128z" />
|
||||
<glyph d="M0 128v1024h128v-1024h-128zM128 0v128h768v-128h-768zM128 1152v128h768v-128h-768zM256 512v128h512v-128h-128v-128h-256v128h-128zM256 896v128h128v-128h-128zM640 896v128h128v-128h-128zM896 128v1024h128v-1024h-128z" />
|
||||
<glyph d="M0 128v1024h128v128h768v-128h128v-1024h-128v-128h-768v128h-128zM256 512h128v-128h256v128h128v128h-512v-128zM256 896h128v128h-128v-128zM640 896h128v128h-128v-128z" />
|
||||
<glyph d="M0 384v512h128v128h256v-128h128v128h256v-128h128v-512h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph d="M0 384v384h256v256h128v128h256v-128h128v-256h256v-384h-384v384h-256v-384h-384zM256 0v128h128v256h256v-256h128v-128h-512z" />
|
||||
<glyph d="M0 512v256h128v128h128v128h128v128h256v-128h128v-128h128v-128h128v-256h-128v-128h-256v-256h128v-128h-512v128h128v256h-256v128h-128z" />
|
||||
<glyph d="M256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
|
||||
<glyph d="M0 -512v2048h1024v-2048h-1024zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
|
||||
<glyph unicode="	" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
|
||||
<glyph unicode="
" d="M0 -512v2048h1024v-2048h-1024zM128 256h128v-128h512v128h128v512h-128v128h-512v-128h-128v-512zM256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
|
||||
<glyph d="M0 128v512h128v128h128v128h128v128h128v128h-128v128h512v-512h-128v256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v512h-256v-512z" />
|
||||
<glyph d="M128 256v128h256v128h-128v128h-128v512h128v128h512v-128h128v-512h-128v-128h-128v-128h256v-128h-256v-256h-256v256h-256zM384 640h256v512h-256v-512z" />
|
||||
<glyph d="M0 -128v384h128v1024h896v-1152h-128v-128h-256v384h128v512h-384v-896h-128v-128h-256zM384 1024h384v128h-384v-128z" />
|
||||
<glyph d="M0 256v128h256v-128h-256zM0 512v128h256v128h128v384h256v-384h128v-128h256v-128h-256v-128h-128v-384h-256v384h-128v128h-256zM0 768v128h256v-128h-256zM384 512h256v128h-256v-128zM768 256v128h256v-128h-256zM768 768v128h256v-128h-256z" />
|
||||
<glyph d="M0 0v1408h128v-128h128v-128h128v-128h128v-128h128v-128h256v-128h-256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph d="M0 640v128h256v128h128v128h128v128h128v128h128v128h128v-1408h-128v128h-128v128h-128v128h-128v128h-128v128h-256z" />
|
||||
<glyph d="M128 384v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph d="M128 0v256h256v-256h-256zM128 384v896h256v-896h-256zM640 0v256h256v-256h-256zM640 384v896h256v-896h-256z" />
|
||||
<glyph d="M0 768v384h128v128h896v-1280h-256v1152h-128v-1152h-256v640h-256v128h-128zM256 768h128v384h-128v-384z" />
|
||||
<glyph d="M0 0v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v256h128v128h128v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-256h-128v-128h-128v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 512h128 v-128h128v128h128v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph d="M0 0v512h896v-512h-896z" />
|
||||
<glyph d="M128 0v128h256v128h-128v128h-128v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h256v-128h-768z" />
|
||||
<glyph d="M128 896v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-896h-256v896h-256z" />
|
||||
<glyph d="M128 256v128h256v896h256v-896h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph d="M0 512v128h512v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256v128h128v128h-512z" />
|
||||
<glyph d="M0 512v128h128v128h128v128h256v-128h-128v-128h512v-128h-512v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph d="M0 256v512h256v-384h640v-128h-896z" />
|
||||
<glyph d="M0 512v128h128v128h128v128h128v-256h128v256h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v256h-128v-256h-128v128h-128v128h-128z" />
|
||||
<glyph d="M0 128v256h128v256h128v256h128v128h128v-128h128v-256h128v-256h128v-256h-896z" />
|
||||
<glyph d="M0 768v256h896v-256h-128v-256h-128v-256h-128v-128h-128v128h-128v256h-128v256h-128z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="!" d="M256 768v384h128v128h256v-128h128v-384h-128v-384h-256v384h-128zM384 0v256h256v-256h-256z" />
|
||||
<glyph unicode=""" d="M128 1024v384h256v-512h-128v128h-128zM640 896v512h256v-384h-128v-128h-128z" />
|
||||
<glyph unicode="#" d="M0 256v128h128v384h-128v128h128v256h256v-256h128v256h256v-256h128v-128h-128v-384h128v-128h-128v-256h-256v256h-128v-256h-256v256h-128zM384 384h128v384h-128v-384z" />
|
||||
<glyph unicode="$" d="M0 128v256h128v-128h128v-128h384v512h-512v128h-128v384h128v128h256v256h256v-256h128v-128h128v-256h-128v128h-128v128h-384v-384h512v-128h128v-512h-128v-128h-128v-256h-256v256h-256v128h-128z" />
|
||||
<glyph unicode="%" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v256h256v-256h-256zM640 0v256h256v-256h-256z" />
|
||||
<glyph unicode="&" d="M0 128v512h128v128h128v128h-128v256h128v128h384v-128h128v-256h-128v-128h-128v-128h128v128h256v-128h-128v-512h128v-128h-256v128h-128v384h-128v128h-128v-512h256v-128h-384v128h-128zM384 896h128v256h-128v-256z" />
|
||||
<glyph unicode="'" d="M128 896v128h128v384h256v-384h-128v-128h-256z" />
|
||||
<glyph unicode="(" d="M256 256v768h128v128h128v128h256v-128h-128v-128h-128v-768h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode=")" d="M256 0v128h128v128h128v768h-128v128h-128v128h256v-128h128v-128h128v-768h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="*" d="M0 512v128h256v128h-128v128h256v-128h256v128h256v-128h-128v-128h256v-128h-256v-128h128v-128h-256v128h-256v-128h-256v128h128v128h-256z" />
|
||||
<glyph unicode="+" d="M128 512v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
|
||||
<glyph unicode="," d="M256 0h128v384h256v-384h-128v-128h-256v128z" />
|
||||
<glyph unicode="-" d="M0 512v128h896v-128h-896z" />
|
||||
<glyph unicode="." d="M384 0v256h256v-256h-256z" />
|
||||
<glyph unicode="/" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph unicode="0" d="M0 256v768h128v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v768h-128v128h-128v-128h-128v-768zM384 512v256h128v-256h-128z" />
|
||||
<glyph unicode="1" d="M128 0v128h256v768h-256v128h128v128h128v128h256v-1152h256v-128h-768z" />
|
||||
<glyph unicode="2" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-256v128h128v128h640v-128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h256v-256h-896z" />
|
||||
<glyph unicode="3" d="M0 128v128h256v-128h384v512h-384v128h384v384h-384v-128h-256v128h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="4" d="M0 512v256h128v128h128v128h128v128h128v128h256v-640h128v-128h-128v-384h128v-128h-512v128h128v384h-512zM256 640h256v256h-128v-128h-128v-128z" />
|
||||
<glyph unicode="5" d="M0 128v128h256v-128h384v512h-640v640h896v-128h-640v-384h512v-128h128v-512h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="6" d="M0 128v896h128v128h128v128h384v-128h-256v-128h-128v-256h512v-128h128v-512h-128v-128h-640v128h-128zM256 128h384v512h-384v-512z" />
|
||||
<glyph unicode="7" d="M0 1024v256h896v-512h-128v-128h-128v-128h-128v-512h-256v512h128v128h128v128h128v384h-384v-128h-256z" />
|
||||
<glyph unicode="8" d="M0 128v512h128v128h-128v384h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128zM256 128h384v512h-384v-512zM256 768h384v384h-384v-384z" />
|
||||
<glyph unicode="9" d="M0 768v384h128v128h640v-128h128v-896h-128v-128h-128v-128h-512v128h384v128h128v384h-512v128h-128zM256 768h384v384h-384v-384z" />
|
||||
<glyph unicode=":" d="M384 128v256h256v-256h-256zM384 768v256h256v-256h-256z" />
|
||||
<glyph unicode=";" d="M256 0v128h128v256h256v-256h-128v-128h-256zM384 768v256h256v-256h-256z" />
|
||||
<glyph unicode="<" d="M128 512v128h128v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h-128v-128h128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="=" d="M128 384v128h768v-128h-768zM128 768v128h768v-128h-768z" />
|
||||
<glyph unicode=">" d="M128 0v128h128v128h128v128h128v128h128v128h-128v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="?" d="M0 896v256h128v128h640v-128h128v-256h-128v-128h-128v-384h-256v384h128v128h128v256h-384v-256h-256zM384 0v256h256v-256h-256z" />
|
||||
<glyph unicode="@" d="M0 128v896h128v128h640v-128h128v-640h-128v-128h-384v512h256v256h-384v-896h512v-128h-640v128h-128z" />
|
||||
<glyph unicode="A" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="B" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="C" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
|
||||
<glyph unicode="D" d="M0 0v128h128v1024h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-1024z" />
|
||||
<glyph unicode="E" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="F" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h128v-128h-512z" />
|
||||
<glyph unicode="G" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v-128h-384v128h-128v128h-128zM384 512v128h512v-640h-128v128h-128v384h-256z" />
|
||||
<glyph unicode="H" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
|
||||
<glyph unicode="I" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
|
||||
<glyph unicode="J" d="M0 128v384h256v-384h256v1024h-128v128h512v-128h-128v-1024h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="K" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
|
||||
<glyph unicode="L" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="M" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="N" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="O" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
|
||||
<glyph unicode="P" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="Q" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-256h128v-128h-384v256h-384v128h-128zM256 128h128v256h128v-128h128v896h-384v-1024z" />
|
||||
<glyph unicode="R" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-256h128v-512h-256v512h-128v128h-128v-640h-384zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="S" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="T" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
|
||||
<glyph unicode="U" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="V" d="M0 384v896h256v-896h128v-128h128v128h128v896h256v-896h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="W" d="M0 128v1152h256v-896h128v384h128v-384h128v896h256v-1152h-128v-128h-256v256h-128v-256h-256v128h-128z" />
|
||||
<glyph unicode="X" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
|
||||
<glyph unicode="Y" d="M128 768v512h256v-512h256v512h256v-512h-128v-128h-128v-512h128v-128h-512v128h128v512h-128v128h-128z" />
|
||||
<glyph unicode="Z" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-128v-128h-128v384h896v-384h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="[" d="M256 0v1280h512v-128h-256v-1024h256v-128h-512z" />
|
||||
<glyph unicode="\" d="M0 768v384h128v-128h128v-128h128v-128h128v-128h128v-128h128v-128h128v-384h-128v128h-128v128h-128v128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="]" d="M256 0v128h256v1024h-256v128h512v-1280h-512z" />
|
||||
<glyph unicode="^" d="M0 1024v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="_" d="M0 -128h1024v-128h-1024v128z" />
|
||||
<glyph unicode="`" d="M256 1280v256h256v-256h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="a" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128z" />
|
||||
<glyph unicode="b" d="M0 1152v128h384v-384h256v-128h128v-128h128v-512h-128v-128h-640v1152h-128zM384 128h256v512h-128v128h-128v-640z" />
|
||||
<glyph unicode="c" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="d" d="M0 128v512h128v128h128v128h256v256h-128v128h384v-1152h128v-128h-256v128h-128v640h-128v-128h-128v-512h256v-128h-384v128h-128z" />
|
||||
<glyph unicode="e" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="f" d="M0 0v128h128v512h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-512h128v-128h-512z" />
|
||||
<glyph unicode="g" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128z" />
|
||||
<glyph unicode="h" d="M0 0v128h128v1024h-128v128h384v-512h128v-128h-128v-640h-384zM512 768v128h256v-128h128v-768h-256v768h-128z" />
|
||||
<glyph unicode="i" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="j" d="M128 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM640 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="k" d="M0 0v128h128v1024h-128v128h384v-640h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
|
||||
<glyph unicode="l" d="M256 0v128h128v1024h-128v128h384v-1152h128v-128h-512z" />
|
||||
<glyph unicode="m" d="M0 0v896h384v-128h128v128h256v-128h128v-768h-256v640h-128v-512h-128v512h-128v-640h-256z" />
|
||||
<glyph unicode="n" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="o" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="p" d="M0 -256h128v1024h-128v128h256v-128h128v-640h256v640h-256v128h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128z" />
|
||||
<glyph unicode="q" d="M0 128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h128v-128h-512v128h128v256h-384v128h-128z" />
|
||||
<glyph unicode="r" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512z" />
|
||||
<glyph unicode="s" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="t" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-384v128h-128v640h-256z" />
|
||||
<glyph unicode="u" d="M0 128v768h256v-768h256v-128h-384v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="v" d="M128 256v640h256v-640h256v640h256v-640h-128v-128h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="w" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128z" />
|
||||
<glyph unicode="x" d="M0 0v128h128v128h128v384h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="y" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128z" />
|
||||
<glyph unicode="z" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896z" />
|
||||
<glyph unicode="{" d="M128 640v128h256v384h128v128h384v-128h-256v-384h-128v-128h128v-512h256v-128h-384v128h-128v512h-256z" />
|
||||
<glyph unicode="|" d="M384 0v640h256v-640h-256zM384 768v512h256v-512h-256z" />
|
||||
<glyph unicode="}" d="M128 0v128h256v512h128v128h-128v384h-256v128h384v-128h128v-384h256v-128h-256v-512h-128v-128h-384z" />
|
||||
<glyph unicode="~" d="M0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph d="M0 128v512h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-512h-896zM256 256h384v384h-128v128h-128v-128h-128v-384z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="¡" d="M256 128v384h128v384h256v-384h128v-384h-128v-128h-256v128h-128zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="¢" d="M128 384v640h128v128h128v256h256v-256h128v-128h128v-128h-256v128h-256v-640h256v128h256v-128h-128v-128h-128v-256h-256v256h-128v128h-128z" />
|
||||
<glyph unicode="£" d="M0 0v256h128v512h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-640h256v128h256v-128h-128v-128h-768z" />
|
||||
<glyph unicode="¤" d="M0 0v128h128v128h-128v512h128v128h-128v128h256v-128h384v128h256v-128h-128v-128h128v-512h-128v-128h128v-128h-256v128h-384v-128h-256zM256 256h384v512h-384v-512z" />
|
||||
<glyph unicode="¥" d="M128 384v128h256v128h-256v128h256v128h-128v128h-128v256h256v-256h256v256h256v-256h-128v-128h-128v-128h256v-128h-256v-128h256v-128h-256v-384h-256v384h-256z" />
|
||||
<glyph unicode="¦" d="M384 0v640h256v-640h-256zM384 768v512h256v-512h-256z" />
|
||||
<glyph unicode="§" d="M0 0v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v256h128v128h128v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-256h-128v-128h-128v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 512h128 v-128h128v128h128v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="¨" d="M0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="©" d="M0 256v896h128v-896h-128zM128 128v128h640v-128h-640zM128 1152v128h640v-128h-640zM256 512v384h128v-384h-128zM384 384v128h256v-128h-256zM384 896v128h256v-128h-256zM768 256v896h128v-896h-128z" />
|
||||
<glyph unicode="ª" d="M128 640v128h768v-128h-768zM128 1024v256h128v128h512v-384h128v-128h-640v128h-128zM384 1024h128v256h-128v-256z" />
|
||||
<glyph unicode="«" d="M0 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128zM384 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="¬" d="M0 640v128h896v-640h-256v512h-640z" />
|
||||
<glyph unicode="­" d="M0 512v128h896v-128h-896z" />
|
||||
<glyph unicode="®" d="M0 256v896h128v-896h-128zM128 128v128h640v-128h-640zM128 1152v128h640v-128h-640zM256 384v640h256v-128h-128v-128h128v-128h-128v-256h-128zM512 384v256h128v-256h-128zM512 768v128h128v-128h-128zM768 256v896h128v-896h-128z" />
|
||||
<glyph unicode="¯" d="M0 1280v128h1024v-128h-1024z" />
|
||||
<glyph unicode="°" d="M128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
|
||||
<glyph unicode="±" d="M0 0v128h1024v-128h-1024zM128 640v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
|
||||
<glyph unicode="²" d="M0 640v256h128v128h128v128h128v128h-128v-128h-256v128h128v128h384v-128h128v-128h-128v-128h-128v-128h-128v-128h256v128h128v-256h-640z" />
|
||||
<glyph unicode="³" d="M0 640v128h384v256h-256v128h256v128h-384v128h512v-128h128v-128h-128v-128h128v-256h-128v-128h-512z" />
|
||||
<glyph unicode="´" d="M256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="µ" d="M0 0h128v1024h256v-640h256v640h256v-640h-128v-128h-384v-256h-128v-128h-256v128z" />
|
||||
<glyph unicode="¶" d="M0 768v384h128v128h896v-1280h-256v1152h-128v-1152h-256v640h-256v128h-128zM256 768h128v384h-128v-384z" />
|
||||
<glyph unicode="·" d="M384 384v128h256v-128h-256z" />
|
||||
<glyph unicode="¸" d="M128 -128h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="¹" d="M128 640v128h128v384h-128v128h128v128h256v-640h128v-128h-512z" />
|
||||
<glyph unicode="º" d="M128 640v128h640v-128h-640zM128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
|
||||
<glyph unicode="»" d="M0 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256zM384 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="¼" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 0v128h128v128h128v128h128v128h256v-768h-256v256h-384z" />
|
||||
<glyph unicode="½" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 -128h128v128h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h256v-128 h-640v128z" />
|
||||
<glyph unicode="¾" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-128v128h128v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM256 0v128h128v128 h128v128h128v128h256v-768h-256v256h-384zM512 128h128v128h-128v-128z" />
|
||||
<glyph unicode="¿" d="M0 128v384h128v128h128v256h256v-256h-128v-128h-128v-384h384v256h256v-256h-128v-128h-640v128h-128zM256 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="À" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256zM512 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Á" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Â" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h640v-128h128v-128h-256v128h-384v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Ã" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 512h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Ä" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1280v128h256v-128h-256zM256 512h384v256h-128v128h-128v-128h-128v-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Å" d="M0 0v768h128v128h128v128h384v-128h128v-128h128v-768h-256v384h-384v-384h-256zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256zM384 1280h128v128h-128v-128z" />
|
||||
<glyph unicode="Æ" d="M0 0v1024h128v128h128v128h640v-128h-128v-384h128v-128h-128v-512h128v-128h-384v640h-256v-640h-256zM256 768h256v384h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Ç" d="M0 384v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-256h128v-128h-128v-128h-640v128h512v128h-128v128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="È" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="É" d="M0 0v128h128v768h-128v128h896v-256h-256v128h-256v-256h384v-128h-384v-384h256v128h256v-256h-896zM128 1152v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ê" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ë" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ì" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Í" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Î" d="M128 1280v128h128v128h512v-128h128v-128h-256v128h-256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
|
||||
<glyph unicode="Ï" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ð" d="M0 0v128h128v512h-128v128h128v384h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-384h128v-128h-128v-512z" />
|
||||
<glyph unicode="Ñ" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ò" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM256 128h384v896h-384v-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ó" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM256 128h384v896h-384v-896zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ô" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM256 128h384v896h-384v-896z" />
|
||||
<glyph unicode="Õ" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 128h384v896h-384v-896z" />
|
||||
<glyph unicode="Ö" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h256v-128h-256zM256 128h384v896h-384v-896zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="×" d="M0 128v128h128v128h128v256h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ø" d="M0 128v1024h128v128h512v128h128v-256h128v-1024h-128v-128h-512v-128h-128v256h-128zM256 384h128v-256h256v768h-128v256h-256v-768zM384 384v512h128v-512h-128z" />
|
||||
<glyph unicode="Ù" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ú" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Û" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ü" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ý" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Þ" d="M0 0v128h128v1024h-128v128h512v-128h-128v-128h384v-128h128v-512h-128v-128h-384v-128h128v-128h-512zM384 384h256v512h-256v-512z" />
|
||||
<glyph unicode="ß" d="M0 0v1152h128v128h512v-128h128v-384h-128v-128h128v-128h128v-384h-128v-128h-256v128h128v384h-128v128h-128v128h128v384h-256v-1152h-256z" />
|
||||
<glyph unicode="à" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="á" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="â" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ã" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph unicode="ä" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1152v128h256v-128h-256zM512 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="å" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM384 1152h128v128h-128v-128z" />
|
||||
<glyph unicode="æ" d="M0 128v256h128v128h128v128h-128v128h-128v128h256v-128h256v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128v256h-128v-256h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="ç" d="M128 384v512h128v128h512v-128h128v-128h-256v128h-256v-512h256v128h256v-128h-128v-256h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
|
||||
<glyph unicode="è" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="é" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ê" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="ë" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 640h384v128h-384v-128zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ì" d="M128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="í" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="î" d="M128 1024v128h128v128h128v128h256v-128h128v-128h128v-128h-256v128h-256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="ï" d="M128 1152v128h256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ð" d="M128 128v512h128v128h384v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-768h-128v-128h-512v128h-128zM256 896v128h128v-128h-128zM384 128h256v512h-256v-512zM640 1152v128h128v-128h-128z" />
|
||||
<glyph unicode="ñ" d="M0 768v128h256v-128h128v-768h-256v768h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="ò" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="ó" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="ô" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="õ" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="ö" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 128h384v640h-384v-640zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="÷" d="M128 512v128h768v-128h-768zM384 128v256h256v-256h-256zM384 768v256h256v-256h-256z" />
|
||||
<glyph unicode="ø" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v384h-128v-128h-128v-128h-128v-128zM256 512h128v128h128v128h-256v-256z" />
|
||||
<glyph unicode="ù" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="ú" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="û" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1024v128h128v128h128v128h256v-128h128v-128h128v-128h-256v128h-256v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="ü" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h256v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128zM512 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ý" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="þ" d="M0 -256h128v1408h-128v128h384v-384h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128zM384 128h256v640h-256v-640z" />
|
||||
<glyph unicode="ÿ" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-512v128h384v128h128v128h-512v128h-128zM0 1152v128h256v-128h-256zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="Ā" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM128 1408v128h640v-128h-640zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="ā" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h640v-128h-640z" />
|
||||
<glyph unicode="Ă" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="ă" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="Ą" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 -128h128v128h256v-128h-128v-128h384v-128h-512v128h-128v128zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="ą" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128z" />
|
||||
<glyph unicode="Ć" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ć" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ĉ" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ĉ" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ċ" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM384 1280v256h256v-256h-256z" />
|
||||
<glyph unicode="ċ" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="Č" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="č" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ď" d="M0 0v128h128v896h-128v128h640v-128h128v-128h128v-640h-128v-128h-128v-128h-640zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 128h128v128h128v640h-128v128h-128v-896z" />
|
||||
<glyph unicode="ď" d="M0 128v384h128v128h128v128h256v256h-128v128h384v-1024h128v-128h-256v128h-128v512h-128v-128h-128v-384h256v-128h-384v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Đ" d="M0 0v128h128v512h-128v128h128v384h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-384h128v-128h-128v-512z" />
|
||||
<glyph unicode="đ" d="M0 128v384h128v128h128v128h256v128h-384v128h384v256h256v-256h128v-128h-128v-768h128v-128h-256v128h-128v512h-128v-128h-128v-384h256v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ē" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896zM128 1408v128h640v-128h-640z" />
|
||||
<glyph unicode="ē" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h640v-128h-640zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="Ĕ" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="ĕ" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="Ė" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM384 1280v256h256v-256h-256z" />
|
||||
<glyph unicode="ė" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="Ę" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-256v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-384z" />
|
||||
<glyph unicode="ę" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-256v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="Ě" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ě" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="Ĝ" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM384 384v128h512v-512h-128v128h-128v256h-256z" />
|
||||
<glyph unicode="ĝ" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ğ" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM384 384v128h512v-512h-128v128h-128v256h-256z" />
|
||||
<glyph unicode="ğ" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="Ġ" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM384 384v128h512v-512h-128v128h-128v256h-256zM384 1280v256h256v-256h-256z" />
|
||||
<glyph unicode="ġ" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="Ģ" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v-256h128v-128h-128v-128h-512v128h384v128h-128v128h-128v128h-128v128h-128zM384 512v128h512v-640h-128v128h-128v384h-256z" />
|
||||
<glyph unicode="ģ" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM256 1152v128h128v128h512v-128h-384v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ĥ" d="M0 0v1152h256v-512h384v512h256v-1152h-256v512h-384v-512h-256zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ĥ" d="M0 0v128h128v896h-128v128h384v-512h128v-128h-128v-512h-384zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM512 640v128h256v-128h128v-640h-256v640h-128z" />
|
||||
<glyph unicode="Ħ" d="M0 896v128h128v256h256v-256h256v256h256v-256h128v-128h-128v-896h-256v640h-256v-640h-256v896h-128zM384 768h256v128h-256v-128z" />
|
||||
<glyph unicode="ħ" d="M0 0v128h128v768h-128v128h128v128h-128v128h384v-256h256v-128h-256v-256h128v-128h-128v-512h-384zM512 640v128h256v-128h128v-640h-256v640h-128z" />
|
||||
<glyph unicode="Ĩ" d="M0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
|
||||
<glyph unicode="ĩ" d="M0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="Ī" d="M128 1408v128h768v-128h-768zM256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
|
||||
<glyph unicode="ī" d="M128 1152v128h640v-128h-640zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="Ĭ" d="M128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
|
||||
<glyph unicode="ĭ" d="M128 1152v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="Į" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128z" />
|
||||
<glyph unicode="į" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="İ" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM384 1280v256h256v-256h-256z" />
|
||||
<glyph unicode="ı" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
|
||||
<glyph unicode="IJ" d="M0 0v1280h256v-1280h-256zM384 128v384h128v-384h-128zM512 0v128h128v1024h-128v128h384v-1152h-128v-128h-256z" />
|
||||
<glyph unicode="ij" d="M0 0v896h256v-896h-256zM0 1024v256h256v-256h-256zM256 0h256v-256h128v1024h-128v128h384v-1152h-128v-128h-384v128h-128v256zM640 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="Ĵ" d="M0 128v256h256v-256h256v896h-128v128h512v-128h-128v-896h-128v-128h-512v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ĵ" d="M0 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM256 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ķ" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="ķ" d="M0 0v128h128v1024h-128v128h384v-640h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-384h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="ĸ" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
|
||||
<glyph unicode="Ĺ" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ĺ" d="M0 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ļ" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-256v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-384z" />
|
||||
<glyph unicode="ļ" d="M128 -256h384v128h-128v128h-128v128h128v1024h-128v128h384v-1152h128v-128h-128v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="Ľ" d="M0 0v128h128v1024h-128v128h384v-1152h256v128h128v128h128v-384h-896zM384 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ľ" d="M0 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM384 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ŀ" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896zM640 640v256h256v-256h-256z" />
|
||||
<glyph unicode="ŀ" d="M128 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM640 512v256h256v-256h-256z" />
|
||||
<glyph unicode="Ł" d="M0 0v128h128v256h-128v256h128v512h-128v128h512v-128h-128v-256h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-512h256v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="ł" d="M128 256v256h128v128h128v512h-128v128h384v-256h128v128h128v-256h-128v-128h-128v-640h128v-128h-512v128h128v256h-128v-128h-128z" />
|
||||
<glyph unicode="Ń" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ń" d="M0 768v128h256v-128h128v-768h-256v768h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="Ņ" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="ņ" d="M0 768v128h256v-128h128v-768h-256v768h-128zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="Ň" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ň" d="M0 768v128h256v-128h128v-768h-256v768h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="ʼn" d="M0 768v128h256v-128h128v-768h-256v768h-128zM0 1024v128h128v384h256v-384h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
|
||||
<glyph unicode="Ŋ" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1536h-128v-128h-384v128h256v768h-128v128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="ŋ" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 -256h256v1024h-256v128h384v-128h128v-1024h-128v-128h-384v128z" />
|
||||
<glyph unicode="Ō" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM128 1408v128h640v-128h-640zM256 128h384v1024h-384v-1024z" />
|
||||
<glyph unicode="ō" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1152v128h640v-128h-640zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="Ŏ" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 128h384v896h-384v-896z" />
|
||||
<glyph unicode="ŏ" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="Ő" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h256v-128h-128v-128h-256zM256 128h384v896h-384v-896zM512 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ő" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h256v-128h-128v-128h-256zM256 128h384v640h-384v-640zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Œ" d="M0 128v1024h128v128h768v-128h-128v-384h128v-128h-128v-512h128v-128h-768v128h-128zM256 128h256v1024h-256v-1024z" />
|
||||
<glyph unicode="œ" d="M0 128v640h128v128h256v-128h-128v-640h128v-128h-256v128h-128zM384 128v640h128v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ŕ" d="M0 0v128h128v896h-128v128h768v-128h128v-384h-128v-256h128v-384h-256v384h-128v128h-128v-512h-384zM256 1280v128h128v128h256v-128h-128v-128h-256zM384 640h256v384h-256v-384z" />
|
||||
<glyph unicode="ŕ" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ŗ" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-256h128v-512h-256v512h-128v128h-128v-640h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="ŗ" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-384z" />
|
||||
<glyph unicode="Ř" d="M0 0v128h128v896h-128v128h768v-128h128v-384h-128v-256h128v-384h-256v384h-128v128h-128v-512h-384zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 640h256v384h-256v-384z" />
|
||||
<glyph unicode="ř" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ś" d="M0 128v256h256v-256h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ś" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ŝ" d="M0 128v256h256v-256h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ŝ" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z " />
|
||||
<glyph unicode="Ş" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
|
||||
<glyph unicode="ş" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
|
||||
<glyph unicode="Š" d="M0 128v128h256v-128h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-128h-256v128h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="š" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ţ" d="M128 -256h384v128h-128v128h-128v128h128v896h-128v-128h-128v384h768v-384h-128v128h-128v-896h128v-128h-128v-128h128v-128h-128v-128h-512v128z" />
|
||||
<glyph unicode="ţ" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v256h-128v640h-256z" />
|
||||
<glyph unicode="Ť" d="M128 768v384h768v-384h-128v128h-128v-768h128v-128h-512v128h128v768h-128v-128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="ť" d="M0 640v128h256v256h128v128h128v-384h256v-128h-256v-512h128v128h256v-128h-128v-128h-384v128h-128v512h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Ŧ" d="M128 512v128h256v384h-128v-128h-128v384h768v-384h-128v128h-128v-384h256v-128h-256v-384h128v-128h-512v128h128v384h-256z" />
|
||||
<glyph unicode="ŧ" d="M0 512v128h256v128h-256v128h256v256h128v128h128v-384h256v-128h-256v-128h256v-128h-256v-384h128v128h256v-128h-128v-128h-384v128h-128v384h-256z" />
|
||||
<glyph unicode="Ũ" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph unicode="ũ" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ū" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-640v128h-128zM0 1408v128h896v-128h-896z" />
|
||||
<glyph unicode="ū" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h768v-128h-768zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ŭ" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="ŭ" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ů" d="M0 128v896h256v-896h384v896h256v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM384 1280h128v128h-128v-128z" />
|
||||
<glyph unicode="ů" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h128v128h512v-128h128v-128h-128v-128h-512v128h-128zM256 1152h256v128h-256v-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ű" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM128 1280v128h128v128h256v-128h-128v-128h-256zM512 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ű" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1024v128h128v128h256v-128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ų" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128z" />
|
||||
<glyph unicode="ų" d="M0 128v768h256v-768h256v-128h128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ŵ" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ŵ" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ŷ" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h128v128h512v-128h128v-128h-256v128h-256v-128h-256z" />
|
||||
<glyph unicode="ŷ" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="Ÿ" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ź" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ź" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ż" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM384 1280v256h256v-256h-256z" />
|
||||
<glyph unicode="ż" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="Ž" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ž" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ſ" d="M128 0v128h128v1024h128v128h384v-128h128v-256h-128v128h-128v128h-128v-1024h128v-128h-512z" />
|
||||
<glyph unicode="ƒ" d="M0 0h256v-128h128v768h-256v128h256v512h128v128h384v-128h128v-128h-256v128h-128v-512h256v-128h-256v-768h-128v-128h-384v128h-128v128z" />
|
||||
<glyph unicode="ơ" d="M0 128v640h128v128h768v-128h-256v-640h-128v-128h-384v128h-128zM256 128h128v640h-128v-640z" />
|
||||
<glyph unicode="Ʒ" d="M0 128v128h256v-128h384v512h-384v128h128v128h128v128h128v128h-384v-128h-256v256h896v-256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="Ǻ" d="M0 0v768h128v128h128v128h384v-128h128v-128h128v-768h-256v384h-384v-384h-256zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256zM384 1280h128v128h-128v-128zM768 1408v128h128v-128h-128z" />
|
||||
<glyph unicode="ǻ" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h128v128h256v128h256v-128h-128v-128h128v-128h-128v-128h-384v128h-128zM384 1152h128v128h-128v-128z" />
|
||||
<glyph unicode="Ǽ" d="M0 0v896h128v128h128v128h640v-128h-128v-384h128v-128h-128v-384h128v-128h-384v512h-256v-512h-256zM256 640h256v384h-128v-128h-128v-256zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ǽ" d="M0 128v256h128v128h128v128h-128v128h-128v128h256v-128h256v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128v256h-128v-256h128v-128h-256v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ǿ" d="M0 128v896h128v128h512v128h128v-256h128v-896h-128v-128h-512v-128h-128v256h-128zM256 384h128v-256h256v640h-128v256h-256v-640zM256 1280v128h128v128h256v-128h-128v-128h-256zM384 384v384h128v-384h-128z" />
|
||||
<glyph unicode="ǿ" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM256 128h384v384h-128v-128h-128v-128h-128v-128zM256 512h128v128h128v128h-256v-256z" />
|
||||
<glyph unicode="Ș" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
|
||||
<glyph unicode="ș" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
|
||||
<glyph unicode="Ț" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
|
||||
<glyph unicode="ț" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-384v128h-128v640h-256zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
|
||||
<glyph unicode="ɑ" d="M0 128v640h128v128h384v-128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v-128h-384v128h-128zM256 128h128v640h-128v-640z" />
|
||||
<glyph unicode="ɸ" d="M128 0v128h256v128h-128v128h-128v384h128v128h128v128h-256v128h768v-128h-256v-128h128v-128h128v-384h-128v-128h-128v-128h256v-128h-768zM384 384h256v384h-256v-384z" />
|
||||
<glyph unicode="ˆ" d="M128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
|
||||
<glyph unicode="ˇ" d="M128 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="ˉ" d="M128 1280v128h640v-128h-640z" />
|
||||
<glyph unicode="˘" d="M0 1280v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="˙" d="M384 1152v256h256v-256h-256z" />
|
||||
<glyph unicode="˚" d="M128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
|
||||
<glyph unicode="˛" d="M128 -128h128v128h256v-128h-128v-128h384v-128h-512v128h-128v128z" />
|
||||
<glyph unicode="˜" d="M0 1152v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph unicode="˝" d="M0 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode=";" d="M256 0v128h128v256h256v-256h-128v-128h-256zM384 768v256h256v-256h-256z" />
|
||||
<glyph unicode="΄" d="M384 1152v256h128v128h256v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph unicode="΅" d="M0 1024v128h256v-128h-256zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256z" />
|
||||
<glyph unicode="Ά" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="·" d="M384 640v256h256v-256h-256z" />
|
||||
<glyph unicode="Έ" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ή" d="M0 0v1152h256v-512h384v512h256v-1152h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ί" d="M0 1280v128h128v128h256v-128h-128v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
|
||||
<glyph unicode="Ό" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 128h384v896h-384v-896z" />
|
||||
<glyph unicode="Ύ" d="M0 1280v128h128v128h256v-128h-128v-128h-256zM128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128z" />
|
||||
<glyph unicode="Ώ" d="M0 0v128h128v256h-128v512h128v128h128v128h384v-128h128v-128h128v-512h-128v-256h128v-128h-384v384h128v512h-128v128h-128v-128h-128v-512h128v-384h-384zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ΐ" d="M0 1024v128h256v-128h-256zM256 128v768h256v-768h128v-128h-256v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256zM640 128v128h128v-128h-128z" />
|
||||
<glyph unicode="Α" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Β" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="Γ" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-1024h128v-128h-512z" />
|
||||
<glyph unicode="Δ" d="M0 0v512h128v256h128v256h128v256h128v-256h128v-256h128v-256h128v-512h-896zM256 128h384v384h-128v256h-128v-256h-128v-384z" />
|
||||
<glyph unicode="Ε" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="Ζ" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-128v-128h-128v384h896v-384h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="Η" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
|
||||
<glyph unicode="Θ" d="M0 256v768h128v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v384h-384v-384zM256 768h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Ι" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
|
||||
<glyph unicode="Κ" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
|
||||
<glyph unicode="Λ" d="M0 0v512h128v256h128v256h128v256h128v-256h128v-256h128v-256h128v-512h-256v512h-128v256h-128v-256h-128v-512h-256z" />
|
||||
<glyph unicode="Μ" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="Ν" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="Ξ" d="M0 0v256h256v-128h384v128h256v-256h-896zM0 1024v256h896v-256h-256v128h-384v-128h-256zM128 640v128h640v-128h-640z" />
|
||||
<glyph unicode="Ο" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
|
||||
<glyph unicode="Π" d="M0 0v1280h896v-1280h-256v1152h-384v-1152h-256z" />
|
||||
<glyph unicode="Ρ" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="Σ" d="M0 0v256h128v128h128v128h128v256h-128v128h-128v128h-128v256h896v-384h-128v128h-128v128h-384v-128h128v-128h128v-128h128v-256h-128v-128h-128v-128h-128v-128h384v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="Τ" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
|
||||
<glyph unicode="Υ" d="M128 768v512h256v-512h256v512h256v-512h-128v-128h-128v-512h128v-128h-512v128h128v512h-128v128h-128z" />
|
||||
<glyph unicode="Φ" d="M0 384v512h128v128h256v128h-128v128h384v-128h-128v-128h256v-128h128v-512h-128v-128h-256v-128h128v-128h-384v128h128v128h-256v128h-128zM256 384h128v512h-128v-512zM512 384h128v512h-128v-512z" />
|
||||
<glyph unicode="Χ" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
|
||||
<glyph unicode="Ψ" d="M0 512v768h256v-768h128v768h128v-768h128v768h256v-768h-128v-128h-256v-256h128v-128h-384v128h128v256h-256v128h-128z" />
|
||||
<glyph unicode="Ω" d="M0 0v128h128v384h-128v512h128v128h128v128h384v-128h128v-128h128v-512h-128v-384h128v-128h-384v512h128v512h-128v128h-128v-128h-128v-512h128v-512h-384z" />
|
||||
<glyph unicode="Ϊ" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ϋ" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="ά" d="M0 128v640h128v128h384v-128h-256v-640h256v-128h-384v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM512 128v640h128v128h128v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="έ" d="M128 128v256h128v128h-128v256h128v128h640v-128h-512v-256h256v-128h-256v-256h512v-128h-640v128h-128zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ή" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-1152h-256v1152h-256zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ί" d="M256 128v768h256v-768h128v-128h-256v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM640 128v128h128v-128h-128z" />
|
||||
<glyph unicode="ΰ" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM0 1024v128h256v-128h-256zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256z" />
|
||||
<glyph unicode="α" d="M0 128v640h128v128h384v-128h-256v-640h256v-128h-384v128h-128zM512 128v640h128v128h128v-768h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="β" d="M0 -384v1536h128v128h512v-128h128v-256h-128v-128h128v-128h128v-512h-128v-128h-512v-256h-128v-128h-128zM256 128h384v512h-384v-512zM256 768h128v128h128v256h-256v-384z" />
|
||||
<glyph unicode="γ" d="M0 768v128h256v-128h128v-256h128v256h128v128h256v-128h-128v-256h-128v-384h128v-384h-128v-128h-384v128h-128v384h128v384h-128v256h-128zM384 128v-384h128v384h-128z" />
|
||||
<glyph unicode="δ" d="M128 128v512h128v128h256v128h-128v128h-128v128h128v128h512v-128h-384v-128h128v-128h128v-128h128v-640h-128v-128h-512v128h-128zM384 128h256v512h-256v-512z" />
|
||||
<glyph unicode="ε" d="M128 128v256h128v128h-128v256h128v128h640v-128h-512v-256h256v-128h-256v-256h512v-128h-640v128h-128z" />
|
||||
<glyph unicode="ζ" d="M0 256v512h128v128h128v128h-128v128h-128v128h256v-128h512v-128h-256v-128h-128v-128h-128v-512h128v-128h384v-128h128v-128h-128v-128h-384v128h256v128h-384v128h-128v128h-128z" />
|
||||
<glyph unicode="η" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-1152h-256v1152h-256z" />
|
||||
<glyph unicode="θ" d="M0 384v128h256v-128h128v-256h256v384h-256v128h-128v128h-128v384h128v128h512v-128h128v-1024h-128v-128h-512v128h-128v256h-128zM384 768h128v-128h128v512h-256v-384z" />
|
||||
<glyph unicode="ι" d="M256 128v768h256v-768h128v-128h-256v128h-128zM640 128v128h128v-128h-128z" />
|
||||
<glyph unicode="κ" d="M0 0v896h256v-384h128v128h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
|
||||
<glyph unicode="λ" d="M128 0v384h128v128h128v128h128v128h128v384h-256v-128h-256v128h128v128h512v-128h128v-1152h-256v512h-128v-128h-128v-384h-256z" />
|
||||
<glyph unicode="μ" d="M0 -384v1280h256v-640h128v-128h-128v-512h-256zM384 0v128h128v768h256v-768h-128v-128h-256zM768 0v128h128v-128h-128z" />
|
||||
<glyph unicode="ν" d="M0 768v128h384v-640h128v128h128v512h256v-512h-128v-128h-128v-128h-128v-128h-256v128h-128v640h-128z" />
|
||||
<glyph unicode="ξ" d="M0 128v256h128v256h-128v256h128v256h-128v128h256v-128h512v-128h-384v-128h-128v-256h512v-128h-384v-128h-128v-256h512v-128h128v-128h-128v-128h-384v128h256v128h-512v128h-128z" />
|
||||
<glyph unicode="ο" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="π" d="M0 768v128h896v-128h-128v-768h-256v768h-128v-768h-256v768h-128z" />
|
||||
<glyph unicode="ρ" d="M0 -384v1152h128v128h640v-128h128v-640h-128v-128h-384v128h256v640h-384v-512h128v-128h-128v-512h-256z" />
|
||||
<glyph unicode="ς" d="M0 384v384h128v128h640v-128h128v-128h-256v128h-384v-384h128v-128h384v-128h128v-256h-128v-128h-640v128h512v256h-384v128h-128v128h-128z" />
|
||||
<glyph unicode="σ" d="M0 128v640h128v128h768v-128h-256v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v640h-256v-640z" />
|
||||
<glyph unicode="τ" d="M128 768v128h768v-128h-256v-640h128v-128h-256v128h-128v640h-256zM768 128v128h128v-128h-128z" />
|
||||
<glyph unicode="υ" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="φ" d="M0 128v512h128v128h128v-640h128v768h384v-128h128v-640h-128v-128h-256v-384h-128v384h-256v128h-128zM512 128h128v640h-128v-640z" />
|
||||
<glyph unicode="χ" d="M0 0v128h128v-128h-128zM0 768v128h256v-128h128v-128h128v128h256v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-256v128h128v384h-128v128h-128zM768 768v128h128v-128h-128z" />
|
||||
<glyph unicode="ψ" d="M0 128v768h256v-768h128v640h128v-640h128v768h256v-768h-128v-128h-256v-384h-128v384h-256v128h-128z" />
|
||||
<glyph unicode="ω" d="M0 128v640h128v128h128v-768h128v-128h-256v128h-128zM384 128v384h128v-384h-128zM512 0v128h128v768h128v-128h128v-640h-128v-128h-256z" />
|
||||
<glyph unicode="ϊ" d="M0 1152v128h256v-128h-256zM256 128v768h256v-768h128v-128h-256v128h-128zM512 1152v128h256v-128h-256zM640 128v128h128v-128h-128z" />
|
||||
<glyph unicode="ϋ" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM0 1152v128h256v-128h-256zM512 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ό" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ύ" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ώ" d="M0 128v640h128v128h128v-768h128v-128h-256v128h-128zM384 128v384h128v-384h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM512 0v128h128v768h128v-128h128v-640h-128v-128h-256z" />
|
||||
<glyph unicode="ϐ" d="M0 0v1152h128v128h512v-128h128v-384h-128v-128h128v-128h128v-384h-128v-128h-256v128h128v384h-128v128h-128v128h128v384h-256v-1152h-256z" />
|
||||
<glyph unicode="ϴ" d="M0 256v640h128v128h128v128h384v-128h128v-128h128v-640h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v256h-384v-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Ѐ" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ё" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ђ" d="M0 0v128h128v1024h-128v128h768v-256h-128v128h-256v-384h128v-128h-128v-640h-384zM512 0h128v768h-128v128h256v-128h128v-768h-128v-128h-256v128z" />
|
||||
<glyph unicode="Ѓ" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-896h128v-128h-512zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Є" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-256h256v128h128v-384h-128v128h-256v-384h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
|
||||
<glyph unicode="Ѕ" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="І" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
|
||||
<glyph unicode="Ї" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="Ј" d="M0 128v384h256v-384h256v1024h-128v128h512v-128h-128v-1024h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="Љ" d="M0 0v1280h768v-128h-128v-384h128v-128h-128v-512h128v-128h-384v1152h-128v-1152h-256zM768 128v512h128v-512h-128z" />
|
||||
<glyph unicode="Њ" d="M0 0v1280h256v-512h128v512h256v-512h128v-128h-128v-512h128v-128h-384v640h-128v-640h-256zM768 128v512h128v-512h-128z" />
|
||||
<glyph unicode="Ћ" d="M0 0v128h128v1024h-128v128h768v-256h-128v128h-256v-384h384v-128h128v-640h-256v640h-256v-640h-384z" />
|
||||
<glyph unicode="Ќ" d="M0 0v128h128v896h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-128h128v-128h128v-384h-256v384h-128v128h-128v-512h-384zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ѝ" d="M0 0v1152h256v-640h128v128h128v128h128v384h256v-1152h-256v384h-128v-128h-128v-128h-128v-128h-256zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="Ў" d="M0 128v128h256v-128h384v384h-512v128h-128v512h256v-512h384v512h256v-1024h-128v-128h-640v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="Џ" d="M0 0v128h128v1024h-128v128h384v-1152h128v1152h384v-128h-128v-1024h128v-128h-384v-256h-128v256h-384z" />
|
||||
<glyph unicode="А" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
|
||||
<glyph unicode="Б" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h384v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512z" />
|
||||
<glyph unicode="В" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="Г" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-1024h128v-128h-512z" />
|
||||
<glyph unicode="Д" d="M0 128h128v896h128v128h128v128h512v-1152h128v-384h-128v128h-128v128h-512v-128h-128v-128h-128v384zM384 128h256v1024h-128v-128h-128v-896z" />
|
||||
<glyph unicode="Е" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
|
||||
<glyph unicode="Ж" d="M0 0v512h128v128h128v128h-128v128h-128v384h256v-384h128v384h128v-384h128v384h256v-384h-128v-128h-128v-128h128v-128h128v-512h-256v512h-128v-512h-128v512h-128v-512h-256z" />
|
||||
<glyph unicode="З" d="M0 128v256h128v-128h128v-128h384v512h-384v128h384v384h-384v-128h-128v-128h-128v256h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="И" d="M0 0v1280h256v-640h128v128h128v128h128v384h256v-1280h-256v512h-128v-128h-128v-128h-128v-256h-256z" />
|
||||
<glyph unicode="Й" d="M0 0v1152h256v-640h128v128h128v128h128v384h256v-1152h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="К" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
|
||||
<glyph unicode="Л" d="M0 0v128h128v896h128v128h128v128h512v-1280h-256v1152h-128v-128h-128v-896h-128v-128h-256z" />
|
||||
<glyph unicode="М" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
|
||||
<glyph unicode="Н" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
|
||||
<glyph unicode="О" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
|
||||
<glyph unicode="П" d="M0 0v1280h896v-1280h-256v1152h-384v-1152h-256z" />
|
||||
<glyph unicode="Р" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
|
||||
<glyph unicode="С" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
|
||||
<glyph unicode="Т" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
|
||||
<glyph unicode="У" d="M0 128v128h256v-128h384v384h-512v128h-128v640h256v-640h384v640h256v-1152h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="Ф" d="M0 384v512h128v128h256v128h-128v128h384v-128h-128v-128h256v-128h128v-512h-128v-128h-256v-128h128v-128h-384v128h128v128h-256v128h-128zM256 384h128v512h-128v-512zM512 384h128v512h-128v-512z" />
|
||||
<glyph unicode="Х" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
|
||||
<glyph unicode="Ц" d="M0 0v1280h256v-1152h256v1152h256v-1152h128v-384h-128v128h-128v128h-640z" />
|
||||
<glyph unicode="Ч" d="M0 640v640h256v-640h384v640h256v-1280h-256v512h-512v128h-128z" />
|
||||
<glyph unicode="Ш" d="M0 0v1280h256v-1152h128v1152h128v-1152h128v1152h256v-1280h-896z" />
|
||||
<glyph unicode="Щ" d="M0 0v1280h256v-1152h128v1152h128v-1152h128v1152h256v-1152h128v-384h-128v128h-128v128h-768z" />
|
||||
<glyph unicode="Ъ" d="M0 896v384h512v-512h256v-128h128v-512h-128v-128h-640v128h128v1024h-128v-256h-128zM512 128h128v512h-128v-512z" />
|
||||
<glyph unicode="Ы" d="M0 0v1280h256v-512h128v-128h-128v-512h128v-128h-384zM384 128v512h128v-512h-128zM640 0v1280h256v-1280h-256z" />
|
||||
<glyph unicode="Ь" d="M0 0v128h128v1024h-128v128h512v-128h-128v-384h384v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512z" />
|
||||
<glyph unicode="Э" d="M0 128v256h128v-128h128v-128h256v128h128v384h-256v-128h-128v384h128v-128h256v256h-128v128h-256v-128h-128v-128h-128v256h128v128h512v-128h128v-128h128v-768h-128v-128h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="Ю" d="M0 0v1280h256v-512h128v384h128v-1024h-128v512h-128v-640h-256zM512 0v128h128v1024h-128v128h256v-128h128v-1024h-128v-128h-256z" />
|
||||
<glyph unicode="Я" d="M0 0v512h128v256h-128v384h128v128h768v-128h-128v-1024h128v-128h-384v640h-128v-128h-128v-512h-256zM256 768h256v384h-256v-384z" />
|
||||
<glyph unicode="а" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128z" />
|
||||
<glyph unicode="б" d="M0 128v768h128v128h384v128h256v-128h-128v-128h-384v-256h512v-128h128v-384h-128v-128h-640v128h-128zM256 128h384v384h-384v-384z" />
|
||||
<glyph unicode="в" d="M0 0v128h128v640h-128v128h768v-128h128v-256h-128v-128h128v-256h-128v-128h-768zM384 128h256v256h-256v-256zM384 512h256v256h-256v-256z" />
|
||||
<glyph unicode="г" d="M0 0v128h128v640h-128v128h896v-384h-128v128h-128v128h-256v-640h128v-128h-512z" />
|
||||
<glyph unicode="д" d="M0 -256v768h128v128h128v256h512v-768h128v-384h-128v128h-128v128h-384v-128h-128v-128h-128zM256 128h256v512h-128v-128h-128v-384z" />
|
||||
<glyph unicode="е" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="ж" d="M0 0v384h128v128h-128v384h256v-384h128v384h128v-384h128v384h256v-384h-128v-128h128v-384h-256v384h-128v-384h-128v384h-128v-384h-256z" />
|
||||
<glyph unicode="з" d="M0 128v128h256v-128h384v256h-256v128h256v256h-384v-128h-256v128h128v128h640v-128h128v-256h-128v-128h128v-256h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="и" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="й" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="к" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
|
||||
<glyph unicode="л" d="M0 0v128h128v512h128v128h128v128h512v-896h-256v768h-128v-128h-128v-512h-128v-128h-256z" />
|
||||
<glyph unicode="м" d="M0 0v896h256v-128h128v-128h128v128h128v128h256v-896h-256v512h-128v-256h-128v256h-128v-512h-256z" />
|
||||
<glyph unicode="н" d="M0 0v896h256v-384h384v384h256v-896h-256v384h-384v-384h-256z" />
|
||||
<glyph unicode="о" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
|
||||
<glyph unicode="п" d="M0 0v896h896v-896h-256v768h-384v-768h-256z" />
|
||||
<glyph unicode="р" d="M0 -256h128v1024h-128v128h256v-128h128v-640h256v640h-256v128h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128z" />
|
||||
<glyph unicode="с" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="т" d="M128 640v256h768v-256h-128v128h-128v-640h128v-128h-512v128h128v640h-128v-128h-128z" />
|
||||
<glyph unicode="у" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128z" />
|
||||
<glyph unicode="ф" d="M0 128v640h128v128h256v384h128v-384h256v-128h128v-640h-128v-128h-256v-384h-128v384h-256v128h-128zM256 128h128v640h-128v-640zM512 128h128v640h-128v-640z" />
|
||||
<glyph unicode="х" d="M0 0v128h128v128h128v384h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ц" d="M0 0v896h256v-768h256v768h256v-768h128v-384h-128v128h-128v128h-640z" />
|
||||
<glyph unicode="ч" d="M0 512v384h256v-384h384v384h256v-896h-256v384h-512v128h-128z" />
|
||||
<glyph unicode="ш" d="M0 0v896h256v-768h128v768h128v-768h128v768h256v-896h-896z" />
|
||||
<glyph unicode="щ" d="M0 0v896h256v-768h128v768h128v-768h128v768h256v-768h128v-384h-128v128h-128v128h-768z" />
|
||||
<glyph unicode="ъ" d="M0 640v256h512v-384h256v-128h128v-256h-128v-128h-640v128h128v640h-128v-128h-128zM512 128h128v256h-128v-256z" />
|
||||
<glyph unicode="ы" d="M0 0v896h256v-384h128v-128h-128v-256h128v-128h-384zM384 128v256h128v-256h-128zM640 0v896h256v-896h-256z" />
|
||||
<glyph unicode="ь" d="M128 0v128h128v640h-128v128h512v-128h-128v-256h256v-128h128v-256h-128v-128h-640zM512 128h128v256h-128v-256z" />
|
||||
<glyph unicode="э" d="M0 128v128h256v-128h384v384h-256v128h256v128h-384v-128h-256v128h128v128h640v-128h128v-640h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="ю" d="M0 0v896h256v-384h128v256h128v-640h-128v256h-128v-384h-256zM512 0v128h128v640h-128v128h256v-128h128v-640h-128v-128h-256z" />
|
||||
<glyph unicode="я" d="M0 0v128h128v256h128v128h-128v256h128v128h640v-128h-128v-640h128v-128h-384v384h-128v-384h-384zM384 512h128v256h-128v-256z" />
|
||||
<glyph unicode="ѐ" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="ё" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 640h384v128h-384v-128zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ђ" d="M0 0v128h128v896h-128v128h128v128h256v-128h256v-128h-256v-256h128v-128h-128v-640h-384zM512 -256h128v1024h-128v128h256v-128h128v-1024h-128v-128h-256v128z" />
|
||||
<glyph unicode="ѓ" d="M0 0v128h128v640h-128v128h896v-384h-128v128h-128v128h-256v-640h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="є" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-256h384v-128h-384v-256h384v128h256v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="ѕ" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="і" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM384 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="ї" d="M128 1152v128h256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ј" d="M0 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM512 1024v256h256v-256h-256z" />
|
||||
<glyph unicode="љ" d="M0 0v896h768v-128h-128v-256h128v-128h-128v-256h128v-128h-384v768h-128v-768h-256zM768 128v256h128v-256h-128z" />
|
||||
<glyph unicode="њ" d="M0 0v896h256v-384h128v384h256v-384h128v-128h-128v-256h128v-128h-384v384h-128v-384h-256zM768 128v256h128v-256h-128z" />
|
||||
<glyph unicode="ћ" d="M0 0v128h128v896h-128v128h128v128h256v-128h256v-128h-256v-128h384v-128h128v-768h-256v768h-256v-768h-384z" />
|
||||
<glyph unicode="ќ" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ѝ" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="ў" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="џ" d="M0 0v128h128v640h-128v128h384v-768h128v768h384v-128h-128v-640h128v-128h-384v-256h-128v256h-384z" />
|
||||
<glyph unicode="Ґ" d="M0 0v128h128v1024h-128v128h640v128h128v128h128v-384h-512v-1024h128v-128h-512z" />
|
||||
<glyph unicode="ґ" d="M0 0v128h128v640h-128v128h640v128h128v128h128v-384h-512v-640h128v-128h-512z" />
|
||||
<glyph unicode="־" d="M128 896v128h768v-128h-768z" />
|
||||
<glyph unicode="א" d="M0 0v512h128v256h-128v256h256v-256h128v-128h128v-128h128v512h256v-512h-128v-256h128v-256h-256v256h-128v128h-128v128h-128v-512h-256z" />
|
||||
<glyph unicode="ב" d="M0 0v128h512v768h-512v128h640v-128h128v-768h128v-128h-896z" />
|
||||
<glyph unicode="ג" d="M0 0v128h256v128h128v128h128v512h-256v128h384v-128h128v-640h128v-256h-256v256h-128v-128h-128v-128h-384z" />
|
||||
<glyph unicode="ד" d="M0 896v128h896v-128h-128v-896h-256v896h-512z" />
|
||||
<glyph unicode="ה" d="M0 0v512h256v-512h-256zM0 896v128h768v-128h128v-896h-256v896h-640z" />
|
||||
<glyph unicode="ו" d="M128 896v128h384v-128h128v-896h-256v896h-256z" />
|
||||
<glyph unicode="ז" d="M0 896v128h768v-128h-256v-384h128v-256h-128v-128h-128v-128h-256v128h128v128h128v256h-128v384h-256z" />
|
||||
<glyph unicode="ח" d="M0 0v768h128v128h-128v128h768v-128h128v-896h-256v896h-256v-128h-128v-768h-256z" />
|
||||
<glyph unicode="ט" d="M0 128v896h256v-896h384v768h-128v128h256v-128h128v-768h-128v-128h-640v128h-128zM384 640v256h128v-256h-128z" />
|
||||
<glyph unicode="י" d="M128 896v128h384v-128h128v-384h-128v-128h-256v128h128v384h-256z" />
|
||||
<glyph unicode="ך" d="M0 896v128h768v-128h128v-384h-128v-768h128v-128h-384v896h128v384h-640z" />
|
||||
<glyph unicode="כ" d="M0 0v128h640v768h-640v128h768v-128h128v-768h-128v-128h-768z" />
|
||||
<glyph unicode="ל" d="M0 896v384h256v-256h512v-128h128v-512h-128v-128h-128v-256h-256v256h128v128h128v512h-640z" />
|
||||
<glyph unicode="ם" d="M0 0v768h128v128h-128v128h768v-128h128v-896h-896zM256 128h384v768h-256v-128h-128v-640z" />
|
||||
<glyph unicode="מ" d="M0 0v640h128v256h-128v128h256v-128h128v128h384v-128h128v-896h-512v128h256v768h-128v-128h-128v-128h-128v-640h-256z" />
|
||||
<glyph unicode="ן" d="M256 896v128h384v-128h128v-256h-128v-896h128v-128h-384v1024h128v256h-256z" />
|
||||
<glyph unicode="נ" d="M128 0v128h384v768h-256v128h384v-128h128v-896h-640z" />
|
||||
<glyph unicode="ס" d="M0 128v640h128v128h-128v128h768v-128h128v-640h-128v-128h-128v-128h-512v128h-128zM256 128h256v128h128v640h-256v-128h-128v-640z" />
|
||||
<glyph unicode="ע" d="M0 0v128h256v128h-128v640h-128v128h384v-896h128v128h128v640h-128v128h384v-768h-128v-128h-128v-128h-640z" />
|
||||
<glyph unicode="ף" d="M0 384v384h128v128h-128v128h640v-128h128v-1152h128v-128h-384v1280h-256v-384h128v-128h-384z" />
|
||||
<glyph unicode="פ" d="M0 0v128h640v768h-384v-384h128v-128h-384v384h128v128h-128v128h768v-128h128v-896h-896z" />
|
||||
<glyph unicode="ץ" d="M0 896v128h384v-512h128v128h128v256h-128v128h384v-384h-128v-128h-128v-128h-256v-640h128v-128h-384v1280h-128z" />
|
||||
<glyph unicode="צ" d="M0 0v128h640v128h-128v128h-128v128h-128v128h-128v256h-128v128h384v-384h128v-128h128v-128h128v-128h128v-256h-896zM512 896v128h384v-384h-128v-128h-128v384h-128z" />
|
||||
<glyph unicode="ק" d="M0 896v128h768v-128h128v-384h-128v-256h128v-128h-384v256h128v512h-640zM128 -384v1024h256v-1024h-256z" />
|
||||
<glyph unicode="ר" d="M0 896v128h768v-128h128v-896h-256v896h-640z" />
|
||||
<glyph unicode="ש" d="M0 128v896h256v-640h128v640h128v-768h-256v-128h384v896h256v-896h-128v-128h-640v128h-128z" />
|
||||
<glyph unicode="ת" d="M0 0v256h128v640h-128v128h768v-128h128v-896h-256v896h-256v-896h-384z" />
|
||||
<glyph unicode="װ" d="M0 896v128h256v-128h128v-896h-256v896h-128zM512 896v128h256v-128h128v-896h-256v896h-128z" />
|
||||
<glyph unicode="ױ" d="M0 896v128h256v-128h128v-384h-256v384h-128zM512 896v128h256v-128h128v-896h-256v896h-128z" />
|
||||
<glyph unicode="ײ" d="M0 896v128h256v-128h128v-384h-256v384h-128zM512 896v128h256v-128h128v-384h-256v384h-128z" />
|
||||
<glyph unicode="׳" d="M256 768v128h128v256h256v-256h-128v-128h-256z" />
|
||||
<glyph unicode="״" d="M0 768v128h128v256h256v-256h-128v-128h-256zM512 768v128h128v256h256v-256h-128v-128h-256z" />
|
||||
<glyph unicode="ᴛ" d="M0 768v128h128v128h384v-128h128v128h256v-128h-128v-128h-128v-768h-256v896h-128v-128h-256z" />
|
||||
<glyph unicode="ᴦ" d="M0 0v1280h896v-384h-256v256h-384v-1152h-256z" />
|
||||
<glyph unicode="ᴨ" d="M0 896v128h896v-128h-128v-896h-256v896h-128v-896h-256v896h-128z" />
|
||||
<glyph unicode="Ẁ" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="ẁ" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="Ẃ" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
|
||||
<glyph unicode="ẃ" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="Ẅ" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
|
||||
<glyph unicode="ẅ" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM0 1152v128h256v-128h-256zM640 1152v128h256v-128h-256z" />
|
||||
<glyph unicode="ẟ" d="M128 128v512h128v128h256v128h-128v128h-128v128h128v128h512v-128h-384v-128h128v-128h128v-128h128v-640h-128v-128h-512v128h-128zM384 128h256v512h-256v-512z" />
|
||||
<glyph unicode="Ỳ" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="ỳ" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode=" " horiz-adv-x="768" />
|
||||
<glyph unicode=" " horiz-adv-x="1536" />
|
||||
<glyph unicode=" " horiz-adv-x="768" />
|
||||
<glyph unicode=" " horiz-adv-x="1536" />
|
||||
<glyph unicode=" " horiz-adv-x="512" />
|
||||
<glyph unicode=" " horiz-adv-x="384" />
|
||||
<glyph unicode=" " horiz-adv-x="256" />
|
||||
<glyph unicode=" " horiz-adv-x="256" />
|
||||
<glyph unicode=" " horiz-adv-x="192" />
|
||||
<glyph unicode=" " horiz-adv-x="307" />
|
||||
<glyph unicode=" " horiz-adv-x="85" />
|
||||
<glyph unicode="‐" d="M128 512v128h768v-128h-768z" />
|
||||
<glyph unicode="‑" d="M0 512v128h896v-128h-896z" />
|
||||
<glyph unicode="‒" d="M128 512v128h640v-128h-640z" />
|
||||
<glyph unicode="–" d="M128 512v128h640v-128h-640z" />
|
||||
<glyph unicode="—" d="M0 512v128h1024v-128h-1024z" />
|
||||
<glyph unicode="―" d="M0 512v128h1024v-128h-1024z" />
|
||||
<glyph unicode="‗" d="M0 0h1024v-128h-1024v128zM0 -256h1024v-128h-1024v128z" />
|
||||
<glyph unicode="‘" d="M256 1024v256h128v128h256v-128h-128v-256h-256z" />
|
||||
<glyph unicode="’" d="M256 1024v128h128v256h256v-256h-128v-128h-256z" />
|
||||
<glyph unicode="‚" d="M256 -256h128v256h256v-256h-128v-128h-256v128z" />
|
||||
<glyph unicode="‛" d="M256 1152v256h256v-256h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="“" d="M0 1024v256h128v128h256v-128h-128v-256h-256zM512 1024v256h128v128h256v-128h-128v-256h-256z" />
|
||||
<glyph unicode="”" d="M0 1024v128h128v256h256v-256h-128v-128h-256zM512 1024v128h128v256h256v-256h-128v-128h-256z" />
|
||||
<glyph unicode="„" d="M0 -256h128v256h256v-256h-128v-128h-256v128zM512 -256h128v256h256v-256h-128v-128h-256v128z" />
|
||||
<glyph unicode="‟" d="M0 1152v256h256v-256h128v-128h-256v128h-128zM512 1152v256h256v-256h128v-128h-256v128h-128z" />
|
||||
<glyph unicode="†" d="M128 768v128h256v512h256v-512h256v-128h-256v-1024h-256v1024h-256z" />
|
||||
<glyph unicode="‡" d="M128 256v128h256v384h-256v128h256v512h256v-512h256v-128h-256v-384h256v-128h-256v-512h-256v512h-256z" />
|
||||
<glyph unicode="•" d="M256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
|
||||
<glyph unicode="…" d="M0 0v256h256v-256h-256zM384 0v256h256v-256h-256zM768 0v256h256v-256h-256z" />
|
||||
<glyph unicode="‧" d="M384 384v256h256v-256h-256z" />
|
||||
<glyph unicode=" " horiz-adv-x="307" />
|
||||
<glyph unicode="‰" d="M0 128v128h128v128h128v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-256zM0 640v256h256v-256h-256zM384 0v256h256v-256h-256zM768 0v256h256v-256h-256z" />
|
||||
<glyph unicode="′" d="M256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="″" d="M0 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="‵" d="M256 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="‹" d="M256 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="›" d="M256 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="‼" d="M128 0v256h256v-256h-256zM128 384v896h256v-896h-256zM640 0v256h256v-256h-256zM640 384v896h256v-896h-256z" />
|
||||
<glyph unicode="‾" d="M128 1280v128h768v-128h-768z" />
|
||||
<glyph unicode="‿" d="M0 -128h256v-128h384v128h256v-128h-128v-128h-640v128h-128v128z" />
|
||||
<glyph unicode="⁀" d="M0 1152v128h128v128h640v-128h128v-128h-256v128h-384v-128h-256z" />
|
||||
<glyph unicode="⁄" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph unicode="⁔" d="M0 -256h128v128h640v-128h128v-128h-256v128h-384v-128h-256v128z" />
|
||||
<glyph unicode=" " horiz-adv-x="384" />
|
||||
<glyph unicode="⁴" d="M0 896v128h128v128h128v-128h128v128h-128v128h128v128h256v-768h-256v256h-384z" />
|
||||
<glyph unicode="⁵" d="M0 640v128h384v256h-384v384h640v-128h-384v-128h256v-128h128v-256h-128v-128h-512z" />
|
||||
<glyph unicode="⁶" d="M0 768v512h128v128h384v-128h-256v-128h256v-128h128v-256h-128v-128h-384v128h-128zM256 768h128v256h-128v-256z" />
|
||||
<glyph unicode="⁷" d="M0 1152v256h640v-256h-128v-128h-128v-384h-256v384h128v128h128v128h-256v-128h-128z" />
|
||||
<glyph unicode="⁸" d="M0 768v256h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-256h-128v-128h-384v128h-128zM256 768h128v256h-128v-256zM256 1152h128v128h-128v-128z" />
|
||||
<glyph unicode="⁹" d="M0 1024v256h128v128h384v-128h128v-512h-128v-128h-384v128h256v128h-256v128h-128zM256 1024h128v256h-128v-256z" />
|
||||
<glyph unicode="⁺" d="M0 1024v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
|
||||
<glyph unicode="⁻" d="M128 1024v128h640v-128h-640z" />
|
||||
<glyph unicode="ⁿ" d="M0 1280v128h256v-128h128v-640h-256v640h-128zM384 1280v128h256v-128h128v-640h-256v640h-128z" />
|
||||
<glyph unicode="₁" d="M128 128v128h128v128h256v-640h128v-128h-512v128h128v384h-128z" />
|
||||
<glyph unicode="₂" d="M0 128v128h128v128h384v-128h128v-128h-128v-128h-128v-128h-128v-128h256v128h128v-256h-640v256h128v128h128v128h128v128h-128v-128h-256z" />
|
||||
<glyph unicode="₃" d="M0 256v128h512v-128h128v-128h-128v-128h128v-256h-128v-128h-512v128h384v256h-256v128h256v128h-384z" />
|
||||
<glyph unicode="₄" d="M0 0h128v128h128v-128h128v128h-128v128h128v128h256v-768h-256v256h-384v128z" />
|
||||
<glyph unicode="₅" d="M0 0v384h640v-128h-384v-128h256v-128h128v-256h-128v-128h-512v128h384v256h-384z" />
|
||||
<glyph unicode="₆" d="M0 256h128v128h384v-128h-256v-128h256v-128h128v-256h-128v-128h-384v128h-128v512zM256 0v-256h128v256h-128z" />
|
||||
<glyph unicode="₇" d="M0 128v256h640v-256h-128v-128h-128v-384h-256v384h128v128h128v128h-256v-128h-128z" />
|
||||
<glyph unicode="₈" d="M0 0h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-256h-128v-128h-384v128h-128v256zM256 0v-256h128v256h-128zM256 128h128v128h-128v-128z" />
|
||||
<glyph unicode="₉" d="M0 0v256h128v128h384v-128h128v-512h-128v-128h-384v128h256v128h-256v128h-128zM256 0h128v256h-128v-256z" />
|
||||
<glyph unicode="₊" d="M0 0h256v256h256v-256h256v-128h-256v-256h-256v256h-256v128z" />
|
||||
<glyph unicode="₋" d="M128 0h640v-128h-640v128z" />
|
||||
<glyph unicode="₣" d="M0 0v128h128v128h-128v128h128v768h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-256h128v-128h-128v-128h128v-128h-512z" />
|
||||
<glyph unicode="₤" d="M0 0v256h128v256h-128v128h128v128h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-128h128v-128h-128v-384h256v128h256v-128h-128v-128h-768z" />
|
||||
<glyph unicode="₧" d="M0 0v1408h640v-128h128v-256h-128v-128h-384v-896h-256zM256 1024h256v256h-256v-256zM384 512v128h128v128h128v128h128v-256h128v-128h-128v-384h128v-128h-256v128h-128v384h-128z" />
|
||||
<glyph unicode="₪" d="M0 128v896h640v-640h-128v512h-384v-768h-128zM256 128v640h128v-512h384v768h128v-896h-640z" />
|
||||
<glyph unicode="€" d="M0 384v128h128v128h-128v128h128v128h128v128h128v128h384v-128h128v-128h-256v128h-128v-128h-128v-128h384v-128h-384v-128h256v-128h-256v-128h128v-128h128v128h256v-128h-128v-128h-384v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="℅" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 896v384h128v128h256v-128h-128v-384h128v-128h-256v128h-128zM256 -128v384h128v128h384v-128h128v-384h-128v-128h-384 v128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM512 -128h128v384h-128v-384z" />
|
||||
<glyph unicode="ℓ" d="M128 128v128h128v-128h-128zM128 512v512h128v128h128v128h128v-128h128v-128h128v-512h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128v256h-128zM384 512h128v512h-128v-512zM768 128v128h128v-128h-128z" />
|
||||
<glyph unicode="№" d="M0 0v1280h128v-128h128v-128h128v-128h128v384h512v-512h-256v-128h256v-128h-256v-512h-256v512h-128v128h-128v-640h-256zM768 896h128v256h-128v-256z" />
|
||||
<glyph unicode="™" d="M0 1280v128h512v-128h128v-128h-128v-384h-128v512h-128v-512h-128v512h-128zM640 1024v128h128v-128h-128zM768 1152v128h128v128h128v-640h-128v384h-128z" />
|
||||
<glyph unicode="Ω" d="M0 0v128h128v512h-128v384h128v128h128v128h384v-128h128v-128h128v-384h-128v-512h128v-128h-384v640h128v384h-128v128h-128v-128h-128v-384h128v-640h-384z" />
|
||||
<glyph unicode="℮" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
|
||||
<glyph unicode="⅐" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0h128v128h128v128h-256v128h512v-256h-128v-128h-128v-256h-256v256z" />
|
||||
<glyph unicode="⅑" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 128v128h128v128h384v-128h128v-384h-128v-128h-384v128h256v128h-256v128h-128zM512 128h128 v128h-128v-128z" />
|
||||
<glyph unicode="⅓" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h256v128 h-256z" />
|
||||
<glyph unicode="⅔" d="M0 128v256h128v128h128v128h128v128h-384v256h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h384v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v128h256v128h-256v128h384v-128h128v-128h-128 v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
|
||||
<glyph unicode="⅕" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
|
||||
<glyph unicode="⅖" d="M0 128v256h128v128h128v128h128v128h-384v256h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h384v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128 v-128h-384v128h256v128h-256z" />
|
||||
<glyph unicode="⅗" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM384 0v384h512v-128 h-256v-128h128v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
|
||||
<glyph unicode="⅘" d="M0 128v256h128v128h128v128h128v128h-128v128h-256v256h128v-128h128v128h-128v128h128v128h256v-512h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384 v128h256v128h-256z" />
|
||||
<glyph unicode="⅙" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 -128v384h128v128h384v-128h-256v-128h256v-128h128v-128h-128v-128h-384v128h-128zM512 0 v-128h128v128h-128z" />
|
||||
<glyph unicode="⅚" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384zM256 -128v384h128v128h384v-128h-256 v-128h256v-128h128v-128h-128v-128h-384v128h-128zM512 0v-128h128v128h-128z" />
|
||||
<glyph unicode="⅛" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 0h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128 v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
|
||||
<glyph unicode="⅜" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM256 0h128v128h-128 v128h128v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
|
||||
<glyph unicode="⅝" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384zM256 0h128v128h-128v128h128v128h384 v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
|
||||
<glyph unicode="⅞" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v256h128v128h128v128h-256v128h512v-256h-128v-128h-128v-256h-256zM256 0h128v128h-128v128h128v128h384v-128h128 v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
|
||||
<glyph unicode="←" d="M0 512v128h128v128h128v128h256v-128h-128v-128h512v-128h-512v-128h128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="↑" d="M128 896v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-896h-256v896h-256z" />
|
||||
<glyph unicode="→" d="M0 512v128h512v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256v128h128v128h-512z" />
|
||||
<glyph unicode="↓" d="M128 256v128h256v896h256v-896h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="↔" d="M0 512v128h128v128h128v128h128v-256h128v256h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v256h-128v-256h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="↕" d="M128 384v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="↨" d="M128 0v128h256v128h-128v128h-128v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h256v-128h-768z" />
|
||||
<glyph unicode="∂" d="M0 128v384h128v128h128v128h384v256h-128v128h-128v-128h-256v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-512v128h-128zM256 128h256v128h128v384h-256v-128h-128v-384z" />
|
||||
<glyph unicode="∅" d="M0 0v128h128v256h-128v384h128v128h512v128h128v128h256v-128h-128v-256h128v-384h-128v-128h-512v-128h-128v-128h-256zM256 512h128v256h-128v-256zM512 384h256v384h-128v-256h-128v-128z" />
|
||||
<glyph unicode="∆" d="M0 128v640h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-640h-896zM256 256h384v512h-128v128h-128v-128h-128v-512z" />
|
||||
<glyph unicode="∈" d="M128 256v768h128v128h128v128h384v-128h-256v-128h-128v-256h384v-128h-384v-384h128v-128h256v-128h-384v128h-128v128h-128z" />
|
||||
<glyph unicode="∏" d="M0 -256v1536h896v-1536h-256v1408h-384v-1408h-256z" />
|
||||
<glyph unicode="∑" d="M0 0v256h128v128h128v128h128v128h-128v128h-128v128h-128v256h896v-256h-256v128h-384v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896z" />
|
||||
<glyph unicode="−" d="M0 512v128h896v-128h-896z" />
|
||||
<glyph unicode="∕" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph unicode="∙" d="M384 384v256h256v-256h-256z" />
|
||||
<glyph unicode="√" d="M0 512v128h384v-384h128v1152h512v-128h-256v-1280h-384v128h-128v128h-128v256h-128z" />
|
||||
<glyph unicode="∞" d="M0 384v384h128v128h768v-128h128v-384h-128v-128h-768v128h-128zM256 384h128v384h-128v-384zM640 384h128v384h-128v-384z" />
|
||||
<glyph unicode="∟" d="M0 256v512h256v-384h640v-128h-896z" />
|
||||
<glyph unicode="∩" d="M0 0v1024h128v128h640v-128h128v-1024h-256v1024h-384v-1024h-256z" />
|
||||
<glyph unicode="∫" d="M0 0h256v-384h128v1792h128v128h384v-128h128v-256h-256v256h-128v-1792h-128v-128h-384v128h-128v384z" />
|
||||
<glyph unicode="≈" d="M0 256v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM0 640v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
|
||||
<glyph unicode="≠" d="M0 128v128h128v128h-128v128h256v128h128v128h-384v128h512v128h128v128h256v-128h-128v-128h128v-128h-256v-128h-128v-128h384v-128h-512v-128h-128v-128h-256z" />
|
||||
<glyph unicode="≡" d="M0 128v128h896v-128h-896zM0 512v128h896v-128h-896zM0 896v128h896v-128h-896z" />
|
||||
<glyph unicode="≤" d="M128 0v128h768v-128h-768zM128 640v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="≥" d="M128 0v128h768v-128h-768zM256 256v128h128v128h128v128h128v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-256z" />
|
||||
<glyph unicode="⊙" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024zM384 512v256h128v-256h-128z" />
|
||||
<glyph unicode="⌀" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v512h-128v-128h-128v-128h-128v-256zM256 640h128v128h128v128h128v256h-384v-512z" />
|
||||
<glyph unicode="⌂" d="M0 128v512h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-512h-896zM256 256h384v384h-128v128h-128v-128h-128v-384z" />
|
||||
<glyph unicode="⌐" d="M0 128v640h896v-128h-640v-512h-256z" />
|
||||
<glyph unicode="⌠" d="M384 -512v1664h128v128h384v-128h128v-256h-256v256h-128v-1664h-256z" />
|
||||
<glyph unicode="⌡" d="M0 128v384h256v-384h128v1408h256v-1408h-128v-128h-384v128h-128z" />
|
||||
<glyph unicode="─" d="M0 512v128h1024v-128h-1024z" />
|
||||
<glyph unicode="│" d="M384 -512v2048h256v-2048h-256z" />
|
||||
<glyph unicode="┌" d="M384 -512v1152h640v-128h-384v-1024h-256z" />
|
||||
<glyph unicode="┐" d="M0 512v128h640v-1152h-256v1024h-384z" />
|
||||
<glyph unicode="└" d="M384 512v1024h256v-896h384v-128h-640z" />
|
||||
<glyph unicode="┘" d="M0 512v128h384v896h256v-1024h-640z" />
|
||||
<glyph unicode="├" d="M384 -512v2048h256v-896h384v-128h-384v-1024h-256z" />
|
||||
<glyph unicode="┤" d="M0 512v128h384v896h256v-2048h-256v1024h-384z" />
|
||||
<glyph unicode="┬" d="M0 512v128h1024v-128h-384v-1024h-256v1024h-384z" />
|
||||
<glyph unicode="┴" d="M0 512v128h384v896h256v-896h384v-128h-1024z" />
|
||||
<glyph unicode="┼" d="M0 512v128h384v896h256v-896h384v-128h-384v-1024h-256v1024h-384z" />
|
||||
<glyph unicode="═" d="M0 512v128h1024v-128h-1024zM0 768v128h1024v-128h-1024z" />
|
||||
<glyph unicode="║" d="M256 -512v2048h256v-2048h-256zM640 -512v2048h256v-2048h-256z" />
|
||||
<glyph unicode="╒" d="M384 -512v1408h640v-128h-384v-128h384v-128h-384v-1024h-256z" />
|
||||
<glyph unicode="╓" d="M256 -512v1152h768v-128h-128v-1024h-256v1024h-128v-1024h-256z" />
|
||||
<glyph unicode="╔" d="M256 -512v1408h768v-128h-512v-1280h-256zM640 -512v1152h384v-128h-128v-1024h-256z" />
|
||||
<glyph unicode="╕" d="M0 512v128h384v128h-384v128h640v-1408h-256v1024h-384z" />
|
||||
<glyph unicode="╖" d="M0 512v128h896v-1152h-256v1024h-128v-1024h-256v1024h-256z" />
|
||||
<glyph unicode="╗" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h896v-1408h-256v1280h-640z" />
|
||||
<glyph unicode="╘" d="M384 512v1024h256v-640h384v-128h-384v-128h384v-128h-640z" />
|
||||
<glyph unicode="╙" d="M256 512v1024h256v-896h128v896h256v-896h128v-128h-768z" />
|
||||
<glyph unicode="╚" d="M256 512v1024h256v-896h512v-128h-768zM640 768v768h256v-640h128v-128h-384z" />
|
||||
<glyph unicode="╛" d="M0 512v128h384v128h-384v128h384v640h256v-1024h-640z" />
|
||||
<glyph unicode="╜" d="M0 512v128h256v896h256v-896h128v896h256v-1024h-896z" />
|
||||
<glyph unicode="╝" d="M0 512v128h640v896h256v-1024h-896zM0 768v128h256v640h256v-768h-512z" />
|
||||
<glyph unicode="╞" d="M384 -512v2048h256v-640h384v-128h-384v-128h384v-128h-384v-1024h-256z" />
|
||||
<glyph unicode="╟" d="M256 -512v2048h256v-2048h-256zM640 -512v2048h256v-896h128v-128h-128v-1024h-256z" />
|
||||
<glyph unicode="╠" d="M256 -512v2048h256v-2048h-256zM640 -512v1152h384v-128h-128v-1024h-256zM640 768v768h256v-640h128v-128h-384z" />
|
||||
<glyph unicode="╡" d="M0 512v128h384v128h-384v128h384v640h256v-2048h-256v1024h-384z" />
|
||||
<glyph unicode="╢" d="M0 512v128h256v896h256v-2048h-256v1024h-256zM640 -512v2048h256v-2048h-256z" />
|
||||
<glyph unicode="╣" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h256v640h256v-768h-512zM640 -512v2048h256v-2048h-256z" />
|
||||
<glyph unicode="╤" d="M0 512v128h1024v-128h-384v-1024h-256v1024h-384zM0 768v128h1024v-128h-1024z" />
|
||||
<glyph unicode="╥" d="M0 512v128h1024v-128h-128v-1024h-256v1024h-128v-1024h-256v1024h-256z" />
|
||||
<glyph unicode="╦" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h1024v-128h-1024zM640 -512v1152h384v-128h-128v-1024h-256z" />
|
||||
<glyph unicode="╧" d="M0 512v128h1024v-128h-1024zM0 768v128h384v640h256v-640h384v-128h-1024z" />
|
||||
<glyph unicode="╨" d="M0 512v128h256v896h256v-896h128v896h256v-896h128v-128h-1024z" />
|
||||
<glyph unicode="╩" d="M0 512v128h1024v-128h-1024zM0 768v128h256v640h256v-768h-512zM640 768v768h256v-640h128v-128h-384z" />
|
||||
<glyph unicode="╪" d="M0 512v128h384v128h-384v128h384v640h256v-640h384v-128h-384v-128h384v-128h-384v-1024h-256v1024h-384z" />
|
||||
<glyph unicode="╫" d="M0 512v128h256v896h256v-896h128v896h256v-896h128v-128h-128v-1024h-256v1024h-128v-1024h-256v1024h-256z" />
|
||||
<glyph unicode="╬" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h256v640h256v-768h-512zM640 -512v1152h384v-128h-128v-1024h-256zM640 768v768h256v-640h128v-128h-384z" />
|
||||
<glyph unicode="▀" d="M0 640v896h1024v-896h-1024z" />
|
||||
<glyph unicode="▁" d="M0 -128h1024v-256h-1024v256z" />
|
||||
<glyph unicode="▄" d="M0 -512v1152h1024v-1152h-1024z" />
|
||||
<glyph unicode="█" d="M0 -512v2048h1024v-2048h-1024z" />
|
||||
<glyph unicode="▌" d="M0 -512v2048h512v-2048h-512z" />
|
||||
<glyph unicode="▐" d="M512 -512v2048h512v-2048h-512z" />
|
||||
<glyph unicode="░" d="M128 0v128h128v-128h-128zM128 -128h128v-128h-128v128zM128 256v128h128v-128h-128zM128 -384h128v-128h-128v128zM128 512v128h128v-128h-128zM128 768v128h128v-128h-128zM128 1024v128h128v-128h-128zM128 1280v128h128v-128h-128zM384 0h128v-128h-128v128zM384 128 v128h128v-128h-128zM384 -256h128v-128h-128v128zM384 384v128h128v-128h-128zM384 640v128h128v-128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM384 1408v128h128v-128h-128zM640 0v128h128v-128h-128zM640 -128h128v-128h-128v128zM640 256v128h128 v-128h-128zM640 -384h128v-128h-128v128zM640 512v128h128v-128h-128zM640 768v128h128v-128h-128zM640 1024v128h128v-128h-128zM640 1280v128h128v-128h-128zM896 0h128v-128h-128v128zM896 128v128h128v-128h-128zM896 -256h128v-128h-128v128zM896 384v128h128v-128 h-128zM896 640v128h128v-128h-128zM896 896v128h128v-128h-128zM896 1152v128h128v-128h-128zM896 1408v128h128v-128h-128z" />
|
||||
<glyph unicode="▒" d="M0 0v128h128v-128h-128zM0 -128h128v-128h-128v128zM0 256v128h128v-128h-128zM0 -384h128v-128h-128v128zM0 512v128h128v-128h-128zM0 768v128h128v-128h-128zM0 1024v128h128v-128h-128zM0 1280v128h128v-128h-128zM128 0h128v-128h-128v128zM128 128v128h128v-128 h-128zM128 -256h128v-128h-128v128zM128 384v128h128v-128h-128zM128 640v128h128v-128h-128zM128 896v128h128v-128h-128zM128 1152v128h128v-128h-128zM128 1408v128h128v-128h-128zM256 0v128h128v-128h-128zM256 -128h128v-128h-128v128zM256 256v128h128v-128h-128z M256 -384h128v-128h-128v128zM256 512v128h128v-128h-128zM256 768v128h128v-128h-128zM256 1024v128h128v-128h-128zM256 1280v128h128v-128h-128zM384 0h128v-128h-128v128zM384 128v128h128v-128h-128zM384 -256h128v-128h-128v128zM384 384v128h128v-128h-128zM384 640 v128h128v-128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM384 1408v128h128v-128h-128zM512 0v128h128v-128h-128zM512 -128h128v-128h-128v128zM512 256v128h128v-128h-128zM512 -384h128v-128h-128v128zM512 512v128h128v-128h-128zM512 768v128h128 v-128h-128zM512 1024v128h128v-128h-128zM512 1280v128h128v-128h-128zM640 0h128v-128h-128v128zM640 128v128h128v-128h-128zM640 -256h128v-128h-128v128zM640 384v128h128v-128h-128zM640 640v128h128v-128h-128zM640 896v128h128v-128h-128zM640 1152v128h128v-128 h-128zM640 1408v128h128v-128h-128zM768 0v128h128v-128h-128zM768 -128h128v-128h-128v128zM768 256v128h128v-128h-128zM768 -384h128v-128h-128v128zM768 512v128h128v-128h-128zM768 768v128h128v-128h-128zM768 1024v128h128v-128h-128zM768 1280v128h128v-128h-128z M896 0h128v-128h-128v128zM896 128v128h128v-128h-128zM896 -256h128v-128h-128v128zM896 384v128h128v-128h-128zM896 640v128h128v-128h-128zM896 896v128h128v-128h-128zM896 1152v128h128v-128h-128zM896 1408v128h128v-128h-128z" />
|
||||
<glyph unicode="▓" d="M0 0h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h256v-128h128v128h384v-128h128v128h128v-2048h-384v128h-128v-128h-384v128h-128v128h128v128h-128v128zM256 0v-128h128v128h-128zM256 128h128v128h-128 v-128zM256 -256v-128h128v128h-128zM256 384h128v128h-128v-128zM256 640h128v128h-128v-128zM256 896h128v128h-128v-128zM256 1152h128v128h-128v-128zM512 0h128v128h-128v-128zM512 -128v-128h128v128h-128zM512 256h128v128h-128v-128zM512 512h128v128h-128v-128z M512 768h128v128h-128v-128zM512 1024h128v128h-128v-128zM512 1280h128v128h-128v-128zM768 0v-128h128v128h-128zM768 128h128v128h-128v-128zM768 -256v-128h128v128h-128zM768 384h128v128h-128v-128zM768 640h128v128h-128v-128zM768 896h128v128h-128v-128zM768 1152 h128v128h-128v-128z" />
|
||||
<glyph unicode="■" d="M128 128v896h640v-896h-640z" />
|
||||
<glyph unicode="□" d="M128 128v896h768v-896h-768zM384 256h256v640h-256v-640z" />
|
||||
<glyph unicode="▪" d="M128 256v512h640v-512h-640z" />
|
||||
<glyph unicode="▫" d="M128 256v512h640v-512h-640zM384 384h128v256h-128v-256z" />
|
||||
<glyph unicode="▬" d="M0 0v512h896v-512h-896z" />
|
||||
<glyph unicode="▲" d="M0 128v256h128v256h128v256h128v128h128v-128h128v-256h128v-256h128v-256h-896z" />
|
||||
<glyph unicode="►" d="M0 0v1408h128v-128h128v-128h128v-128h128v-128h128v-128h256v-128h-256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
|
||||
<glyph unicode="▼" d="M0 768v256h896v-256h-128v-256h-128v-256h-128v-128h-128v128h-128v256h-128v256h-128z" />
|
||||
<glyph unicode="◄" d="M0 640v128h256v128h128v128h128v128h128v128h128v128h128v-1408h-128v128h-128v128h-128v128h-128v128h-128v128h-256z" />
|
||||
<glyph unicode="◊" d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128zM256 512h128v-128h128v128h128v128h-128v128h-128v-128h-128v-128z" />
|
||||
<glyph unicode="○" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
|
||||
<glyph unicode="●" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128z" />
|
||||
<glyph unicode="◘" d="M0 -512v2048h1024v-2048h-1024zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
|
||||
<glyph unicode="◙" d="M0 -512v2048h1024v-2048h-1024zM128 256h128v-128h512v128h128v512h-128v128h-512v-128h-128v-512zM256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
|
||||
<glyph unicode="◦" d="M128 384v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 384h128v256h-128v-256z" />
|
||||
<glyph unicode="◼" horiz-adv-x="896" d="M0 0v896h896v-896h-896z" />
|
||||
<glyph unicode="☺" d="M0 128v1024h128v-1024h-128zM128 0v128h768v-128h-768zM128 1152v128h768v-128h-768zM256 512v128h512v-128h-128v-128h-256v128h-128zM256 896v128h128v-128h-128zM640 896v128h128v-128h-128zM896 128v1024h128v-1024h-128z" />
|
||||
<glyph unicode="☻" d="M0 128v1024h128v128h768v-128h128v-1024h-128v-128h-768v128h-128zM256 512h128v-128h256v128h128v128h-512v-128zM256 896h128v128h-128v-128zM640 896h128v128h-128v-128z" />
|
||||
<glyph unicode="☼" d="M0 256v128h256v-128h-256zM0 512v128h256v128h128v384h256v-384h128v-128h256v-128h-256v-128h-128v-384h-256v384h-128v128h-256zM0 768v128h256v-128h-256zM384 512h256v128h-256v-128zM768 256v128h256v-128h-256zM768 768v128h256v-128h-256z" />
|
||||
<glyph unicode="♀" d="M128 256v128h256v128h-128v128h-128v512h128v128h512v-128h128v-512h-128v-128h-128v-128h256v-128h-256v-256h-256v256h-256zM384 640h256v512h-256v-512z" />
|
||||
<glyph unicode="♂" d="M0 128v512h128v128h128v128h128v128h128v128h-128v128h512v-512h-128v256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v512h-256v-512z" />
|
||||
<glyph unicode="♠" d="M0 512v256h128v128h128v128h128v128h256v-128h128v-128h128v-128h128v-256h-128v-128h-256v-256h128v-128h-512v128h128v256h-256v128h-128z" />
|
||||
<glyph unicode="♣" d="M0 384v384h256v256h128v128h256v-128h128v-256h256v-384h-384v384h-256v-384h-384zM256 0v128h128v256h256v-256h128v-128h-512z" />
|
||||
<glyph unicode="♥" d="M0 384v512h128v128h256v-128h128v128h256v-128h128v-512h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="♦" d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
|
||||
<glyph unicode="♪" d="M0 0v256h128v128h128v896h768v-384h-512v-768h-128v-128h-384zM512 1024h256v128h-256v-128z" />
|
||||
<glyph unicode="♫" d="M0 -128v384h128v1024h896v-1152h-128v-128h-256v384h128v512h-384v-896h-128v-128h-256zM384 1024h384v128h-384v-128z" />
|
||||
<glyph unicode="✓" d="M0 256v256h128v-128h128v-128h128v256h128v512h128v384h256v-384h-128v-512h-128v-384h-128v-128h-256v128h-128v128h-128z" />
|
||||
<glyph unicode="fi" d="M0 0v128h128v512h-128v128h128v384h128v128h640v-256h-256v128h-256v-384h512v-640h128v-128h-384v640h-256v-512h128v-128h-512z" />
|
||||
<glyph unicode="fl" d="M0 0v128h128v512h-128v128h128v384h128v128h640v-1152h128v-128h-384v1152h-256v-384h128v-128h-128v-512h128v-128h-512z" />
|
||||
<glyph unicode="�" d="M0 -512v1408h256v256h384v-256h-128v-128h-128v-384h256v384h128v128h128v256h-128v128h-640v-128h-128v384h1024v-2048h-1024zM384 0h256v256h-256v-256z" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 123 KiB |
BIN
dist/www/static/fonts/pxplus_ibm_vga8-webfont.woff
vendored
Executable file
BIN
dist/www/static/fonts/pxplus_ibm_vga8-webfont.woff
vendored
Executable file
Binary file not shown.
BIN
dist/www/static/fonts/pxplus_ibm_vga8-webfont.woff2
vendored
Executable file
BIN
dist/www/static/fonts/pxplus_ibm_vga8-webfont.woff2
vendored
Executable file
Binary file not shown.
BIN
dist/www/static/header.png
vendored
Normal file
BIN
dist/www/static/header.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
240
dist/www/static/style.css
vendored
Normal file
240
dist/www/static/style.css
vendored
Normal file
@@ -0,0 +1,240 @@
|
||||
@font-face {
|
||||
font-family: 'pxplus_ibm_vga8regular';
|
||||
src: url('/static/fonts/pxplus_ibm_vga8-webfont.woff2') format('woff2'),
|
||||
url('static/fonts/pxplus_ibm_vga8-webfont.svg') format('svg'),
|
||||
url('/static/fonts/pxplus_ibm_vga8-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.div-table {
|
||||
display: table;
|
||||
width: auto;
|
||||
background-color: #eee;
|
||||
border: 1px solid #666666;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
|
||||
.email-summary-seen {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.email-summary {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #b2ffb0;
|
||||
}
|
||||
|
||||
.email-id {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.email-subject {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.email-from {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.email-date {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.email-delete {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.email-view-header {
|
||||
background-color: #eee;
|
||||
border: 1px solid #666666;
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.email-view-subject {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.email-view-from {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.email-view-date {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.conference-list-item {
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.area-list-item {
|
||||
padding: 5px 0 5px 15px;
|
||||
}
|
||||
|
||||
.area-list-new {
|
||||
padding: 5px 0 5px 15px;
|
||||
background-color: #b2ffb0;
|
||||
}
|
||||
|
||||
.msg-summary-seen {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.msg-summary {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #b2ffb0;
|
||||
}
|
||||
.msg-summary-id {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.msg-summary-subject {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.msg-summary-from {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.msg-summary-to {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.msg-summary-date {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.msg-view-header {
|
||||
background-color: #eee;
|
||||
border: 1px solid #666666;
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.msg-view-subject {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.msg-view-from {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.msg-view-to {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.msg-view-date {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.menu li a {
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu li a:hover {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.email-reply-form {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.button {
|
||||
padding-bottom:10px;
|
||||
}
|
||||
.button a {
|
||||
width: auto;
|
||||
padding: 5px;
|
||||
color: white;
|
||||
background-color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button a:hover {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.last10-row {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.last10-name {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.last10-location {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.last10-date {
|
||||
float: left;
|
||||
display: table-column;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#msgbody {
|
||||
background-color: black;
|
||||
color: gray;
|
||||
font-family: 'pxplus_ibm_vga8regular';
|
||||
line-height: 1;
|
||||
padding: 5px;
|
||||
}
|
Reference in New Issue
Block a user