@@ -967,7 +967,13 @@ <h2>Thank you</h2>
967
967
< ul >
968
968
< li tabindex ="0 "> Hakim Mazouz for motivation to pursue the project.</ li >
969
969
< li tabindex ="0 ">
970
- < a href ="https://mads.fyi/li " target ="_blank " tabindex ="0 "> Mads Brodt</ a >
970
+ < a
971
+ href ="https://mads.fyi/li "
972
+ target ="_blank "
973
+ tabindex ="0 "
974
+ class ="download_button "
975
+ > Mads Brodt</ a
976
+ >
971
977
and Philip Johansen for beta testing and interview.
972
978
</ li >
973
979
< li tabindex ="0 "> Beta testers for great feedback and testing.</ li >
@@ -982,18 +988,27 @@ <h2>Inspiration</h2>
982
988
href ="https://klim.co.nz/collections/untitled/ "
983
989
target ="_blank "
984
990
tabindex ="0 "
991
+ class ="download_button "
985
992
> Untitled Collection</ a
986
993
>
987
994
by Klim Type Foundry for so much inspiration.
988
995
</ li >
989
996
< li >
990
- < a href ="https://sampleprograms.io/ " target ="_blank " tabindex ="0 "
997
+ < a
998
+ href ="https://sampleprograms.io/ "
999
+ target ="_blank "
1000
+ tabindex ="0 "
1001
+ class ="download_button "
991
1002
> sampleprograms.io</ a
992
1003
>
993
1004
for code examples.
994
1005
</ li >
995
1006
< li >
996
- < a href ="https://opentype.js.org/ " target ="_blank " tabindex ="0 "
1007
+ < a
1008
+ href ="https://opentype.js.org/ "
1009
+ target ="_blank "
1010
+ tabindex ="0 "
1011
+ class ="download_button "
997
1012
> opentype.js</ a
998
1013
>
999
1014
for generating fonts on the web.
@@ -1003,22 +1018,35 @@ <h2>Inspiration</h2>
1003
1018
href ="https://gildas-lormeau.github.io/zip.js/ "
1004
1019
target ="_blank "
1005
1020
tabindex ="0 "
1021
+ class ="download_button "
1006
1022
> zip.js</ a
1007
1023
>
1008
1024
for zipping files on the web.
1009
1025
</ li >
1010
1026
< li >
1011
- < a href ="https://opentypecookbook.com/ " target ="_blank " tabindex ="0 "
1027
+ < a
1028
+ href ="https://opentypecookbook.com/ "
1029
+ target ="_blank "
1030
+ tabindex ="0 "
1031
+ class ="download_button "
1012
1032
> OpenType Cookbook</ a
1013
1033
>
1014
1034
for all things OpenType Features.
1015
1035
</ li >
1016
1036
< li >
1017
- < a href ="https://github.com/tonsky/FiraCode/ " target ="_blank " tabindex ="0 "
1037
+ < a
1038
+ href ="https://github.com/tonsky/FiraCode/ "
1039
+ target ="_blank "
1040
+ tabindex ="0 "
1041
+ class ="download_button "
1018
1042
> Fira Code</ a
1019
1043
>
1020
1044
and
1021
- < a href ="https://www.jetbrains.com/lp/mono/ " target ="_blank " tabindex ="0 "
1045
+ < a
1046
+ href ="https://www.jetbrains.com/lp/mono/ "
1047
+ target ="_blank "
1048
+ tabindex ="0 "
1049
+ class ="download_button "
1022
1050
> JetBrains Mono</ a
1023
1051
>
1024
1052
for being a huge inspiration and go-to for best practices.
@@ -1028,17 +1056,29 @@ <h2>Inspiration</h2>
1028
1056
< h2 > Programming font ressources</ h2 >
1029
1057
< ul >
1030
1058
< li >
1031
- < a href ="https://www.programmingfonts.org/ " target ="_blank " tabindex ="0 "
1059
+ < a
1060
+ href ="https://www.programmingfonts.org/ "
1061
+ target ="_blank "
1062
+ tabindex ="0 "
1063
+ class ="download_button "
1032
1064
> ProgrammingFonts.org</ a
1033
1065
> : Test drive a huge variety of programming fonts.
1034
1066
</ li >
1035
1067
< li >
1036
- < a href ="https://www.codingfont.com/ " target ="_blank " tabindex ="0 "
1068
+ < a
1069
+ href ="https://www.codingfont.com/ "
1070
+ target ="_blank "
1071
+ tabindex ="0 "
1072
+ class ="download_button "
1037
1073
> CodingFont.com</ a
1038
1074
> : Tournament style test of programming font preference.
1039
1075
</ li >
1040
1076
< li >
1041
- < a href ="https://realpython.com/coding-font/ " target ="_blank " tabindex ="0 "
1077
+ < a
1078
+ href ="https://realpython.com/coding-font/ "
1079
+ target ="_blank "
1080
+ tabindex ="0 "
1081
+ class ="download_button "
1042
1082
> Article on coding fonts</ a
1043
1083
>
1044
1084
from Real Python.
@@ -1051,6 +1091,7 @@ <h2>Programming font ressources</h2>
1051
1091
href ="https://github.com/tonsky/FiraCode "
1052
1092
target ="_blank "
1053
1093
tabindex ="0 "
1094
+ class ="download_button "
1054
1095
> Fira Code</ a
1055
1096
>
1056
1097
</ li >
@@ -1059,11 +1100,16 @@ <h2>Programming font ressources</h2>
1059
1100
href ="https://www.jetbrains.com/lp/mono/ "
1060
1101
target ="_blank "
1061
1102
tabindex ="0 "
1103
+ class ="download_button "
1062
1104
> JetBrains Mono</ a
1063
1105
>
1064
1106
</ li >
1065
1107
< li >
1066
- < a href ="https://www.nerdfonts.com/ " target ="_blank " tabindex ="0 "
1108
+ < a
1109
+ href ="https://www.nerdfonts.com/ "
1110
+ target ="_blank "
1111
+ tabindex ="0 "
1112
+ class ="download_button "
1067
1113
> Nerd Fonts</ a
1068
1114
>
1069
1115
</ li >
@@ -1072,6 +1118,7 @@ <h2>Programming font ressources</h2>
1072
1118
href ="https://github.com/microsoft/cascadia-code "
1073
1119
target ="_blank "
1074
1120
tabindex ="0 "
1121
+ class ="download_button "
1075
1122
> Cascadia Mono</ a
1076
1123
>
1077
1124
</ li >
@@ -1080,6 +1127,7 @@ <h2>Programming font ressources</h2>
1080
1127
href ="https://fonts.google.com/specimen/Source+Code+Pro "
1081
1128
target ="_blank "
1082
1129
tabindex ="0 "
1130
+ class ="download_button "
1083
1131
> Source Code Pro</ a
1084
1132
>
1085
1133
</ li >
@@ -1088,11 +1136,16 @@ <h2>Programming font ressources</h2>
1088
1136
href ="https://developer.apple.com/fonts/ "
1089
1137
target ="_blank "
1090
1138
tabindex ="0 "
1139
+ class ="download_button "
1091
1140
> SF Mono</ a
1092
1141
>
1093
1142
</ li >
1094
1143
< li >
1095
- < a href ="https://github.com/IBM/plex " target ="_blank " tabindex ="0 "
1144
+ < a
1145
+ href ="https://github.com/IBM/plex "
1146
+ target ="_blank "
1147
+ tabindex ="0 "
1148
+ class ="download_button "
1096
1149
> IBM Plex Mono</ a
1097
1150
>
1098
1151
</ li >
0 commit comments