Created
September 9, 2018 01:13
-
-
Save luislobo14rap/8b0b41fffba82adf8bc5c83d1fff453c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* text-default.min.css v1 */ | |
.text-default{color:rgb(0,0,0);font-family:'Times New Roman';font-size:1rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:left;text-decoration:none currentcolor solid;text-shadow:none;text-transform:none} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* text-default.css v1 */ | |
.text-default{ | |
color: rgb(0, 0, 0); | |
font-family: 'Times New Roman'; | |
font-size: 1rem; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-height: normal; | |
text-align: left; | |
text-decoration: none currentcolor solid; | |
text-shadow: none; | |
text-transform: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment