aboutsummaryrefslogtreecommitdiffstats
path: root/community/font-noto/45-noto.xml.erb
diff options
context:
space:
mode:
Diffstat (limited to 'community/font-noto/45-noto.xml.erb')
-rw-r--r--community/font-noto/45-noto.xml.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/font-noto/45-noto.xml.erb b/community/font-noto/45-noto.xml.erb
new file mode 100644
index 00000000000..5577415e921
--- /dev/null
+++ b/community/font-noto/45-noto.xml.erb
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+<% data['fonts'].each do |font| -%>
+ <alias>
+ <family><%= font['family'] %></family>
+ <default>
+ <family><%= font['alias'] %></family>
+ </default>
+ </alias>
+<% end -%>
+</fontconfig>