From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/font/font-noto/fontconfig.xml.erb | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 repo/font/font-noto/fontconfig.xml.erb (limited to 'repo/font/font-noto/fontconfig.xml.erb') diff --git a/repo/font/font-noto/fontconfig.xml.erb b/repo/font/font-noto/fontconfig.xml.erb deleted file mode 100644 index 8459ab0..0000000 --- a/repo/font/font-noto/fontconfig.xml.erb +++ /dev/null @@ -1,31 +0,0 @@ - - - - <% data['fonts'].each do |font| %> - - - <%- if data['lang'] -%> - - <%- (font['lang'] || data['lang']).each do |code| -%> - <%= code %> - <%- end -%> - - <%- end -%> - - <%= font['alias'] %> - - - Noto <%= font['family'] %> - - - true - - - - Noto <%= font['family'] %> - - <%= font['alias'] %> - - - <% end %> - -- cgit v1.2.1