A Chrome extension for Write.as
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 lines
503 B

  1. @font-face {
  2. font-family: 'Lora';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local('Lora'), local('Lora-Regular'), url('fonts/lora.woff2') format('woff2');
  6. }
  7. @font-face {
  8. font-family: 'Lora';
  9. font-style: normal;
  10. font-weight: 700;
  11. src: local('Lora Bold'), local('Lora-Bold'), url('fonts/lora-700.woff2') format('woff2');
  12. }
  13. @font-face {
  14. font-family: 'Open Sans';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Open Sans'), local('OpenSans'), url('fonts/open-sans.woff2') format('woff2');
  18. }