参考文献 字体 latex_字体参考| HTML

参考文献 字体 latex

Fonts are basically platformed dependent or in simple words, we can say that they are specific to the platform. We will have different look and feel of a web page on different machines running on different operating systems such as Windows, IOS, Linux, Unix etc.

字体基本上是依赖于平台的,或者用简单的话来说,可以说它们特定于平台。 在不同操作系统(例如Windows,IOS,Linux,Unix等)上运行的不同计算机上,我们将拥有不同的网页外观。

From HTML version 4.0 onwards fonts are set through CSS because font tag is deprecated from it.

从HTML版本4.0开始,通过CSS设置字体,因为字体标签已弃用。

A simple syntax of setting font of a body in HTML document as follows.

在HTML文档中设置正文字体的简单语法如下。

    body {
       font-family: "Arial";
    }  

Example:

例:





    Font Setting Using CSS



    

Here We are changing the style.

INCLUDEHELP!!!

INCLUDEHELP!!!

INCLUDEHELP!!!

Basic Fonts for Microsoft System

Microsoft系统的基本字体

Following are some of the basic fonts supported by Microsoft System:

以下是Microsoft System支持的一些基本字体:

  1. Arial

    Arial

  2. Arial Black

    艾里亚·布莱克

  3. Arial Bold

    Arial Bold

  4. Georgia Bold Italic

    格鲁吉亚Bold Italic

  5. Times New Roman

    英语字体格式一种

  6. Comic Sans MS Bold

    Comic Sans MS Bold

  7. Courier New Italic

    快递新斜体

  8. Tahoma

    塔豪玛

  9. Trebuchet MS Bold Italic

    Trebuchet MS Bold斜体

  10. Webdings

    织带

Basic Fonts for Macintosh Systems

Macintosh系统的基本字体

Following are some of the basic fonts supported by Macintosh System:

以下是Macintosh系统支持的一些基本字体:

  1. Herculanum

    赫库兰尼姆

  2. Papyrus

    纸莎草纸

  3. Hoefler Text Ornaments

    霍夫勒文字饰品

  4. Big Caslon

    大卡斯隆

  5. Marker Felt

    标记感觉

  6. Copperplate

    铜版

  7. Andale Mono

    安德勒·莫诺

  8. Palatino

    帕拉蒂诺

  9. Zapf Dingbats

    Zapf丁巴特

  10. Comic Sans MS

    Comic Sans MS

Basic Fonts for Unix Systems

Unix系统的基本字体

  1. Terminal

    终奌站

  2. Lucida bright

    露西达·布莱特

  3. Courier

    信使

  4. Utopia

    乌托邦

  5. Times

    时报

  6. New Century Schoolbook

    新世纪教科书

  7. Fixed

    固定

  8. Charter

    宪章

  9. Helvetica

    海尔维蒂察

  10. Lucida Typewriter

    Lucida打字机

翻译自: https://www.includehelp.com/html/fonts-reference-in-html.aspx

参考文献 字体 latex

你可能感兴趣的:(linux,python,html,windows,java)