@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@112.5,200..900&family=Mynerve&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Slabo+13px&family=Zen+Dots&display=swap'); .zen-dots-regular { font-family: "Zen Dots", sans-serif; font-weight: 400; font-style: normal; } /* : Use a value from 200 to 900 : Use a unique and descriptive class name .inconsolata- { font-family: "Inconsolata", monospace; font-optical-sizing: auto; font-weight: ; font-style: normal; font-variation-settings: "wdth" 112.5; } */ .inconsolata-400 { font-family: "Inconsolata", monospace; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 112.5; } /* : Use a value from 100 to 900 : Use a unique and descriptive class name .noto-sans- { font-family: "Noto Sans", sans-serif; font-optical-sizing: auto; font-weight: ; font-style: normal; font-variation-settings: "wdth" 100; } */ .noto-sans-300 { font-family: "Noto Sans", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; } .slabo-13px-regular { font-family: "Slabo 13px", serif; font-weight: 400; font-style: normal; } .mynerve-regular { font-family: "Mynerve", cursive; font-weight: 400; font-style: normal; }