<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=How_to_add_custom_fonts_in_a_theme</id>
	<title>How to add custom fonts in a theme - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=How_to_add_custom_fonts_in_a_theme"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=How_to_add_custom_fonts_in_a_theme&amp;action=history"/>
	<updated>2026-05-06T23:03:21Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=How_to_add_custom_fonts_in_a_theme&amp;diff=1453&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=How_to_add_custom_fonts_in_a_theme&amp;diff=1453&amp;oldid=prev"/>
		<updated>2024-10-14T18:18:09Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 18:18, 14 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=How_to_add_custom_fonts_in_a_theme&amp;diff=1452&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* top */clean up, typos fixed: eg: → e.g.:</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=How_to_add_custom_fonts_in_a_theme&amp;diff=1452&amp;oldid=prev"/>
		<updated>2021-09-22T14:13:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt;clean up, typos fixed: eg: → e.g.:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Create a new directory in your theme and call it fonts. Then add all your custom fonts into this directory&amp;#039; e.g.: moodle/theme/yourtheme/fonts/&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In your themes CSS file add the following:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 @font-face { /* where FontName and fontname represents the name of the font you want to add */&lt;br /&gt;
     font-family: &amp;#039;FontName&amp;#039;;&lt;br /&gt;
     src: url([[font:theme|fontname.eot]]);&lt;br /&gt;
     src: url([[font:theme|fontname.eot]]) format(&amp;#039;embedded-opentype&amp;#039;),&lt;br /&gt;
          url([[font:theme|fontname.woff]]) format(&amp;#039;woff&amp;#039;),&lt;br /&gt;
          url([[font:theme|fontname.woff2]]) format(&amp;#039;woff2&amp;#039;),&lt;br /&gt;
          url([[font:theme|fontname.ttf]]) format(&amp;#039;truetype&amp;#039;),&lt;br /&gt;
          url([[font:theme|fontname.svg]]) format(&amp;#039;svg&amp;#039;);&lt;br /&gt;
     font-weight: normal;&lt;br /&gt;
     font-style: normal;&lt;br /&gt;
   }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Next ADD the name of your font wherever you want that font to be used in your stylesheet&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
    #page-header h1 { font-family: FontName;}&lt;br /&gt;
&lt;br /&gt;
[[Category:Themes]]&lt;br /&gt;
&lt;br /&gt;
[[es:Como añadir fonts personalizados dentro de un tema]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>