From 0b977787374349328a21af0deade30d534cf3978 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 18 May 2022 23:40:38 +0100 Subject: fixed gcc loader/linker errors --- repo/font/font-noto/fontconfig.xml.erb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create 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 new file mode 100644 index 0000000..8459ab0 --- /dev/null +++ b/repo/font/font-noto/fontconfig.xml.erb @@ -0,0 +1,31 @@ + + + + <% 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