mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Merge pull request #82 from sharetribe/font
Add Chalkboard font (fallback to Comic Sans MS)
This commit is contained in:
commit
7c5610c49c
1 changed files with 10 additions and 3 deletions
|
|
@ -1,7 +1,15 @@
|
|||
@import "sanitize.css";
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
/* Base font */
|
||||
html, input, button {
|
||||
/*
|
||||
Use Chalkboard font. This font is available in Mac OSX. Fallback
|
||||
to Comic Sans MS, "although it is not a perfect substitute font
|
||||
since the two are not metrically compatible".
|
||||
|
||||
See: https://en.wikipedia.org/wiki/Chalkboard_(typeface)
|
||||
*/
|
||||
font-family: "Chalkboard", "Comic Sans MS", sans-serif;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
@ -34,7 +42,6 @@ button {
|
|||
margin: 1rem 0;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
font-family: sans-serif;
|
||||
|
||||
&:hover {
|
||||
background-color: #ddd;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue