quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

fonts.css (730B)


      1 @font-face {
      2   font-family: 'Open Sans';
      3   font-style: normal;
      4   font-weight: 400;
      5   font-stretch: normal;
      6   font-display: swap;
      7   src: url(../fonts/OpenSans400.ttf) format('truetype');
      8 }
      9 @font-face {
     10   font-family: 'Open Sans';
     11   font-style: normal;
     12   font-weight: 600;
     13   font-stretch: normal;
     14   font-display: swap;
     15   src: url(../fonts/OpenSans600.ttf) format('truetype');
     16 }
     17 @font-face {
     18   font-family: 'Open Sans';
     19   font-style: normal;
     20   font-weight: 700;
     21   font-stretch: normal;
     22   font-display: swap;
     23   src: url(../fonts/OpenSans700.ttf) format('truetype');
     24 }
     25 @font-face {
     26   font-family: 'Cormorant';
     27   font-style: italic;
     28   font-weight: 500;
     29   font-display: swap;
     30   src: url(../fonts/Cormorant500i.ttf) format('truetype');
     31 }