teslariu

estilos.css

Jul 5th, 2023
1,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Mochiy+Pop+One&display=swap');
  2.  
  3.  
  4. body {
  5.     font-size: 12px;
  6.     font-family:Verdana, Geneva, Tahoma, sans-serif;
  7. }
  8.  
  9. p {
  10.     color: rgb(29, 63, 63);
  11.     font: 10px Arial, Helvetica, sans-serif;
  12. }
  13.  
  14. header {
  15.     font-family: 'Kalam', cursive;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment