MediaWiki:Common.css: Difference between revisions

From World of Agrimoor
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


{font family: crimson text}
@font-face {
  font-family: 'Crimson Text';
  src: local("Crimson Text"),
      url(https://fonts.google.com/specimen/Crimson+Text?query=crimson);
}

Revision as of 12:14, 22 August 2023

/* CSS placed here will be applied to all skins */

@font-face {
  font-family: 'Crimson Text';
  src: local("Crimson Text"),
       url(https://fonts.google.com/specimen/Crimson+Text?query=crimson);
}