@charset "UTF-8";
/* 

テーマのフォント設定

 */

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Zen+Old+Mincho&display=swap');

/*

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora&family=Zen+Old+Mincho&display=swap" rel="stylesheet">


Lora
https://fonts.google.com/specimen/Lora

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


Zen Old Mincho
https://fonts.google.com/specimen/Zen+Old+Mincho

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}




*/
