File tree Expand file tree Collapse file tree 7 files changed +18
-14
lines changed
Expand file tree Collapse file tree 7 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 11---
22name : EURO_ANT
3- full_name : Antik-Roman Eurosonderzeichen (matches ANTIKRO)
3+ full_name : Antik-Roman Eurosonderzeichen
44src : FALC-3968
55page : 92/1
66disc : Euro
7+ matches : ANTIKRO
78tags :
89- Dänisch
910- Finnisch
1617- Schwedisch
1718- Spanisch
1819---
19-
20- Matches ANTIKRO
Original file line number Diff line number Diff line change 11---
22name : EURO_GRF
3- full_name : Grotesk fett Eurosonderzeichen (matches GROTEFE)
3+ full_name : Grotesk fett Eurosonderzeichen
44src : FALC-3968
55page : 93/1
66disc : Euro
7+ matches : GROTEFE
78tags :
89- Dänisch
910- Finnisch
1617- Schwedisch
1718- Spanisch
1819---
19- Matches GROTEFE
Original file line number Diff line number Diff line change 11---
22name : EURO_GRL
3- full_name : Grotesk leicht Eurosonderzeichen (matches GROTLT)
3+ full_name : Grotesk leicht Eurosonderzeichen
44page : 93/1
55disc : Euro
66missing : true
7+ matches : GROTLT
78tags :
89- Dänisch
910- Finnisch
1516- Portugiesisch
1617- Schwedisch
1718- Spanisch
18- ---
19+ ---
Original file line number Diff line number Diff line change 11---
22name : EURO_GRM
3- full_name : Grotesk mikro Eurosonderzeichen (matches GROTMIKR)
3+ full_name : Grotesk mikro Eurosonderzeichen
44page : 94/1
55disc : Euro
66missing : true
7+ matches : GROTMIKR
78tags :
89- Dänisch
910- Finnisch
1516- Portugiesisch
1617- Schwedisch
1718- Spanisch
18- ---
19+ ---
Original file line number Diff line number Diff line change 11---
22name : EURO_NOR
3- full_name : Normande Eurosonderzeichen (matches NORMANDE)
3+ full_name : Normande Eurosonderzeichen
44page : 94/1
55disc : Euro
66missing : true
7+ matches : NORMANDE
78tags :
89- Dänisch
910- Finnisch
1516- Portugiesisch
1617- Schwedisch
1718- Spanisch
18- ---
19+ ---
Original file line number Diff line number Diff line change 11---
22name : EURO_PIN
3- full_name : Pinsel Eurosonderzeichen (matches PINSEL)
3+ full_name : Pinsel Eurosonderzeichen
44page : 92/1
55disc : Euro
66missing : true
7+ matches : PINSEL
78tags :
89- Dänisch
910- Finnisch
1516- Portugiesisch
1617- Schwedisch
1718- Spanisch
18- ---
19+ ---
Original file line number Diff line number Diff line change 22{% assign in_disc = site.chsets | where_exp: "font", "font.disc == disc or font.discs contains disc" %}
33{% for font in in_disc %}
44{% assign content = font.content | strip_newlines %}
5- {% if content != "" or font.missing != true or font.map or font.docs or font.tags != empty %}
5+ {% if content != "" or font.missing != true or font.map or font.docs or font.tags != empty or font.matches %}
66< figure class ="font " id ="{{font.name}} ">
77 {% unless font.missing %}
88 < img src ="{{ font.name | prepend:'img/kb/' | append: '.png' | relative_url }} ">
1111 < h4 class ="chset "> {% if font.full_name %}{{font.full_name}} {% endif %}»{{font.name}}«</ h4 >
1212 {% if font.page %}Page: {{font.page}}< br > {% endif %}
1313 {% if font.docs %}Docs: {{font.docs}}< br > {% endif %}
14+ {% if font.matches %}Matches: < code > {{font.matches}}</ code > < br > {% endif %}
1415 {% unless font.tags == empty %}Tags: {% for tag in font.tags %}{% unless forloop.first %}, {% endunless%}< a href ="/chsets/tags#{{tag}} "> {{tag}}</ a > {% endfor %}< br > {% endunless %}
1516 {% if font.map %}
1617 Mapping file: < a href ="{{font.map}} "> {{font.map}}</ a >
You can’t perform that action at this time.
0 commit comments