master
Matt Huntington 8 years ago
parent 67509d0a3b
commit 02ba95c104

@ -57,6 +57,14 @@ Layout using percentages so that content shrinks and expands with window dimensi
### media query possibilites ### media query possibilites
```css
@media (min-width: 600px) {
body {
background-color: lightblue;
}
}
```
- http://www.w3schools.com/cssref/css3_pr_mediaquery.asp - http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
- media types - media types
- screen - screen

@ -21,7 +21,7 @@
- http://www.myfonts.com/ - http://www.myfonts.com/
- https://typekit.com/ - https://typekit.com/
``` ```css
@font-face { @font-face {
font-family: 'MyWebFont'; /* specify how you want the font to be referenced in the font-family property */ font-family: 'MyWebFont'; /* specify how you want the font to be referenced in the font-family property */
src: url('fonts/Architects_Daughter/ArchitectsDaughter.ttf'); /* location of the font file */ src: url('fonts/Architects_Daughter/ArchitectsDaughter.ttf'); /* location of the font file */

Loading…
Cancel
Save