@Override
    public boolean equals(final Object o) {
        if (o instanceof Properties) {
            final Properties that = (Properties) o;
            return Objects.equals(font, that.font)