mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Minor changes, missing semicolons in JS
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'Pricedown';
|
||||
src: url('../fonts/pdown.ttf')/* TTF file for CSS3 browsers */
|
||||
src: url('../fonts/pdown.ttf')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'bankgothic';
|
||||
src: url('../fonts/bankgothic.ttf')/* TTF file for CSS3 browsers */
|
||||
src: url('../fonts/bankgothic.ttf')
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
Reference in New Issue
Block a user