mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 satır
316B

  1. // fonts
  2. //@import url('https://fonts.googleapis.com/css?family=Poiret+One');
  3. $poiret1:'Poiret One', cursive;
  4. $georgia:georgia, serif;
  5. $verdana:verdana, sans;
  6. $cursive: cursive;//$poiret1;
  7. $serif: $georgia;
  8. $sans: $verdana;
  9. .card, .item {
  10. // font-family: $sans;
  11. h2 {
  12. font-family: $serif;
  13. }
  14. }