Cool, I'll have a look and adjust where appropriate.

I haven't had a chance to continue with this in a while due to time commitments and some other things getting in the way but I do plan to continue.

I did take stock of example places of those fonts, yes. I stored them in html comments on the main html source:

        <div class="desktop-font-1"> Desktop font 1 - Roboto(?system dependant?), 13px, bold </div> <!--Example: Notebook list title-->
        <div class="desktop-font-2"> Desktop font 2 - Roboto(?system dependant?), 13px, normal </div> <!--Example: Notebook list items-->
        <div class="desktop-font-3"> Desktop font 3 - Roboto(?system dependant?), 12px, normal </div> <!--Example: Note list items, search box-->
        <div class="desktop-font-4"> Desktop font 4 - Arial(?), 18px, bold </div> <!--Example: Note title - why is this arial?-->
        <div class="desktop-font-5"> Desktop font 5 - Avenir(?), 15px, normal </div> <!--Example: MD editor plain text - font not free so many will default to Arial as a fallback-->
        <div class="desktop-font-6"> Desktop font 6 - Ubuntu(?system dependant), 13.3333px, normal </div> <!--Example: button text. Assume this is based on a system heirachy too -->
        <div class="desktop-font-7"> Desktop font 7 - Roboto(?system dependant?), 13px, 500 </div> <!--Example: Settings page headers-->
        <div class="desktop-font-8"> Desktop font 8 - Roboto(?system dependant?), 12px, italic </div> <!--Example: Settings page comments-->
        <div class="desktop-font-9"> Desktop font 9 - Roboto(?system dependant?), 14px, 500 </div> <!--Example: Settings sections-->
        <div class="desktop-font-10"> Desktop font 10 - Roboto(?system dependant?), 15.6px, bold </div> <!--Example: Sync status items-->
        <div class="desktop-font-11"> Desktop font 11 - Roboto(?system dependant?), 18px, bold </div> <!--Example: Sync wizard header-->
        <div class="desktop-font-12"> Desktop font 12 - Roboto(?system dependant?), 27.2px, bold </div> <!--Example: Sync wizard titles-->
        <div class="desktop-font-13"> Desktop font 13 - Roboto(?system dependant?), 16px, normal </div> <!--Example: Sync wizard text-->
        <div class="desktop-font-14"> Desktop font 14 - Roboto(?system dependant?), 16px, italic </div> <!--Example: Sync wizard text2-->
        <div class="desktop-font-15"> Desktop font 15 - Roboto(?system dependant?), 11px, normal </div> <!--Example: Notelist Sync messages-->
1 Like