Skip to content

Commit 085d336

Browse files
committed
cleanup: font
1 parent 0d20c72 commit 085d336

File tree

8 files changed

+3
-5
lines changed

8 files changed

+3
-5
lines changed
Binary file not shown.
Binary file not shown.
-152 KB
Binary file not shown.

build/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-60.1 KB
Binary file not shown.
-42.4 KB
Binary file not shown.
-152 KB
Binary file not shown.

styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
font-family: 'Orbitron';
44
font-style: normal;
55
font-weight: 900;
6-
src: url('fonts/orbitronFont/static/Orbitron-Black.woff') format('woff'), /* Modern Browsers */
7-
url('fonts/orbitronFont/static/Orbitron-Black.ttf') format('truetype'); /* Safari, Android, iOS */
6+
src: url('fonts/orbitronFont/static/Orbitron-Black.woff') format('woff'); /* Modern Browsers */
87
}
98
/* poppins-600*/
109
@font-face {
1110
font-family: 'Poppins';
1211
font-style: normal;
1312
font-weight: 600;
14-
src: url('fonts/poppinsFont/Poppins-SemiBold.woff') format('woff'), /* Modern Browsers */
15-
url('fonts/poppinsFont/Poppins-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
13+
src: url('fonts/poppinsFont/Poppins-SemiBold.woff') format('woff'); /* Modern Browsers */
1614
}
1715
html,
1816
body {

0 commit comments

Comments
 (0)