<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.simplybook.me/index.php?action=history&amp;feed=atom&amp;title=Changing_Fonts_with_Custom_CSS</id>
	<title>Changing Fonts with Custom CSS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.simplybook.me/index.php?action=history&amp;feed=atom&amp;title=Changing_Fonts_with_Custom_CSS"/>
	<link rel="alternate" type="text/html" href="https://help.simplybook.me/index.php?title=Changing_Fonts_with_Custom_CSS&amp;action=history"/>
	<updated>2026-07-28T19:47:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://help.simplybook.me/index.php?title=Changing_Fonts_with_Custom_CSS&amp;diff=45476&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title=Custom Features - SimplyBook.me |titlemode=append |keywords=faq, frequently asked questions, booking software, appointment system questions, appointments online, calendar software, booking system, booking calendar, scheduling software, online appointment scheduling, online scheduling, plugins, custom features, additional functionality, custom css, changing booking page fonts, chnaging fonts with CSS }}   One of the most common Custom CSS customizations is...&quot;</title>
		<link rel="alternate" type="text/html" href="https://help.simplybook.me/index.php?title=Changing_Fonts_with_Custom_CSS&amp;diff=45476&amp;oldid=prev"/>
		<updated>2026-07-28T08:35:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title=Custom Features - SimplyBook.me |titlemode=append |keywords=faq, frequently asked questions, booking software, appointment system questions, appointments online, calendar software, booking system, booking calendar, scheduling software, online appointment scheduling, online scheduling, plugins, custom features, additional functionality, custom css, changing booking page fonts, chnaging fonts with CSS }}   One of the most common Custom CSS customizations is...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Custom Features - SimplyBook.me&lt;br /&gt;
|titlemode=append&lt;br /&gt;
|keywords=faq, frequently asked questions, booking software, appointment system questions, appointments online, calendar software, booking system, booking calendar, scheduling software, online appointment scheduling, online scheduling, plugins, custom features, additional functionality, custom css, changing booking page fonts, chnaging fonts with CSS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One of the most common Custom CSS customizations is changing the font used on your scheduling page.&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 1 — Google Fonts (Recommended)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
We recommend using &amp;#039;&amp;#039;&amp;#039;Google Fonts&amp;#039;&amp;#039;&amp;#039;, most fonts are free to use, including commercially. &lt;br /&gt;
Browse available fonts [https://fonts.google.com/ here].&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   @import url(&amp;#039;https://fonts.googleapis.com/css?family=Oswald&amp;#039;);&lt;br /&gt;
:not(.fa):not(.fi) {&lt;br /&gt;
font-family: &amp;#039;Oswald&amp;#039; !important;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Save the CSS, clear cache and refresh your booking page.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;#039;&amp;#039;&amp;#039;Option 2 — Your own hosted font&amp;#039;&amp;#039;&amp;#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
If your company has its own licensed font, you can reference it from your own hosting.&lt;br /&gt;
&amp;lt;p&amp;gt;Example:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   @font-face {&lt;br /&gt;
    font-family: &amp;#039;MyCompanyFont&amp;#039;;&lt;br /&gt;
    src: url(&amp;#039;https://your-domain.com/fonts/MyCompanyFont.woff2&amp;#039;) format(&amp;#039;woff2&amp;#039;);&lt;br /&gt;
   }&lt;br /&gt;
   :not(.fa):not(.fi)  {&lt;br /&gt;
    font-family: &amp;#039;MyCompanyFont&amp;#039;, sans-serif !important;&lt;br /&gt;
   }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;#039;&amp;#039;&amp;#039;Please note!&amp;#039;&amp;#039;&amp;#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
If you use fonts &amp;#039;&amp;#039;&amp;#039;other than Google Fonts&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
* you are responsible for obtaining the appropriate font license;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
* you must host the font files yourself;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
* SimplyBook.me does not provide or host font files.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Support can assist with simple CSS syntax and applying Google Fonts, but cannot &amp;#039;&amp;#039;&amp;#039;source, upload, or host&amp;#039;&amp;#039;&amp;#039; non-Google font files.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>