Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /* Use this file to set CSS variables & root properties */
  2.  
  3. /* Import google font */
  4. @import url('');
  5.  
  6. /* Set root variables */
  7. :root {
  8. /* Body paragraph text (used for rem sizing) */
  9. font-size: 18px;
  10.  
  11. /* Default UK breakpoints */
  12. --uk-breakpoint-s: 640px;
  13. --uk-breakpoint-m: 960px;
  14. --uk-breakpoint-l: 1200px;
  15. --uk-breakpoint-xl: 1600px;
  16. }
  17.  
  18. html {
  19. font-family: ;
  20. font-size: 1rem;
  21. font-weight: 400;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement