1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="fonts-user" xml:lang="tr">
3
4  <info>
5    <link type="guide" xref="appearance"/>
6    <revision pkgversion="3.11" date="2014-01-29" status="draft"/>
7
8    <credit type="author copyright">
9      <name>Matthias Clasen</name>
10      <email>matthias.clasen@gmail.com</email>
11      <years>2012</years>
12    </credit>
13    <credit type="editor">
14      <name>Jana Svarova</name>
15      <email>jana.svarova@gmail.com</email>
16      <years>2013</years>
17    </credit>
18    <credit type="author copyright">
19      <name>Ekaterina Gerasimova</name>
20      <email>kittykat3756@gmail.com</email>
21      <years>2013</years>
22    </credit>
23    <credit type="editor">
24      <name>Petr Kovar</name>
25      <email>pknbe@volny.cz</email>
26      <years>2014</years>
27    </credit>
28
29    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
30
31    <desc>Add extra fonts for individual users.</desc>
32  </info>
33
34  <title>Add an extra font for individual users</title>
35
36  <p>You can install an extra font which will be available to a specific user
37  on your system in applications that use <sys>fontconfig</sys> for
38  font handling.</p>
39
40  <steps>
41    <title>Install an extra font</title>
42    <item>
43      <p>Copy the font to the <file>~/.local/share/fonts/</file>
44      directory to install it.</p>
45    </item>
46    <item>
47      <p>You may need to run the following command to update the font cache:</p>
48      <screen><output>$ </output><input>fc-cache ~/.local/share/fonts</input></screen>
49    </item>
50  </steps>
51
52  <p>You may need to restart running applications to see the changes. User
53  sessions do not need to be restarted.</p>
54
55</page>
56