> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/tr/yazi-tipleri/02-font-typefaces.md).

# Yazı tipi aileleri

## Giriş

Varsayılan olarak, LaTeX belgeleri şu kullanılarak dizgi yapılır $$\text{Computer Modern}$$ yazı tipi ailesi; ancak ihtiyaçlarınıza veya tercihlerinize göre farklı yazı tipleri kullanmak için LaTeX paketlerini kullanabilirsiniz.

## Varsayılan belge yazı tiplerini değiştirme

Örneğin, şunu ekleyerek `\usepackage{tgbonum}` belge önsözüne eklendiğinde, LaTeX belgenizi dizmek için TEX Gyre Bonum yazı tipi ailesini kullanacaktır:

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
Bu belge, yazı tipi
ailelerini ve yazı tipi karakterlerini test etmek için örnek bir belgedir.

Bu metin farklı bir yazı tipi karakteri kullanıyor
\end{document}
```

[Bu örneği Overleaf'te açın](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+test+font+%0Afamilies+and+font+typefaces.%0A%0AThis+text+uses+a+different+font+typeface%0A%5Cend%7Bdocument%7D)

Aşağıdaki görsel, yukarıdaki örneğin ürettiği çıktıyı göstermektedir:

![FontTypefacesEx1OLV2.png](/files/c497e4c58fed79feaf569fcf1fff2f75ec8b505d)

## Varsayılan yazı tipi karakterini değiştirme

Yazı tipi ayrıca belgedeki belirli bir öğe için de değiştirilebilir.

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
Bu belge, bir örnek belgedir
yazı tipi ailelerini ve yazı tipi karakterlerini test etmek için.

{\fontfamily{qcr}\selectfont
Bu metin farklı bir yazı tipi karakteri kullanıyor
}
\end{document}
```

[Bu örneği Overleaf'te açın](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+%0Atest+font+families+and+font+typefaces.%0A%0A%7B%5Cfontfamily%7Bqcr%7D%5Cselectfont%0AThis+text+uses+a+different+font+typeface%0A%7D%0A%5Cend%7Bdocument%7D)

Aşağıdaki görsel, yukarıdaki örneğin ürettiği çıktıyı göstermektedir:

![FontTypefacesEx2.png](/files/ac399aa7bfd3751b1b8e93fb3eb34896a0c77513)

Komut `\fontfamily{qcr}\selectfont` şunu ayarlayacaktır *TeX Gyre Cursor* yazı tipi karakterini; bunun yazı tipi kodu `qcr`, parantezlerin içindeki metin için. Çok daha fazla LaTeX yazı tipi karakteri mevcuttur, bkz. [başvuru kılavuzuna](#reference-guide).

Popüler LaTeX yazı tipi karakterleri dört aileden gelmektedir:

* *Computer Modern* (standart LaTeX sınıflarında varsayılan): CM Roman, CM Sans Serif, CM Typewriter
* *Latin Modern*: LM Roman, LM Sans Serif, LM Typewriter, LM Dunhill
* *PostScript Yazı Tipleri*: Times, Utopia/Fourier, Palatino, Bookman, Helvetica, Courier
* *TeX Gyre*

## Başvuru kılavuzu

**Roman, Sans Serif ve Typewriter yazı tipleri**

| Yazı tipi                    | "yazı tipi paketi adı" | "yazı tipi kodu" | Örnek                                                                 |
| ---------------------------- | ---------------------- | ---------------- | --------------------------------------------------------------------- |
| Computer Modern Roman        |                        | `cmr`            | ![Typeface-cmr.png](/files/2e233f45c2c831eb52909236e43dc119275e9a65)  |
| Latin Modern Roman           | `lmodern`              | `lmr`            | ![Typeface-lmr.png](/files/c9c5854d19d43854554d7a792900f8ea68c21a06)  |
| Latin Modern Dunhill         | `lmodern`              | `lmdh`           | ![Typeface-lmdh.png](/files/db4c735d1360df2bb9c15b2a5409ee88468f0dbf) |
| TeX Gyre Termes              | `tgtermes`             | `qtm`            | ![Typeface-qtm.png](/files/605075d45739f53394612e759ed487b634ac5585)  |
| TeX Gyre Pagella             | `tgpagella`            | `qpl`            | ![Typeface-qpl.png](/files/462ba7d2c05eb20f4aac730f3810ff2eca0847f9)  |
| TeX Gyre Bonum               | `tgbonum`              | `qbk`            | ![Typeface-qbk.png](/files/09e319e6e74a3036293afbc61a9e72f3dfe9851e)  |
| TeX Gyre Schola              | `tgschola`             | `qcs`            | ![Typeface-qsc.png](/files/00cc5ad6ef1c53df52c84a7fb9622e4b71bb508e)  |
| Times                        | `mathptmx`             | `ptm`            | ![Typeface-ptm.png](/files/8f069fe02571a6905b3c3f697a4d1e74128e6ef3)  |
| Utopia / Fourier             | `utopia` / `fourier`   | `put`            | ![Typeface-put.png](/files/dc8dea25a5fbf50046f2c6b3cd36bb3d5e52bb2a)  |
| Palatino                     | `palatino`             | `ppl`            | ![Typeface-ppl.png](/files/d6d0c9f0ba3658da82afa858efcda33d420955d3)  |
| Bookman                      | `bookman`              | `pbk`            | ![Typeface-pbk.png](/files/728d54797ce15797914e5ea5d9739f9931d42da8)  |
| Charter                      | `charter`              | `bch`            | ![Typeface-bch.png](/files/8614a2e4721dcf8157bc3f914808b03136660e4f)  |
| Computer Modern Sans Serif   |                        | `cmss`           | ![Typeface-cmss.png](/files/ff2c57cb9f7d76abc261cc8437a04d97a224ffe9) |
| Latin Modern Sans Serif      | `lmodern`              | `lmss`           | ![Typeface-lmss.png](/files/72d38a9ed455673d2898715742415665e3214ade) |
| TeX Gyre Adventor            | `tgadventor`           | `qag`            | ![Typeface-qag.png](/files/ab5dd064240da896d0c11803fc501420bed63d68)  |
| TeX Gyre Heros               | `tgheros`              | `qhv`            | ![Typeface-qhv.png](/files/55e31b0e86865cd3cfb9d6f029d2f7749f320d30)  |
| Helvetica                    | `helvet`               | `phv`            | ![Typeface-phv.png](/files/cd0187116029aa748f2f70d0e5fe2bd87b1cbc1f)  |
| Computer Modern Typewriter   |                        | `cmtt`           | ![Typeface-cmtt.png](/files/9d151e89a6593e0cf460f752b50c88d5df6b66d1) |
| Latin Modern Sans Typewriter | `lmodern`              | `lmtt`           | ![Typeface-lmtt.png](/files/8a7a332f205bdc4f74228395d8af74ed9af41aa9) |
| TeX Gyre Cursor              | `tgcursor`             | `qcr`            | ![Typeface-qcr.png](/files/f5d00dad031ac83537caced1ce925a19c1573a13)  |
| Courier                      | `courier`              | `pcr`            | ![Typeface-pcr.png](/files/f4162b5b713d643e823c068fc98f3b2415701df2)  |

Ayrıca bakınız [LaTeX Yazı Tipi Kataloğu](https://tug.org/FontCatalogue/), ancak katalogda listelenen tüm yazı tiplerinin TeX Live'ın bir parçası olarak dağıtılmasına izin veren bir lisansa sahip olmadığını ve bu nedenle bu yazı tiplerinin tümünün Overleaf'te bulunmadığını unutmayın.

## Daha fazla okuma

Daha fazla bilgi için bakın:

* [LaTeX Yazı Tipi Kataloğu](https://tug.org/FontCatalogue/).
* [Kalın, italik ve altı çizili](/latex/tr/latex-temelleri/03-bold-italics-and-underlining.md)
* [Yazı tipi boyutları, aileleri ve stilleri](/latex/tr/yazi-tipleri/01-font-sizes-families-and-styles.md)
* [XeLaTeX ile modern yazı tiplerini destekleme](/latex/tr/yazi-tipleri/03-xelatex.md)
* [Paragraf biçimlendirme](/latex/tr/bicimlendirme/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [Satır sonları ve boşluklar](/latex/tr/bicimlendirme/05-line-breaks-and-blank-spaces.md)
* [Çok sütunlu düzen](/latex/tr/bicimlendirme/09-multiple-columns.md)
* [Tek taraflı ve çift taraflı belgeler](/latex/tr/bicimlendirme/08-single-sided-and-double-sided-documents.md)
* [Büyük bir projede yönetim](/latex/tr/belge-yapisi/07-management-in-a-large-project.md)
* [Çok dosyalı LaTeX projeleri](/latex/tr/belge-yapisi/08-multi-file-latex-projects.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/tr/yazi-tipleri/02-font-typefaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
