Using CSS styles: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 18: Line 18:
.myDefaultFont {
.myDefaultFont {
     border: 1px solid black;
     border: 1px solid black;
     padding: 5px;
     padding: 1px;
     border-radius:5px;
     border-radius:3px;
     font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
     font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
}

Revision as of 09:10, 10 October 2012

The JavaScript code