module Metanorma::Ogc

Constants

DOCUMENT_NAMESPACE
ORGANIZATION_NAME_LONG
ORGANIZATION_NAME_SHORT
VERSION

Public Class Methods

fonts_used() click to toggle source
# File lib/metanorma/ogc.rb, line 6
def self.fonts_used
  {
    html: ["Overpass", "SpaceMono"],
    doc: ["Times New Roman", "Cambria Math", "HanSans", "Courier New"],
    pdf: ["Lato", "Arial"],
  }
end