<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>UI font &#8211; Fonts Park</title>
	<atom:link href="https://fontspark.com/tag/ui-font/feed/" rel="self" type="application/rss+xml" />
	<link>https://fontspark.com</link>
	<description>Best Place For Free Fonts</description>
	<lastBuildDate>Sat, 04 Nov 2023 10:42:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://fontspark.com/wp-content/uploads/2022/04/fontspark-Icon.svg</url>
	<title>UI font &#8211; Fonts Park</title>
	<link>https://fontspark.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>MS Gothic Font</title>
		<link>https://fontspark.com/ms-gothic-font/</link>
					<comments>https://fontspark.com/ms-gothic-font/#respond</comments>
		
		<dc:creator><![CDATA[Atif]]></dc:creator>
		<pubDate>Sat, 04 Nov 2023 10:42:05 +0000</pubDate>
				<category><![CDATA[Sans Serif]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[OpenType]]></category>
		<category><![CDATA[TrueType]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[font generator]]></category>
		<category><![CDATA[free font]]></category>
		<category><![CDATA[gothic font]]></category>
		<category><![CDATA[Japanese font]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[Microsoft font]]></category>
		<category><![CDATA[monospaced font]]></category>
		<category><![CDATA[MS Gothic]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[print font]]></category>
		<category><![CDATA[sans serif font]]></category>
		<category><![CDATA[UI font]]></category>
		<category><![CDATA[web font]]></category>
		<category><![CDATA[Windows font]]></category>
		<guid isPermaLink="false">https://fontspark.com/?p=5195</guid>

					<description><![CDATA[Font View MS Gothic font, also known as メイリオ (Meiryo) is a Japanese monospaced font]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Font View</h2>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="900" height="500" src="https://fontspark.com/wp-content/uploads/2023/11/MS-Gothic-Font-Characters-View.webp" alt="MS Gothic Font Characters View" class="wp-image-5202" srcset="https://fontspark.com/wp-content/uploads/2023/11/MS-Gothic-Font-Characters-View.webp 900w, https://fontspark.com/wp-content/uploads/2023/11/MS-Gothic-Font-Characters-View-300x167.webp 300w, https://fontspark.com/wp-content/uploads/2023/11/MS-Gothic-Font-Characters-View-768x427.webp 768w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<p></p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#font-generator">Generate</a></div>



<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://fontspark.com/wp-content/uploads/2023/11/MSGOTHIC.ttf">Download</a></div>
</div>



<p></p>



<p>MS Gothic font, also known as メイリオ (Meiryo) is a Japanese monospaced font developed by <a href="https://en.wikipedia.org/wiki/Microsoft" rel="nofollow noopener" target="_blank">Microsoft</a> in the early 1990s. It is based on the sans-serif typefaces Helvetica and Arial, but it features some unique characteristics that make it more suitable for Japanese text.</p>



<p>For example, MS Gothic has a wider character set that includes all Japanese hiragana, katakana, and kanji characters. It also has a larger X-height, which makes screens easier to read.</p>



<p>MS Gothic font was created by Microsoft in 1993, as part of the Microsoft Typography project. It is based on the original Gothic font that was developed by Ricoh in 1984. It is related to the MS UI Gothic font family.</p>



<p>It is one of the most commonly used fonts for Japanese text, especially for web pages, documents, and user interfaces. It is also a popular font for Japanese manga and anime.</p>



<h2 class="wp-block-heading">MS Gothic Font Generator</h2>



<p id="font-generator">You can use our MS Gothic font generator to see how the font will look in your design. Enter your text, choose a font, and customize it by adjusting the size, color, and background. The generator provides a real-time preview of the changes, and you can download both the customized preview and the font itself.</p>



<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">

<div id="fontPreviewContainer"></div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js" defer=""></script>

<style>
  #fontPreviewContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .fontPreviewControls {
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #007bff;
  padding: 2rem;
}

  .liveTypeField {
    margin-bottom: 1rem;
  }

  .fontPreviewWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 500px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin-right: 0rem;
    margin-bottom: .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .fontPreview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .fontPreview img {
    max-height: 100%;
    max-width: 100%;
  }

  .fontPreviewControls button {
    margin-top: 1rem;
    margin-left: .5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #01204D;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
   .fontPreviewControls label {
    font-weight: bold;
  }

  .liveTypeField label {
    font-weight: bold;
  }

  .fontSelector label {
    font-weight: bold;
  }

  .fontSizeField label {
    font-weight: bold;
  }

  .fontColorField label {
    font-weight: bold;
  }

  .backgroundColorField label {
    font-weight: bold;
  }
  
  @media (max-width: 767px) {
  /* Mobile styles */
  #fontPreviewContainer {
    flex-direction: column;
  }
  .fontPreviewControls {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .fontPreviewWrapper {
    order: -1;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fontPreview {
    font-size: 3rem;
  }
}
</style>

<script>
  // Load font files using @font-face
  const fontData = [
  { name: "MSGOTHIC", file: "MSGOTHIC.ttf" }
  ];
  const fonts = fontData
    .map(({ name, file }) => `
      @font-face {
        font-family: "${name}";
        src: url("https://fontspark.com/wp-content/uploads/2023/11/${file}");
        font-display: swap;
      }
    `)
    .join("");
  const styles = document.createElement("style");
  styles.innerHTML = fonts;
  document.head.appendChild(styles);
  
  const previewContainer = document.getElementById("fontPreviewContainer");

// Left column: font controls
const fontPreviewControls = document.createElement("div");
fontPreviewControls.classList.add("fontPreviewControls");
previewContainer.appendChild(fontPreviewControls);

// Live Type Field
const liveTypeField = document.createElement("div");
liveTypeField.classList.add("liveTypeField");
fontPreviewControls.appendChild(liveTypeField);

const liveTypeLabel = document.createElement("label");
liveTypeLabel.htmlFor = "liveTypeInput";
liveTypeLabel.innerText = "Live Type:";
liveTypeField.appendChild(liveTypeLabel);

const liveTypeInput = document.createElement("input");
liveTypeInput.type = "text";
liveTypeInput.classList.add("liveTypeInput");
liveTypeInput.id = "liveTypeInput";
liveTypeInput.value = "MS Gothic Font";
liveTypeField.appendChild(liveTypeInput);

// Font Selector
const fontSelectorLabel = document.createElement("label");
fontSelectorLabel.htmlFor = "fontSelector";
fontSelectorLabel.innerText = "Font:";
fontPreviewControls.appendChild(fontSelectorLabel);

const fontSelector = document.createElement("select");
fontSelector.classList.add("fontSelector");
fontSelector.id = "fontSelector";
fontPreviewControls.appendChild(fontSelector);

// Add font options to the selector
fontData.forEach(({ name }) => {
const fontOption = document.createElement("option");
fontOption.text = name;
fontSelector.add(fontOption);
});

// Font Size Slider
const fontSizeField = document.createElement("div");
fontSizeField.classList.add("fontSizeField");
fontPreviewControls.appendChild(fontSizeField);

const fontSizeLabel = document.createElement("label");
fontSizeLabel.htmlFor = "fontSizeInput";
fontSizeLabel.innerText = "Font Size:";
fontSizeField.appendChild(fontSizeLabel);

const fontSizeInput = document.createElement("input");
fontSizeInput.type = "range";
fontSizeInput.min = "12";
fontSizeInput.max = "100";
fontSizeInput.value = "50";
fontSizeInput.classList.add("fontSizeInput");
fontSizeInput.id = "fontSizeInput";
fontSizeField.appendChild(fontSizeInput);

// Font Color Selector
const fontColorField = document.createElement("div");
fontColorField.classList.add("fontColorField");
fontPreviewControls.appendChild(fontColorField);

const fontColorLabel = document.createElement("label");
fontColorLabel.htmlFor = "fontColorInput";
fontColorLabel.innerText = "Font Color:";
fontColorField.appendChild(fontColorLabel);

const fontColorInput = document.createElement("input");
fontColorInput.type = "color";
fontColorInput.value = "#000000";
fontColorInput.classList.add("fontColorInput");
fontColorInput.id = "fontColorInput";
fontColorField.appendChild(fontColorInput);

// Background Color Selector
const backgroundColorField = document.createElement("div");
backgroundColorField.classList.add("backgroundColorField");
fontPreviewControls.appendChild(backgroundColorField);

const backgroundColorLabel = document.createElement("label");
backgroundColorLabel.htmlFor = "backgroundColorInput";
backgroundColorLabel.innerText = "Background Color:";
backgroundColorField.appendChild(backgroundColorLabel);

const backgroundColorInput = document.createElement("input");
backgroundColorInput.type = "color";
backgroundColorInput.value = "#f8f8f8";
backgroundColorInput.classList.add("backgroundColorInput");
backgroundColorInput.id = "backgroundColorInput";
backgroundColorField.appendChild(backgroundColorInput);

fontSelector.addEventListener("change", updatePreview);

fontSizeInput.addEventListener("input", updatePreview);

fontColorInput.addEventListener("input", updatePreview);

backgroundColorInput.addEventListener("input", updatePreview);

liveTypeInput.addEventListener("input", updatePreview);

function updatePreview() {
const fontSelector = document.getElementById("fontSelector");
const fontSizeInput = document.getElementById("fontSizeInput");
const fontColorInput = document.getElementById("fontColorInput");
const backgroundColorInput = document.getElementById("backgroundColorInput");
const liveTypeValue = document.getElementById("liveTypeInput").value;
const fontValue = fontSelector.value;
const fontSizeValue = fontSizeInput.value;
const fontColorValue = fontColorInput.value;
const backgroundColorValue = backgroundColorInput.value;
const fontPreview = document.getElementById("fontPreview");

fontPreview.style.fontFamily = fontValue;
fontPreview.style.fontSize = `${fontSizeValue}px`;
fontPreview.style.color = fontColorValue;
fontPreview.style.backgroundColor = backgroundColorValue;
fontPreview.innerHTML = `<span>${liveTypeValue}</span>`;
}

// Reset Button
const resetButton = document.createElement("button");
resetButton.innerText = "Reset";
fontPreviewControls.appendChild(resetButton);

resetButton.addEventListener("click", () => {
// Set the font selector and font size slider to their default values
fontSelector.selectedIndex = 0;
fontSizeInput.value = 24;
// Set the font color and background color selectors to their default values
fontColorInput.value = "#000000";
backgroundColorInput.value = "#f8f8f8";
// Clear the live type input
liveTypeInput.value = "";

// Reset the font preview
fontPreview.style.fontFamily = fontData[0].name;
fontPreview.style.fontSize = "24px";
fontPreview.style.color = "#000000";
fontPreview.style.backgroundColor = "#f8f8f8";
fontPreview.innerText = "";
});

// Right column: font preview
const fontPreviewWrapper = document.createElement("div");
fontPreviewWrapper.classList.add("fontPreviewWrapper");
previewContainer.appendChild(fontPreviewWrapper);

const fontPreview = document.createElement("div");
fontPreview.classList.add("fontPreview");
fontPreview.id = "fontPreview";
fontPreview.innerText = "Sample Text Preview";
fontPreviewWrapper.appendChild(fontPreview);

// Update the font preview when the font selector or font size slider is changed
fontSelector.addEventListener("change", updatePreview);
fontSizeInput.addEventListener("input", updatePreview);
fontColorInput.addEventListener("input", updatePreview);
backgroundColorInput.addEventListener("input", updatePreview);
liveTypeInput.addEventListener("input", updatePreview);

// Generate Font Preview button
const generateButton = document.createElement("button");
generateButton.innerText = "Download Preview";
fontPreviewControls.appendChild(generateButton);

generateButton.addEventListener("click", () => {
html2canvas(fontPreviewWrapper, {
scale: 2,
}).then((canvas) => {
const link = document.createElement("a");
link.download = "font-preview.png";
link.href = canvas.toDataURL("image/png");
link.click();
});
});
</script>



<p></p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>MS Gothic is a Japanese font designed for Windows operating systems. It is a sans serif font with a clean and simple appearance. You can also use our font generator to preview and customize your text in the font. You can also download this font free from link. So, what are you waiting for? Download it now and give it a try!</p>



<p>If you liked this font then you can also try our other fonts like <a href="https://fontspark.com/product-sans-font-free-download/">Product Sans</a>, <a href="https://fontspark.com/benton-sans-font-free-download/">Benton Sans</a>, and <a href="https://fontspark.com/oppenheimer-font/">Oppenheimer </a>fonts now.</p>



<p>Thank you very much for reading.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fontspark.com/arial-font-free-download/arial-font-free/#main/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Iskoola Pota Font Free Download</title>
		<link>https://fontspark.com/iskoola-pota-font-free-download/</link>
					<comments>https://fontspark.com/iskoola-pota-font-free-download/#respond</comments>
		
		<dc:creator><![CDATA[Atif]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 14:47:36 +0000</pubDate>
				<category><![CDATA[Bold]]></category>
		<category><![CDATA[Brand]]></category>
		<category><![CDATA[Commercially Free]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Logos]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[OpenType]]></category>
		<category><![CDATA[Sans Serif]]></category>
		<category><![CDATA[Symbol]]></category>
		<category><![CDATA[TV Show]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[Indic script]]></category>
		<category><![CDATA[Iskoola Pota Font]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[UI font]]></category>
		<category><![CDATA[Windows 7.00]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista 5.00]]></category>
		<guid isPermaLink="false">https://fontspark.com/?p=443</guid>

					<description><![CDATA[About The Font Iskoola Pota is a Sinhala font. It is an OpenType font used]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="700" height="400" src="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Character-map.webp" alt="Iskoola Pota Font Character map" class="wp-image-3163" srcset="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Character-map.webp 700w, https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Character-map-300x171.webp 300w" sizes="(max-width: 700px) 100vw, 700px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font.webp" alt="Iskoola Pota Font" class="wp-image-3165" width="700" height="400" srcset="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font.webp 700w, https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-300x171.webp 300w" sizes="(max-width: 700px) 100vw, 700px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="700" height="400" src="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Family.webp" alt="Iskoola Pota Font Family" class="wp-image-3166" srcset="https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Family.webp 700w, https://fontspark.com/wp-content/uploads/2021/11/Iskoola-Pota-Font-Family-300x171.webp 300w" sizes="auto, (max-width: 700px) 100vw, 700px" /></figure>
</div>


<h2 class="wp-block-heading">About The Font</h2>



<p>Iskoola Pota is a Sinhala font. It is an OpenType font used in the Indic <a href="https://fontspark.com/category/script/">script</a>. It was created based on Unicode. It contains TrueType outlines and has been designed to be used as a UI font.</p>



<p><a href="https://www.microsoft.com/en-us/" rel="nofollow noopener" target="_blank">Microsoft</a> Corporation is the vendor of Iskoola Pota Font. It is available in <a href="https://www.office.com/" rel="nofollow noopener" target="_blank">MS Office</a> applications. It is also included in <a href="https://windows-7-home-premium.en.softonic.com/" rel="nofollow noopener" target="_blank">Windows 7.00</a> and higher versions, and also in <a href="https://www.ebay.com/p/127566514" rel="nofollow noopener" target="_blank">Windows Vista</a> 5.00 and <a href="https://en.wikipedia.org/wiki/Windows_Server" rel="nofollow noopener" target="_blank">Windows Server</a> 2008 (version 5.00).</p>



<p>Iskoola Pota is a <a href="https://fontspark.com/category/display/">display</a> font. You can use it in digital media as well as print media. It has both free and paid versions. You can use the free Iskoola Pota for your personal projects. But, for commercial purposes, you have to collect a license from Microsoft. It is a wise idea to try to get an overall experience from the free version.</p>



<p>Please move to the download section for free access. It is super easy to download and install on every device and operating system. So, don&#8217;t panic about it. Simply click the download button, and it will be installed within a few seconds.</p>



<h2 class="wp-block-heading">Usage</h2>



<p>Since Iskoola Pota is a display font, you can use it for big titles and headlines. You can also use it for public transit navigation. It is suitable for book and magazine covers.&nbsp;It can be used for <a href="https://fontspark.com/category/brand/">branding</a> as well.</p>



<p>You can create wonderful videos with it. It is suitable for video texts, titles, and thumbnails. By using it, you can create wonderful and acceptable promotional videos and advertisements. It is also perfect for video games, <a href="https://fontspark.com/category/movie/">movies</a>, and <a href="https://fontspark.com/category/tv-show/">TV shows</a>.</p>



<p>Iskoola Pota looks shiny in a transparent place. So you can use it in logos, banners, posters, brands, newsletters, symbols, and cards. You can heavily use the free Iskoola Pota in graphic designs. It has a lot of functionality to beautify your graphic products.</p>



<p>You can use it on your blogs, websites, software, and apps. Iskoola Pota looks glorious, both in electronic devices as well as manual products. You can use it in clothing design, especially on T-shirts. It is now up to you to decide where you will put it.</p>



<h2 class="wp-block-heading"><strong>Font information</strong></h2>



<figure class="wp-block-table"><table><tbody><tr><td>Name</td><td>Iskoola Pota Font</td></tr><tr><td>Style</td><td>Script</td></tr><tr><td>Designer</td><td>N/A</td></tr><tr><td>File Format</td><td><a href="https://fontspark.com/category/opentype/">OTF</a><a href="https://freefontsvault.com/fonts/opentype/" rel="nofollow noopener" target="_blank">,</a><a href="https://fontspark.com/category/truetype/"> TTF</a></td></tr><tr><td>Font Licence</td><td>Free for <a href="https://fontspark.com/category/personal/">Personal</a> Use</td></tr><tr><td>Type</td><td>Free Version</td></tr></tbody></table></figure>



<h2 class="wp-block-heading"><strong>License Information</strong></h2>



<p>Heritage has both free and paid versions. It gives a lot of facilities in the free version, by which you can handle all your personal projects and many business projects. To get all the functionalities, you have to collect the license from the owner. But, you have to test the free version first. It will give you an overall idea of the Iskoola Pota font.</p>



<h2 class="wp-block-heading"><strong>Download</strong></h2>



<p>Free Iskoola Pota font is here. You don’t need to sign up, provide an email, subscription, or anything else. Simply click on the download button and have unlimited fun.</p>



<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link" href="https://fontspark.com/download/iskoola-pota-font/">Download</a></div>
</div>



<h2 class="wp-block-heading">Font Family</h2>



<p>FIskoola Pota has been added a total of twenty fonts with eight basics. Here we included the basic type only.</p>



<ul class="wp-block-list"><li>Iskoola Pota Regular</li><li>Iskoola Pota <a href="https://fontspark.com/category/bold/">Bold</a></li></ul>



<h2 class="wp-block-heading"><strong>Similar to </strong>Iskoola Pota<strong> Font</strong></h2>



<p>Iskoola Pota has a lot of similar fonts. Here we added some of the closest fonts.</p>



<ul class="wp-block-list"><li>Nuosu SIL</li><li>Galatia SIL</li><li>Doulos SIL Compact</li><li>Tai Heritage Pro</li><li>Times UnXpected</li></ul>



<h2 class="wp-block-heading">&nbsp;<strong>Iskoola Pota Font Pairing</strong></h2>



<p>Font pairings have no straightforward rules. It depends upon your projects, choices, and design concepts. However, you can try the following combinations.&nbsp;</p>



<ul class="wp-block-list"><li>Lato</li><li>Roboto</li><li>Judson</li><li>Raleway</li><li>Josefin Sans</li></ul>



<p><strong>Iskoola Pota Language Support</strong></p>



<p>Iskoola Pota font supports a lot of languages. Here are all included.</p>



<h2 class="wp-block-heading">Potawatomi, Quechua, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Russian, Rusyn, Sami (Inari), Sami (Lule), Sami (Northern), Samoan, Sardinian (Sardu), Scots (Gaelic), Serbian (Cyrillic), Serbian (Latin), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Abkhaz, Afrikaans, Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Azerbaijani (Cyrillic), Bashkir, Basque, Belarusian, Belarusian (Lacinka), Bislama, Bosnian, Breton, Bulgarian, Buryat (Cyrillic), Catalan, Cebuano, Chamorro, Chechen, Cheyenne, Chichewa (Nyanja), Chuvash, Cimbrian, Corsican, Croatian, Cyrillic, Czech, Danish, Dungan, Dutch, English, Esperanto, Estonian, Evenki (Cyrillic), Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Manx, Maori, Meadow Mari, Megleno-Romanian, Míkmaq, Mohawk, Moldovan, Nahuatl, Nenets, Norfolk/Pitcairnese, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tajik, Tatar (Cyrillic), Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkmen, Turkmen (Cyrillic), Turkmen (Latinized), Tuvaluan, Tuvin, Udmurt, Ukrainian, Ulithian, Uyghur (Cyrillic), Uyghur (Latinized), Uzbek (Cyrillic), Veps, Vietnamese, Volapük, Votic (Cyrillic), Votic (Latinized), Walloon, Warlpiri, Welsh, Xhosa, Yakut/Sakha, Yapese, Zulu.</h2>



<h2 class="wp-block-heading"><strong>FAQs</strong></h2>



<p><strong>What type of font Is Iskoola Pota?</strong></p>



<p><strong>Ans: </strong>Iskoola Pota is a Sinhala font. It was designed by Microsoft.</p>



<p><strong>Can I use Iskoola Pota Font on My Website?</strong></p>



<p><strong>Ans: </strong>Yes, you can. You can use it on the website both for designing and titling. It will increase the beauty of your website.</p>



<p><strong>Is Iskoola Pota a free font?</strong></p>



<p><strong>Ans: </strong>Iskoola Pota has both free and paid versions. For getting full access you need to buy the paid version. But there are a lot of advanced features in the free version by which you could manage all your personal projects and many<a href="https://fontspark.com/category/commercial/"> commercial</a> projects.</p>



<p><strong>Can I download and useIskoola Pota</strong> <strong>font on My Pc and Mac?</strong></p>



<p><strong>Ans: </strong>Yes, it is available for all electronic devices and operating systems. You can simply download and use it on your PC and Mac.&nbsp;</p>



<p><strong>Can I use Iskoola Pota for my logo?</strong></p>



<p><strong>Ans: </strong>Yes, you can make static, animated, and 3D logos with it.</p>



<p><strong>How to Install  Iskoola Pota</strong> <strong>Font in Adobe, Ms. Word, Mac, or PC?</strong></p>



<p><strong>Ans:</strong> Please check the installation process of the Iskoola Pota font for Adobe, MS Word, Mac, and PC.</p>



<p><strong>Thank You!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://fontspark.com/arial-font-free-download/arial-font-free/#main/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
