Files
freeCodeCamp/guide/arabic/certifications/responsive-web-design/basic-css/import-a-google-font/index.md
2018-10-16 21:32:40 +05:30

1.4 KiB

title, localeTitle
title localeTitle
Import a Google Font استيراد أحد خطوط Google

استيراد أحد خطوط Google

حل

`

<style> .red-text { color: red; } h2 { font-family: Lobster; } p { font-size: 16px; font-family: monospace; } </style>

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Loving Lazy Energetic
Submit `