ItsWolfiy

WolfiyEdits - home.css

Apr 15th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'Roboto-Light';
  3.     src: url(Fonts/Roboto-Light.ttf);
  4.     /* Font: Google */
  5. }
  6.  
  7.  
  8. div *:not(h1) {
  9.     color: white;
  10.     font-family: "Roboto-Light";
  11. }
  12.  
  13. p {
  14.     font-size: 110%;
  15. }
Add Comment
Please, Sign In to add comment